CASE FrameworkCASE Framework
Participant APIParticipant data

Get submission history for profiles

GET
/v1/study-service/participant-data/{studyKey}/submission-history

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

pids*string

Comma-separated profile IDs

limit?integer

Maximum number of submissions per page

Default100
Range1 <= value

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/participant-data/string/submission-history?pids=string"
{
  "submissionHistory": {}
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}