POSIUM

Get a case

Returns a single test case by ID

GET
/cases/{caseId}
/cases/{caseId}

The Authorization access token

Authorization

x-api-key<token>

In: header

Path Parameters

caseId
Required
string

curl -X GET "https://api.posium.ai/cases/string" \
  -H "x-api-key: <token>"

Case details

{
  "id": "string",
  "suite_id": "string",
  "name": "string",
  "description": "string",
  "steps": [
    "string"
  ],
  "expected_result": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}