Magidoc

ScenarioSessionEvent
Object

Represents an event that occurred during a ScenarioSession.

Fields

#

barcode

Barcode value submitted by the user when the value type is BARCODE.

call

The Call associated with the ScenarioSessionEvent.

createdAt

The date and time when the ScenarioSessionEvent was saved on the server.

databaseId

Identifies the primary key from the data store.

deletedAt

Identifies the date and time when the object was deleted.

duration

The duration of the ScenarioSessionEvent in seconds.

endedAt

The date and time when the ScenarioSession ended.

eventData

3rd party data associated with the ScenarioSessionEvent.

id

ID !
Non-null

ID of the object.

nameForLog

Object name to be identified in Audit Logs.

organization

The Organization associated with the ScenarioSessionEvent.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the ScenarioSessionEvent.

photo

Photo attachment. This field will be nil for any event where type is not SCREENSHOT_CAPTURED, or when value_type is not PHOTO.

receivedAt

The date and time when the ScenarioSession was sent to the server.

scenario

The Scenario associated with the ScenarioSessionEvent.

scenarioSession

The ScenarioSession associated with the ScenarioSessionEvent.

scenarioSessionPart

The ScenarioSessionPart associated with the ScenarioSessionEvent.

scenarioSessionStep

The ScenarioSessionStep associated with the ScenarioSessionEvent.

scenarioSessionStepItem

The ScenarioSessionStepItem associated with the ScenarioSessionEvent.

scenarioStep

The ScenarioStep associated with the ScenarioSessionEvent.

scenarioStepItem

The ScenarioStepItem associated with the ScenarioSessionEvent.

settings

Non-null

The settings associated with the object.

startedAt

The date and time when the ScenarioReleaseEvent started.

type

The type of the ScenarioSessionEvent.

updatedAt

Identifies the date and time when the object was last updated.

url

Non-null

The url of the object.

user

The user who created the event.

value

The value submitted by the user in the event data.

valueType

Value type of the event data.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#

  • Field scenarioSessionEvent from Query