Retrieves a list of requests for a specific engagement, optionally filtered by status.If status is provided, requests are filtered by the specified status IDs.
If omitted, all requests for the engagement are retrieved.
The user must have permissions to view the requests.
Responses
OK: Returns a list of requests for the specified engagement.
[
{
"RequestID": 0,
"EngagementID": 0,
"Title": "string",
"Reference": "string",
"Description": "string",
"DueDate": "2019-08-24T14:15:22.123Z",
"HighPriority": true,
"SendEmailImmediately": true,
"FirmUserID": 0,
"ClientUserID": 0,
"Restricted": true,
"ExcludeFromDuplication": true,
"GlobalModification": "2019-08-24T14:15:22.123Z",
"Status": 0,
"Created": {
"By": 0,
"On": "2019-08-24T14:15:22.123Z"
},
"Modified": {
"By": 0,
"On": "2019-08-24T14:15:22.123Z"
},
"Access": [
0
],
"Comments": [
0
],
"Documents": [
0
]
}
]
Modified at 2026-05-11 15:22:29