🔵GET filters

Fetches a list of reporting filters setup by the organisation.

URL

GET https://training.tapintosafety.com.au/api/v2/filters

Parameters

No parameters available for this endpoint.

Responses

Name
Type
Description

entities

array

The list of the filters returned.

┃ id

string

The Id of the filter. Formatted as a GUID.

┃ name

string

The name of the filter.

â”— answers

array

A list of answers that users can choose for the filter.

┃ id

string

The Id of the answer. Formatted as a GUID.

â”— answer

string

The display text of the answer.

page

integer

The current page of results (Starts at 1).

entitiesReturned

integer

The number of filters in the entities array.

totalEntities

integer

The total entities across all pages.

links

array

A list of links relevant to the current request. No links are currently returned with this request.

Last updated