http
Query with SQL
Executes an SQL query on the specified dataset and returns results
POST
http
Authorizations
Developer token obtained from Domo
Path Parameters
The ID of the dataset to query
Body
application/json
The SQL statement to execute
Example:
"SELECT * FROM your_table WHERE column = 'value'"
Response
Query results