CASE FrameworkCASE Framework
Participant APIParticipant data

Get a specific survey with context

GET
/v1/study-service/participant-data/{studyKey}/survey/{surveyKey}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
surveyKey*string

Query Parameters

pid*string

Profile ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/participant-data/string/survey/string?pid=string"
{
  "surveyWithContext": {
    "survey": {},
    "context": {},
    "prefill": {}
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}