Get the number of change requests you can do something with
GEThttps://us.app.unleash-hosted.com/ushosted/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
- 200
actionableChangeRequestsSchema
- application/json
- Schema
- Example (from schema)
Schema
total integerrequired
The number of actionable change requests in the project.
{
"total": 0
}
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 'https://us.app.unleash-hosted.com/ushosted/api/admin/projects/:projectId/change-requests/actionable' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear