Generic filtering, pagination, and sorting request body used across list endpoints throughout the Control Room API.
RPARobotic Process AutomationIntelligent AutomationAgentic Process AutomationAI AgentsWorkflow-AutomationDocument AutomationProcess OrchestrationEnterprise AutomationBots
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FilterRequest",
"title": "FilterRequest",
"type": "object",
"description": "Generic filtering, pagination, and sorting request body used across list endpoints throughout the Control Room API.",
"properties": {
"filter": {
"$ref": "#/components/schemas/FilterExpression"
},
"fields": {
"type": "array",
"description": "List of field names to include in the response",
"items": {
"type": "string"
}
},
"sort": {
"type": "array",
"description": "Sorting criteria for the result set",
"items": {
"$ref": "#/components/schemas/SortCriteria"
}
},
"page": {
"$ref": "#/components/schemas/PageRequest"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.