Objects
Annotation
Fields
Name | Description |
---|---|
createdAtDateTime! | Creation Date |
updatedAtDateTime! | Date of Last Update |
idInt! | ID for Annotation |
startInt! | Annotation Start Seconds |
endInt | Annotation End Seconds |
markerMarker! | Associated Marker |
userSessionUserSession! | Associated UserSession |
noteString | Annotation Note |
Authentication
Fields
Name | Description |
---|---|
accessTokenString! | JWT Bearer Token |
userUser! | Authenticated user |
Marker
Fields
Name | Description |
---|---|
createdAtDateTime! | Creation Date |
updatedAtDateTime! | Date of Last Update |
idInt! | ID for Marker |
typeMarkerType! | Marker Type |
nameString! | Marker Name |
abbreviationString | Marker Name Abbreviation (e.g. for small screen sizes |
descriptionString | Marker Description |
colorString! | Marker Color |
iconString | Marker Icon |
Media
Fields
Name | Description |
---|---|
createdAtDateTime! | Creation Date |
updatedAtDateTime! | Date of Last Update |
idID! | ID for Media |
nameString! | Media Name |
mimeTypeString! | Media Mime Type |
Session
Fields
Name | Description |
---|---|
createdAtDateTime! | Creation Date |
updatedAtDateTime! | Date of Last Update |
idID! | ID for Session |
nameString! | Session Name |
descriptionString | Description |
statusSessionStatus | Session Status |
startDateTime | Start of Session |
endDateTime | End of Session |
editableBoolean | Default for Session - Editable for Participants |
enablePlayerBoolean | Default for Session - Player Enabled for Participants |
displaySampleSolutionBoolean | Default for Session - Sample Solution Displayed |
enableLiveAnalysisBoolean | Default for Session - Annotations are Directly Displayed in Analysis |
mediaMedia | Associated Media File |
codeString! | |
toolbars[Toolbar!]! | Associated Session |
userSessions[UserSession!]! | Associated User Sessions |
Toolbar
Fields
Name | Description |
---|---|
createdAtDateTime! | Creation Date |
updatedAtDateTime! | Date of Last Update |
idID! | ID for Media |
sessionSession! | Associated Session |
markers[String!]! |
User
Fields
Name | Description |
---|---|
createdAtDateTime! | Creation Date |
updatedAtDateTime! | Date of Last Update |
idID! | ID for User |
displayNameString | User Display Name |
emailString | User Email |
UserSession
Fields
Name | Description |
---|---|
createdAtDateTime! | Creation Date |
updatedAtDateTime! | Date of Last Update |
idInt! | ID for User Session |
statusUserSessionStatus! | User Session Status |
noteString | User Session Note |
sessionSession! | Associated Session |
ownerUser! | Associated User |
invitedAtDateTime! | Invitation Date |
annotations[Annotation!]! | Associated Annotations |