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

idstring required
namestring required
stepsstring required
expected_resultstring required
descriptionstring nullable
prioritystring nullable
statusstring nullable
created_atstring nullable
updated_atstring nullable

Example response

{
  "variables": [
    {
      "name": "branch",
      "type": "string"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.