mcp
Retrieves all change requests for a project.
get/api/v1/projects/{project_pk}/change-requests/
Path parameters
project_pkstring required
Query parameters
committedboolean nullable
Filter on the committed status of a change request.
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
searchstring
Fuzzy search across Change Request titles.
segment_idinteger
Filter change requests which match a specific segment id.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}