Skip to main content

Retrieves pending change requests in configured environments

GET 

<your-unleash-url>/api/admin/projects/:projectId/change-requests/open

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

This endpoint will retrieve the pending change requests in the configured environments for the project, for the current user performing the request.

Request

Responses

changeRequestsSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/change-requests/open' \
-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!