Get List of Subtasks

❗️

End of Support Notification

As of January 1, 2026, this API is now deprecated. Any customers leveraging this API are encouraged to use the Get List of Subtasks by Criteria API. For more information, see OneTrust API Sunsetting & Deprecation Guidelines.

Use this API to retrieve a list of all subtasks. The response will include details for each subtask along with the request approver, created date, and deadline.

🗒

Things to Know

  • This API does not return subtasks in Complete status.
Query Params
string

A language code that identifies the language in which the Request Type and Subject Type values should be returned, assuming translations are available for that language.
Examples: language=en-us for English, language=de for German, language=es for Spanish, etc.

date

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

string

To get a SubTasks according to Status.
Examples: status=assigned

boolean
Defaults to false

An optional parameter to show subtasks on open requests if set to true.if this parameter is set to false or omitted, the response will contain subtasks on all requests Examples: openrequests=true

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
enum

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

Allowed:
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

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