Skip to main content
QUERY
apnsRegistrations: [ApnsRegistration!]!

Returns

id
ID!

Stable identifier for this APNs registration.

clientRegistrationId
String!

Identifier of the related client registration.

tokenMasked
String!

The token masked associated with this APNs registration.

topic
String!

The topic associated with this APNs registration.

environment
String!

The environment associated with this APNs registration.

supportedPushTypes
[String!]!

Supported push types associated with this APNs registration.

displayName
String!

The display name associated with this APNs registration.

deviceModel
String

The device model associated with this APNs registration. May be null when unavailable or not applicable.

osVersion
String

The OS version associated with this APNs registration. May be null when unavailable or not applicable.

appVersion
String

The app version associated with this APNs registration. May be null when unavailable or not applicable.

appBuild
String

The app build associated with this APNs registration. May be null when unavailable or not applicable.

locale
String

The locale associated with this APNs registration. May be null when unavailable or not applicable.

pushMagicConfigured
Boolean!

Whether the push magic configured condition is true for this APNs registration.

status
String!

Current status of this APNs registration.

invalidatedAt
String

ISO 8601 timestamp when this APNs registration invalidated. May be null when unavailable or not applicable.

lastFailureReason
String

The last failure reason associated with this APNs registration. May be null when unavailable or not applicable.

lastFailureAt
String

ISO 8601 timestamp when this APNs registration last failure. May be null when unavailable or not applicable.

lastRegisteredAt
String!

ISO 8601 timestamp when this APNs registration last registered.

lastSentAt
String

ISO 8601 timestamp when this APNs registration last sent. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this APNs registration was created.

updatedAt
String!

ISO 8601 timestamp when this APNs registration was last updated.

Query
Response