CASE FrameworkCASE Framework
Participant APIParticipant data

Get participant state

GET
/v1/study-service/participant-data/{studyKey}/participant-state

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*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/participant-state?pid=string"
{
  "participant": {}
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}