Entry
Entry
type Entry {
created: Date!
entryFloorSpaces: [EntryFloorSpace!]!
entrySensorInstallation: EntitySensorInstallation!
entrySensorInstallationId: ID!
externalId: String!
id: ID!
name: String
shape: [Point!]!
updated: Date!
}
Fields
Entry.created ● Date! non-null scalar
Created DateTime
Entry.entryFloorSpaces ● [EntryFloorSpace!]! non-null object
Entry Floor Spaces
Entry.entrySensorInstallation ● EntitySensorInstallation! non-null object
Entry Sensor Installation
Entry.entrySensorInstallationId ● ID! non-null scalar
Entry Sensor Installation Id
Entry.externalId ● String! non-null scalar
External Id
Entry.id ● ID! non-null scalar
Unique Identifier
Entry.name ● String scalar
Name
Entry.shape ● [Point!]! non-null scalar
Shape
Entry.updated ● Date! non-null scalar
Last updated DateTime
Returned By
entry query
Member Of
EntitySensorInstallation object ● EntryFloorSpace object