Security
ApiKey
Filters the collection items. This field requires a special format.
For more information, see Using filter with collections.
Example:filter=status:approved,pending updatedAt:2020-01-01..2022-01-01
- Mock serverhttps://redocly.com/_mock/docs/realm/scout/api/openapi/orgs/{orgId}/projects/{projectId}/scout/tasks
- Production main server.https://app.cba.au.redocly.com/api/orgs/{orgId}/projects/{projectId}/scout/tasks
curl -i -X GET \
'https://redocly.com/_mock/docs/realm/scout/api/openapi/orgs/acme-inc/projects/my-project/scout/tasks?after=a25fgaksjf23la%3D%3D&before=bfg23aksjf23zb1%3D%3D&sort=-id&filter=status%3Aapproved%2Cpending%20updatedAt%3A2020-01-01..2022-01-01&limit=10' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'x-redocly-scout-version: 1.0.0'Response
{ "object": "list", "page": { "endCursor": "string", "startCursor": "string", "hasNextPage": true, "hasPrevPage": true, "limit": 10, "total": 0 }, "items": [ { … } ] }