CASE FrameworkCASE Framework
Management APIStudy variables

Get a study variable by key

GET
/v1/studies/{studyKey}/variables/{variableKey}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
variableKey*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/studies/string/variables/string"
{
  "variable": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "configUpdatedAt": "2019-08-24T14:15:22Z",
    "valueUpdatedAt": "2019-08-24T14:15:22Z",
    "studyKey": "string",
    "key": "string",
    "value": "string",
    "type": "string",
    "label": "string",
    "description": "string",
    "uiType": "string",
    "uiPriority": 0,
    "configs": {}
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}