CASE FrameworkCASE Framework

Submit participant report

POST
/v1/studies/{studyKey}/participants/{participantID}/reports

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
participantID*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/studies/string/participants/string/reports" \  -H "Content-Type: application/json" \  -d '{    "key": "string",    "participantID": "string",    "timestamp": 0  }'
{
  "message": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}