List releases with pagination
GET/api/management/v1/deployments/deployments/releases/list
x-deprecated-description: "_since Sep 24 2023_ due to a mismatch in the capitalization of the fields of the response\nbody and lack of support for advanced filters and sorting, we have deprecated this\nendpoint. Please use the v2 /deployments/releases end-point instead.\n"
deprecated
since Sep 24 2023 due to a mismatch in the capitalization of the fields of the response body and lack of support for advanced filters and sorting, we have deprecated this endpoint. Please use the v2 /deployments/releases end-point instead.
Returns a collection of releases, allows filtering by release name and sorting by name or last modification date.
Request
Responses
- 200
- 401
- 500
Successful response.
Response Headers
X-Total-Count
Total number of releases matching query.
Link
Standard header, we support 'first', 'next', and 'prev'.
Unauthorized.
Internal Server Error.