Device Filter
To filter category and application results to only include items that are suitable for the client, the following GET parameters may be appended to REST requests:
device_filter[manufacturer] The name of the device manufacturer.
device_filter[model] The device model.
device_filter[platform] The name of the platform running on the device. To get a list of supported platforms, use the
GET /api/v1/platforms request.
device_filter[platform_version] The current platform version of the device.
If the client device has already been registered, the following parameter is sufficient:
device_filter[device_id] The device identifier.