CASE FrameworkCASE Framework

List survey infos for a study

GET
/v1/studies/{studyKey}/surveys/

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/surveys/"
{
  "surveys": [
    {
      "key": "string"
    }
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}