Skip to main content

Custom Field search options

POST 

/reports/get_custom_field_search_settings

Get the list of custom fields that can be used in the search filter for a report.

Note that the results from this endpoint may include all Custom Fields, but only ENUM_* type Custom Fields will have the items list populated.

Not a RESTful endpoint

This endpoint does not necessarily follow the standard REST conventions. In particular, it uses the POST method for operations that would typically use GET, PUT or DELETE in a RESTful API endpoint.

This is mainly used to support the user interface code for Reports.

Request

Responses

The response body for the POST /api/v1/reports/get_custom_field_search_settings endpoint.

This is a list of select-type (ENUM) Custom Fields that can be used in the report search filter.