Parse a Query String
Query
Parse a Query String
Turns a query string into the structured groups and conditions the query endpoints expect.
POST
Parse a Query String
Send the
queryType and the queryString, then post the result to the matching query endpoint.
The spec does not document error responses for this endpoint beyond
401, so the causes aren’t listed with the responses here. Errors still arrive in the ProblemDetails envelope the rest of the Raise API uses — handle a rejected request (400), and a path ID that doesn’t resolve (404), as you would on any other endpoint.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
The parse request, including query type and query string.
Response
OK
Last modified on July 28, 2026