Skip to main content

Retrieves one change request by id

GET 

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

This endpoint will retrieve one change request if it matches the provided id.

Request

Path Parameters

    projectId stringrequired
    id stringrequired

Responses

changeRequestSchema

Schema
    oneOf

Authorization: Authorization

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

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