Endpoint Name #
This endpoint will can be queried at:
http://localhost:4000/api/endpoints/query/YourApp.EndpointName
Query #

This endpoint will execute this query on each GET request. Declare parameters using @parameter_name and pass it to the endpoint via query parameters ?parameter_name=some-value

rows
This option determines the maximium result size returned from BigQuery.
Endpoints with authentication enabled will require an access token to be provided on each request.
Endpoints with sandboxing enabled will accept an ?sql= query parameter that will be inserted as the outer query of the defined CTE. This restricts users of the endpoint to only query within the defined CTE result sets.
Caching #
seconds
Endpoint results are cached on a per-request basis. Set Cache TTL to 0 to disable caching completely.
seconds
Cached results will be refreshed at this interval. Ignored if caching is disabled.