GET https://api.getpostman.com/apis/{{apiId}}/versions
This endpoint is deprecated in Qodex v10 and higher. Gets information about an API's versions.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"versions": [
{
"createdAt": "2022-06-30T16:46:35.000Z",
"updatedAt": "2022-06-30T19:53:14.000Z",
"id": "a9879d02-74bf-425a-bbec-6d27aa135507",
"name": "v1",
"summary": null,
"stage": "Planning",
"visibility": "public",
"createdBy": "12345678",
"updatedBy": "12345678",
"api": "387c2863-6ee3-4a56-8210-225f774edade"
},
{
"createdAt": "2022-07-01T17:23:11.000Z",
"updatedAt": "2022-07-01T18:03:24.000Z",
"id": "8421a1f3-3262-4d47-a597-7005bf4c1564",
"name": "v2",
"summary": null,
"stage": "Planning",
"visibility": "public",
"createdBy": "12345678",
"updatedBy": "12345678",
"api": "387c2863-6ee3-4a56-8210-225f774edade"
}
]
} |
ENDPOINTS