Legacy Data Integration API Reference (1.0.0) - Getresults
Get the results based on results ID
Authorizations:
BearerToken
query Parameters
| results_id required | string Example: results_id=5faa7bd17bedeb66f4c287c7 results id |
Responses
Response Schema: application/json
| type | any |
object (resultsSchema) |
Response samples
- 200
- 403
Content type
application/json
"{\"compiled_query\": \"SELECT * FROM TABLE\", \"results\": \"{\"col_a\": 901, \"col_b\": \"John\"}\"}"Was this topic helpful?