test-cases
Get a test case
Retrieve a single test case by ID, including version history and category. Pass version_id query param to get snapshotted fields from a specific version.
get/v1/test-cases/{test_case_id}
Path parameters
test_case_idstring required
Query parameters
version_idstring nullable
Headers
x-api-keystring
Response
Test case found
Example response
{
"variables": [
{
"name": "branch",
"type": "string"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.