Logo
QuinceDiasJaviteran API Documentation

Get all API releases

GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases

Gets information about all of an API version's releases.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "releases": [ { "id": "07d940bf-40fc-4acd-a11e-be6769894af0", "name": "Release 2.0", "description": "This is the second release of the Test API.", "visibility": "private" }, { "id": "3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2", "name": "Release 1.0", "description": "This is the first release of the Test API. For more information, read the documentation.", "visibility": "public" } ] }



Curl
curl -X GET 'https://api.getpostman.com/apis/apiId/versions/apiVersionId/releases'

ENDPOINTS