CASE FrameworkCASE Framework

Get study by key

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

Path Parameters

studyKey*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?instanceID=string"
{
  "study": {
    "key": "string",
    "status": "string",
    "props": {},
    "stats": {}
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}