Query a dataset
POST/api/v2/Dataset/:id/query
Query a dataset
Request
Path Parameters
id uuidrequired
The unique identifier of the dataset.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
The dataset query request containing the SQL query and desired output format.
sql stringnullable
parameters undefined[]nullable
format stringnullable
Body
The dataset query request containing the SQL query and desired output format.
sql stringnullable
parameters undefined[]nullable
format stringnullable
Body
The dataset query request containing the SQL query and desired output format.
sql stringnullable
parameters undefined[]nullable
format stringnullable
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns the query result in the requested format (JSON or CSV).
If the SQL query is invalid or malformed.
The user is unauthorized or the session expired
The user does not have permission
If the dataset with the specified ID is not found.
There was an unexpected error
Loading...