v7

latestSwagger 2.02026-07-13322074.5 KB
Query

Executes a query that allows traversing relationships and filtering by property values. Status codes:

  • 200 OK
  • 400 Bad Request
    • BadRequest - The continuation token is invalid.
    • SqlQueryError - The query contains some errors.
    • TimeoutError - The query execution timed out after 60 seconds. Try simplifying the query or adding conditions to reduce the result size.
  • 429 Too Many Requests
  • QuotaReachedError - The maximum query rate limit has been reached.
post/query

Query parameters

api-versionstring required

The requested API version.

Headers

max-items-per-pageinteger

The maximum number of items to retrieve per request. The server may choose to return less than the requested number.

Request body

querystring

The query to execute. This value is ignored if a continuation token is provided.

continuationTokenstring

A token which is used to retrieve the next set of results from a previous query.

Response

Success

valueobject[] required

The query results.

continuationTokenstring

A token which can be used to construct a new QuerySpecification to retrieve the next set of results.