Queries
Trigger Service - Queries
Last updated
Trigger Service - Queries
Last updated
All queries go through the following endpoint; the exact details of the query are specified by the JSON payload.
REST: POST [TRIGGER_ENDPOINT]/query
All queries
return in the format:
{
"status": "success" | "failure",
"data"?: {data},
"error"?: "{error_msg}",
"error_code"?: {error_code},
"request_type": "{request_type}"
}