CASE FrameworkCASE Framework
Management APIStudy variables

List study variables

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

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/studies/string/variables/"
{
  "variables": [
    {
      "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"
}