Assessments API: Answers

Retrieves one specific attempt

get
Authorizations
BearerstringRequired
Path parameters
attemptstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/assessments/attempts/{attempt}
404

Not Found

Checks for the existence of one specific attempt

head
Authorizations
BearerstringRequired
Path parameters
attemptstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/assessments/attempts/{attempt}

No content

Collects the list of attempts that match specific criteria

post
Authorizations
BearerstringRequired
Body
AttemptStatusstring · nullableOptional
AttemptGradedSincestring · date-time · nullableOptional
AttemptGradedBeforestring · date-time · nullableOptional
AttemptImportedSincestring · date-time · nullableOptional
AttemptImportedBeforestring · date-time · nullableOptional
AttemptPingedSincestring · date-time · nullableOptional
AttemptPingedBeforestring · date-time · nullableOptional
AttemptStartedSincestring · date-time · nullableOptional
AttemptStartedBeforestring · date-time · nullableOptional
AttemptSubmittedSincestring · date-time · nullableOptional
AttemptSubmittedBeforestring · date-time · nullableOptional
Responses
post
/api/assessments/attempts/collect
200

OK

Counts the attempts that match specific criteria

post
Authorizations
BearerstringRequired
Body
AttemptStatusstring · nullableOptional
AttemptGradedSincestring · date-time · nullableOptional
AttemptGradedBeforestring · date-time · nullableOptional
AttemptImportedSincestring · date-time · nullableOptional
AttemptImportedBeforestring · date-time · nullableOptional
AttemptPingedSincestring · date-time · nullableOptional
AttemptPingedBeforestring · date-time · nullableOptional
AttemptStartedSincestring · date-time · nullableOptional
AttemptStartedBeforestring · date-time · nullableOptional
AttemptSubmittedSincestring · date-time · nullableOptional
AttemptSubmittedBeforestring · date-time · nullableOptional
Responses
post
/api/assessments/attempts/count
200

OK

Downloads the list of attempts that match specific criteria

post
Authorizations
BearerstringRequired
Body
AttemptStatusstring · nullableOptional
AttemptGradedSincestring · date-time · nullableOptional
AttemptGradedBeforestring · date-time · nullableOptional
AttemptImportedSincestring · date-time · nullableOptional
AttemptImportedBeforestring · date-time · nullableOptional
AttemptPingedSincestring · date-time · nullableOptional
AttemptPingedBeforestring · date-time · nullableOptional
AttemptStartedSincestring · date-time · nullableOptional
AttemptStartedBeforestring · date-time · nullableOptional
AttemptSubmittedSincestring · date-time · nullableOptional
AttemptSubmittedBeforestring · date-time · nullableOptional
Responses
post
/api/assessments/attempts/download
200

OK

No content

Searches for the list of attempts that match specific criteria

post
Authorizations
BearerstringRequired
Body
AttemptStatusstring · nullableOptional
AttemptGradedSincestring · date-time · nullableOptional
AttemptGradedBeforestring · date-time · nullableOptional
AttemptImportedSincestring · date-time · nullableOptional
AttemptImportedBeforestring · date-time · nullableOptional
AttemptPingedSincestring · date-time · nullableOptional
AttemptPingedBeforestring · date-time · nullableOptional
AttemptStartedSincestring · date-time · nullableOptional
AttemptStartedBeforestring · date-time · nullableOptional
AttemptSubmittedSincestring · date-time · nullableOptional
AttemptSubmittedBeforestring · date-time · nullableOptional
Responses
post
/api/assessments/attempts/search
200

OK

Last updated

Was this helpful?