Get one file delivery
Returns a single delivery by id and its current status. Poll this to wait on a specific push: the list endpoint pages the newest records and can drop a delivery that ages past the page on a busy phone.
Path parameters
phone the delivery belongs to
phone the delivery belongs to
delivery to fetch
delivery to fetch
Response
OK
Example response
{
"$schema": "/api/v1/FileDeliverySummary.json"
}Changes
Changed in 3 of the 19 revisions of this API.13
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○