π΅GET filters
Fetches a list of reporting filters setup by the organisation.
URL
GET https://training.tapintosafety.com.au/api/v2/filtersParameters
curl https://training.tapintosafety.com.au/api/v2/filters \
-H "Authorization: Bearer $APIKey"Responses
Name
Type
Description
{
"entities": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Example Filter",
"answers": [
{
"id": "00000000-0000-0000-0000-000000000000",
"answer": "Answer 1"
},
{
"id": "00000000-0000-0000-0000-000000000000",
"answer": "Answer 2"
}
]
}
],
"page": 1,
"entitiesReturned": 1,
"totalEntities": 1,
"links": []
}Last updated