GET
/
v1
/
requests

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status_in[]
enum<string>[]

Filter by Ticket status.

Available options:
open,
in_progress,
waiting,
resolved,
archived
target_uid_in[]
string[]

Filter by associated Service/App.

requested_by_uid_in[]
string[]

Filter by Requester.

assignee_admin_uid_in[]
string[]

Filter by Assigned User

assignee_inbox_uid_in[]
string[]

Filter by Assigned Team inbox

created_after
string

Filter Requests created after a DateTime (ISO 8601).

created_before
string

Filter Requests created before a DateTime (ISO 8601).

updated_after
string

Filter Requests updated after a DateTime (ISO 8601).

updated_before
string

Filter Requests updated before a DateTime (ISO 8601).

sorts
string

Sort Requests by field.

page
integer

The current page

per_page
integer

Number of results retrieved per page.

Response

200 - application/json
meta
object
results
object[]