AssessmentStatusResponse interface

The result of the assessment

Extends

Properties

firstEvaluationDate

The time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format NOTE: This property will not be serialized. It can only be populated by the server.

statusChangeDate

The time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

cause

Programmatic code for the cause of the assessment status

code

Programmatic code for the status of the assessment

description

Human readable description of the assessment status

Property Details

firstEvaluationDate

The time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format NOTE: This property will not be serialized. It can only be populated by the server.

firstEvaluationDate?: Date

Property Value

Date

statusChangeDate

The time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format NOTE: This property will not be serialized. It can only be populated by the server.

statusChangeDate?: Date

Property Value

Date

Inherited Property Details

cause

Programmatic code for the cause of the assessment status

cause?: string

Property Value

string

Inherited From AssessmentStatus.cause

code

Programmatic code for the status of the assessment

code: string

Property Value

string

Inherited From AssessmentStatus.code

description

Human readable description of the assessment status

description?: string

Property Value

string

Inherited From AssessmentStatus.description