Logo
30-day challenge API Documentation

Get all test relations

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

This endpoint is deprecated in Qodex v10 and higher.

Gets all of an API version's test relations.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "test": [ { "id": "12ece9e1-2abf-4edc-8e34-de66e74114d2", "name": "Test Collection", "updatedAt": "2022-07-08T18:32:23.000Z", "collectionId": "12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2" } ] }



Curl
curl -X GET 'https://api.getpostman.com/apis/undefined/versions/undefined/test'

ENDPOINTS