Request
List all Requests
Fetch Requests associated to a company
GET
/
v1
/
requests
Authorizations
Authorization
string
headerrequiredBearer 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.
assigned_to_uid_in[]
string[]
Filter by Assignee.
created_after
string
Filter Requests created after a date.
created_before
string
Filter Requests created before a date.
updated_after
string
Filter Requests updated after a date.
updated_before
string
Filter Requests updated before a date.
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[]