OBJECT
Query
link GraphQL Schema definition
type Query {
Get a list of Roles that can be assigned.
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
(: String, : String, : Int, : Int): RoleConnection!
Get an organization by ID
Arguments
id: [Not documented]
(: ID!): Organization
Get a list of organizations filtered using the available fields in the
OrganizationFilterInput.
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for organization connections
(
: String,
: String,
: OrganizationFilterInput,
: Int,
: Int,
: [OrganizationSort!]
): OrganizationConnection!
Get a list of PersonUsers filtered using the available fields in the
PersonUserFilterInput.
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for personuser connections
(
: String,
: String,
: PersonUserFilterInput,
: Int,
: Int,
: [PersonUserSort!]
): PersonUserConnection!
Get a user by ID
Arguments
id: [Not documented]
(: ID!): UserInterface
Authenticated user
: UserInterface
Get a charge supercap mobile terminated message to send to a device.
Arguments
deviceId: [Not documented]
mode: [Not documented]
(
: ID!,
: ChargeSupercapModeEnum!
): MobileTerminatedChargeSupercapMessage
Find a Configuration by one of the given arguments. You can only use one
argument.
Arguments
definition: The definition of the configuration
id: [Not documented]
(: String, : ID): Configuration
Get a configuration mobile terminated message deployable to a device.
Arguments
configurationId: [Not documented]
deploymentTarget: Defines the deployment target
deviceId: [Not documented]
(
: ID!,
: DeploymentTargetEnum!,
: ID
): ConfigurationMobileTerminatedMessage
Find all Configurations
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for configuration connections
(
: String,
: String,
: ConfigurationFilterInput,
: Int,
: Int,
: [ConfigurationSort!]
): ConfigurationConnection!
Find a Device by one of the given arguments. You can only use one argument.
Arguments
esn: The unique serial number
id: [Not documented]
imeiSatellite: The IMEI of the satellite transmissor
(: String, : ID, : String): Device
Find all Device Specifications
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
(
: String,
: String,
: DeviceSpecificationFilterInput,
: Int,
: Int
): DeviceSpecificationConnection!
Find all Devices
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for device connections
(
: String,
: String,
: DeviceFilterInput,
: Int,
: Int,
: [DeviceSort!]
): DeviceConnection!
Get a Device Firmware Update mobile terminated message for the given device.
Used for booting device in bootloader mode.
Arguments
deploymentTarget: Defines the deployment target
deviceId: [Not documented]
(
: DeploymentTargetEnum!,
: ID!
): MobileTerminatedDFUMessage
Find a Firmware by ID
Arguments
id: [Not documented]
(: ID): Firmware
Find all Firmwares.
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for firmware connections
(
: String,
: String,
: FirmwareFilterInput,
: Int,
: Int,
: [FirmwareSort!]
): FirmwareConnection
Returns a get satellite configuration mobile terminated message to send to a
device.
Arguments
deploymentTarget: Defines the deployment target
deviceId: [Not documented]
(
: DeploymentTargetEnum!,
: ID!
): MobileTerminatedGetConfigMessage
Get a voltage mobile terminated message to send to a device.
Arguments
deviceId: [Not documented]
(
: ID!
): MobileTerminatedGetVoltageMessage
Decrypt and parse a GT2 TLV message.
Arguments
deploymentTarget: Defines the deployment target
deviceId: [Not documented]
payload: The payload of the response
(
: DeploymentTargetEnum!,
: ID!,
: Hexadecimal!
): [GT2TLVMessage!]
Find all Readings.
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
filter: [Not documented]
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for reading connections
(
: String,
: String,
: ReadingFilterInput,
: Int,
: Int,
: [ReadingSort!]
): ReadingConnection
}
link Required by
This element is not required by anyone