CASE FrameworkCASE Framework

Get actions task result

GET
/v1/studies/{studyKey}/run-actions/participants/task/{taskID}/result

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
taskID*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/studies/string/run-actions/participants/task/string/result"
{
  "result": {
    "property1": {},
    "property2": {}
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}