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
Responses
- 200
actionableChangeRequestsSchema
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/projects/:projectId/change-requests/actionable' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear