Participant APIParticipant data
Get a specific survey with context
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"
}