Retrieves all change requests for a project
GET<your-unleash-url>/api/admin/projects/:projectId/change-requests
This endpoint will retrieve all change requests regardless of status for a given project. There's an upper limit of last 300 change requests ordered by creation date.
Request
Responses
- 200
changeRequestsSchema
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' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear