INPUT_OBJECT

ReadingFilterInput

link GraphQL Schema definition





input ReadingFilterInput {
The device identifier to retrieve readings
deviceIdentifier: DeviceIdentifierFilterInput
The start of the date range to retrieve readings
from: ISO8601DateTime
The organization id to retrieve readings
organizationId: ID
The end of the date range to retrieve readings
to: ISO8601DateTime
}

link Required by