Skip to main content

Get the number of change requests you can do something with

GET 

/api/admin/projects/:projectId/change-requests/actionable

Returns the number of change requests in this project that your user can move into the next stage by approving or applying them.

Request

Path Parameters

    projectId stringrequired

Responses

actionableChangeRequestsSchema

Schema

    total integerrequired

    The number of actionable change requests in the project.

Loading...