CASE FrameworkCASE Framework

Run actions on previous responses for a participant

POST
/v1/studies/{studyKey}/run-actions/previous-responses/{participantID}

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/run-actions/previous-responses/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "participantCount": 0,
  "duration": 0,
  "ruleResults": [
    0
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}