GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/unclassified
This endpoint is for Qodex v10 and higher. Gets all of an API version's unclassified relations. Unclassified relations are used for documentation and testing. This is the default relation type.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"unclassified": [
{
"id": "2a9b8fa8-88b7-4b86-8372-8e3f6f6e07f2",
"name": "Test",
"updatedAt": "2023-01-19T14:50:05.000Z",
"collectionId": "7732157-a8bcd149-2b01-4b4c-8c14-c7d05be77745"
}
]
} |
ENDPOINTS