CASE FrameworkCASE Framework
Participant APIParticipant data

Get a survey with context for a temporary participant

GET
/v1/study-service/temp-participant/survey

Query Parameters

instanceID*string
studyKey*string
surveyKey*string
pid?string

Profile ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/temp-participant/survey?instanceID=string&studyKey=string&surveyKey=string"
{
  "surveyWithContext": {
    "survey": {},
    "context": {},
    "prefill": {}
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}