ScheduledAssessment

@Serializable
data class ScheduledAssessment(val refKey: String, val instanceGuid: String, val type: String? = null)

The refKey of this object will refer to the key value of an AssessmentInfo object in the assessments of the timeline. The instanceGuid is a unique GUID to identify any data that is generated from the execution of this scheduled assessment. This allows scientists to contextualize data based on when it was gathered in the execution of the study’s schedule.

Parameters

refKey
instanceGuid
type

ScheduledAssessment

Constructors

Link copied to clipboard
constructor(refKey: String, instanceGuid: String, type: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "instanceGuid")
val instanceGuid: String
Link copied to clipboard
@SerialName(value = "refKey")
val refKey: String
Link copied to clipboard
@SerialName(value = "type")
val type: String? = null