CASE FrameworkCASE Framework

Get a study variable

GET
/v1/study-service/studies/{studyKey}/variables/{variableKey}

Path Parameters

studyKey*string
variableKey*string

Query Parameters

instanceID*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/studies/string/variables/string?instanceID=string"
{
  "variable": {
    "id": "64e4b2f2c2a4e2b1a1c2d3e4",
    "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"
}