GET
https://api.main.apexscore.ai
/
api
/
v1
/
reports
/
{id}
/
filterables
curl --request GET \
  --url https://api.main.apexscore.ai/api/v1/reports/{id}/filterables/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

A UUID string identifying this report.

Query Parameters

configuration_id
string

Optional configuration id to retrieve. If not provided, the primary configuration will be used.

ordering
string

Which field to use when ordering the results.

Response

200 - application/json

The response is of type object[].