Skip to main content

Get the number of change requests you can do something with

GET 

<your-unleash-url>/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
    totalintegerrequired

    The number of actionable change requests in the project.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/change-requests/actionable' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!