# Query APIs
String Length Limit
All properties, variables, and attributes that have a string data type cannot exceed a length of 64135 characters when part of a PUT
, POST
, or PATCH
operation payload.
# POST Query Graph via Fluent DSL
# /query
# Responses
Code | Description | Schema |
---|---|---|
200 | Success | queryResult |
400 | Invalid request. Response will contain details about all encountered validation errors - i.e. request payload too large, malformed JSON, etc | ServiceErrors |
401 | Not Authorized. Either the Access token is missing or the access token validation failed | |
403 | Access Forbidden. Requesting entity does not have enough permissions to access the resource | |
429 | Too many requests - indicates the user has sent too many requests in a given amount of time | ServiceErrors |
500 | Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors | ServiceErrors |
← Publishers References →