Requests
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.
Request
engagementID
integer <int32>
requiredThe unique identifier of the engagement to retrieve requests for.
A comma-separated string of status IDs to filter the requests. If omitted, all requests are retrieved.
Responses
OK: Returns a list of requests for the specified engagement.
This response does not have a body.
Modified at 2025-03-24 12:24:39