Execute an NQL
Execute NQL queries and retrieve data in JSON or CSV format
Executes an NQL query and returns the results.
Set it to application/json for a JSON response, text/csv for a CSV response. If no value is set, application/json is used by default. Otherwise a 406 error (not acceptable) is returned.
application/jsonIdentifier of the query which is going to be executed.
#my_query_idPattern: ^#[a-z0-9_]{2,255}$OK - Successful execution.
Unauthorized - No valid authentication credentials.
No permission - Not authorized to execute queries.
Not found - No query associated with that ID.
Not Acceptable. The Accept header should be "application/json", "text/csv" or empty.
Internal server error.
Service unavailable.
Executes an NQL query and returns the results.
Set it to application/json for JSON response, text/csv for CSV response. If no value is set, application/json is used by default. Otherwise a 406 error (not acceptable) is returned.
application/jsonIdentifier of the query which is going to be executed.
#my_query_idPattern: ^#[a-z0-9_]{2,255}$OK - Successful execution.
Unauthorized - No valid authentication credentials.
No permission - Not authorized to execute queries
Not found - No query associated with that ID
Not Acceptable - The accept header should be "application/json", "text/csv" or empty
Internal server error
Service unavailable
Last updated
Was this helpful?
