Returns a list of requests for your organization that is visible by the admin.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A start date filter for the events.
An end date filter for the events.
Filter requests by their requester ID.
Filter requests by their target user ID.
The pagination cursor value.
Number of results to return per page. Default is 200.
x <= 1000Boolean toggle for if it should only show pending requests.
The list of requests.
The RequestList object is used to represent a list of requests.
Returned from the GET Requests endpoint.