phones

List files pushed to a phone

Returns the phone's file delivery records, newest first: which library files were pushed to it and where each push stands (dispatched / delivered / failed). Org-scoped: another org's phone reads as not found.

get/phones/{phone_id}/files

Path parameters

phone_idstring required

phone to list deliveries for

phone to list deliveries for

Query parameters

limitinteger

max items per page

max items per page

offsetinteger

pagination offset

pagination offset

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

totalinteger required

Total delivery records for the phone.

Example response

{
  "$schema": "/api/v1/FileDeliveryListResponse.json"
}

Changes