Get List of Requests

Use this API to retrieve a list of all requests. The response will include details for each request along with the approver, date created, and data subject's first and last name.

Path Params
string
required

A language code that identifies the language in which the request data should be returned, assuming translations are available for that language.
Examples: en-us for English, de for German, fr for French, etc.

Query Params
date

A date (yyyyMMdd). Include to retrieve a list of requests modified on or after the specified date. For example, if you want to retrieve requests modified on or after January 30, 2019, include the modifieddate=20190130 parameter in your query.

date

A date (yyyyMMdd). Include to retrieve a list of requests created on or after the specified date. For example, if you want to retrieve requests created on or after January 30, 2019, include the createddate=20190130 parameter in your query.

string

Filter requests by stage name. Parameters must be URL encoded.

boolean
Defaults to false

A flag to exclude requests associated with user if they are not associated with specified organization.

int32
β‰₯ 0
Defaults to 0

Results page you want to retrieve. Page number starts with 0 (0..N)

int32
1 to 500
Defaults to 20

Number of records per page. Maximum page size allowed is 500

string

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 3 required scopes
URL
Response
Choose an example:
application/json
*/*