GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/documentation
This endpoint is deprecated in Qodex v10 and higher. Gets an API version's documentation relations.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"documentation": [
{
"id": "b9bccf0f-e06a-433d-b556-a3cd158f0270",
"name": "Test Collection",
"createdAt": "2022-07-08T20:29:35.000Z",
"updatedAt": "2022-07-08T20:31:06.000Z"
}
]
} |
ENDPOINTS