API Reference

Fetch a list of Issues

Log in to see full request history
Path Params
string
required

The personId of the issue

Query Params
string

Specify the cursor to begin returning results from

int32
1 to 100
Defaults to 25

Specify the number of records to return in each response.

string

A query clause used to filter the set of resources returned. Use
: for exact matches (including for boolean fields), ~ for
partial-string matches. :["a","b","c"] or :[1,2,3]
can be used for fields that support multi-value search.
Datetime fields support exact-matching
(:) as well as less-than (<) and greater-than (>). The
searchable fields are:

id , detected_at , resolved_at , blocks_device_at , title , issue_key , issue_value , exempted , check_id , device_id , last_rechecked_at

Search clauses can be combined with the AND and OR operators.

For more information, see the search documentation.

Headers
string
required
Defaults to 2023-05-26

Specify the API version to be used

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json