Canary Speech

PostFullAssessment

POST - /org/subject/:subjectId/post-full-assessment
Required Permissions:
  • scope:api

Description

Uploads an entire assessment's worth of data

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Path Parameters

NameTypeDescription
subjectIdstring
The UUID of the subject

Body Parameters

NameTypeDescription
* surveyIduuid
The uuid of the survey associated with this assessment.
* dateRecordeddate-time
The date and time the assessment was recorded.
extraDataobject
Any extra data to be associated with the assessment.
* responsesobject
An array of the responses associated with the assessment.

Successful Response

A successful response

Field NameTypeDescription
iduuid
The uuid of the uploaded assessment.

Code Example