CASE FrameworkCASE Framework
Participant APIParticipant data

Get assigned surveys for a temporary participant

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

Query Parameters

instanceID*string
studyKey*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/surveys?instanceID=string&studyKey=string&pid=string"
{
  "surveys": [
    {}
  ],
  "surveyInfos": [
    {}
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}