GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}
This endpoint is deprecated in Qodex v10 and higher. Gets information about an API version.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"version": {
"createdAt": "2022-06-09T14:48:45.000Z",
"updatedAt": "2022-06-09T19:50:49.000Z",
"id": "a9879d02-74bf-425a-bbec-6d27aa135507",
"name": "v1",
"summary": "Test API.",
"stage": "Planning",
"visibility": "public",
"createdBy": "12345678",
"updatedBy": "12345678",
"api": "387c2863-6ee3-4a56-8210-225f774edade",
"schema": [
"16bb367e-fafb-4ef3-933b-ee3d971866fb"
]
}
} |
ENDPOINTS