GET /push/deviceRegistrations

ably.io:platform

Summary: List devices registered for receiving push notifications
Operation ID: getRegisteredPushDevices
Auth: unknown
Description

List of device details of devices registed for push notifications.

Parameters (5)

X-Ably-Version (string, header, optional)

The version of the API you wish to use.

clientId (string, query, optional)

Optional filter to restrict to devices associated with that clientId.

deviceId (string, query, optional)

Optional filter to restrict to devices associated with that deviceId.

format (string, query, optional)

The response format you would like

Constraints: {'enum': ['json', 'jsonp', 'msgpack', 'html']}

limit (integer, query, optional, default: 100)

The maximum number of records to return.

Constraints: {'maximum': 1000}

No probe data for this endpoint yet.