Reports
Filterables
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A UUID string identifying this report.
Query Parameters
Optional configuration id to retrieve. If not provided, the primary configuration will be used.
Which field to use when ordering the results.
Response
200 - application/json
The response is of type object[]
.
Previous
ObservationsRetrieves information on all the report's filterables and the various calculations
done on their options that identify segments of interest.
The filterables returned are in a specific sort order:
1. has_presentable_calculations DESC (True->False)
2. is_noteworthy DESC (True->False)
3. largest_apex_delta DESC
Next