OBJECT

GT2Configuration

link GraphQL Schema definition

type GT2Configuration implements Configuration, GT2ConfigurationData, Node {

The date when configuration was created
createdAt: ISO8601DateTime

The definition of the configuration
definition: String

The description of the configuration
description: String

The GPS motion configuration values
gbmr: GT2GBMRConfiguration!

A flag indicating if the configuration supports geozones
geozoneEnabled: Boolean

The hardware type of the configuration
hardwareType: HardwareTypeEnum

id: ID!

The mailbox configuration values
mailbox: GT2MailboxConfiguration!

The user friendly name
name: String

The organization that created the configuration
organization: Organization

The raw payload of the configuration
payload: String

A flag indicating if power save mode is on
powerSaveModeEnabled: Boolean!

The reporting interval represented in minutes
reportingIntervalInMinutes: Int

The state of the configuration
state: ConfigurationStateEnum

The reporting interval represented in time of day entries (e.g 10:30 or 23:00,
all in UTC tz)
timeOfDayReportingIntervals: [String!]

The date when configuration was updated
updatedAt: ISO8601DateTime

The vibration motion configuration values
vbmr: GT2VBMRConfiguration!

}

link Required by

This element is not required by anyone