CASE FrameworkCASE Framework
Participant APIParticipant data

Get confidential responses by key

GET
/v1/study-service/participant-data/{studyKey}/confidential-response

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

pid*string

Profile ID

key*string

Key for confidential responses

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/participant-data/string/confidential-response?pid=string&key=string"
{
  "confidentialResponse": [
    {}
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}