Lists all change requests for a collaboration with pagination support. Returns change requests sorted by creation time.
get/collaborations/{collaborationIdentifier}/changeRequests
Path parameters
collaborationIdentifierstring required
The identifier of the collaboration that the change request is made against.
Query parameters
status'PENDING' | 'APPROVED' | 'CANCELLED' | 'DENIED' | 'COMMITTED'
A filter to only return change requests with the specified status.
nextTokenstring
The pagination token that's used to fetch the next set of results.
maxResultsinteger
The maximum number of results that are returned for an API request call.
Response
Success