post https://api.safetyculture.io/tasks/v1/incidents/list
The issues list endpoint allow you to retrieve all the issues that meet a certain criteria. The presence of next_page_token
indicates that there are more results for this search. The request can specify the number of issues that will be returned using the optional parameter page_size
. It accepts non-negative numbers with a default of 20 and maximum value of 100.
Returned issues can be filtered using the filters
argument. They can also be sorted by providing the sort_field
and sort_direction
options.