List download notifications

Returns a single page of notifications about completed downloads to specific vehicles. The operation limits the downloads from the past 12 hours that exist under one CP code. All requests subsequent to the first request require storing nextPageStart from the last response's notifications array and using it as start of a new request.

Path Params
integer
required

The content provider code assigned to the IoT product. Run the List content provider codes operation to get an identifier.

Query Params
integer

The Unix timestamp in milliseconds that starts a range of notifications. It can't be older than the notification retention period of the past 12 hours. If not specified, the API returns notifications from the past 12 hours.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Response body
object

Encapsulates a collection of download notifications, with additional pagination context.

integer
≥ 1

The Unix timestamp in milliseconds that indicates the start of the next page of notifications.

notifications
array of objects
required
length ≥ 0

The set of download notifications.

notifications*
object

Encapsulates each download notification.

integer
required
≥ 1

The content provider code used to bill the user-originated traffic.

date-time
required

The ISO 8601 timestamp indicating when a download event occurred on an edge server.

string
required
length ≥ 1

The host of a downloaded file.

string
required
length ≥ 1

The path of a downloaded file.

string
required
length ≥ 1

The unique identifier of a vehicle.

Language
Authentication
URL
Original text
Rate this translation
Your feedback will be used to help improve Google Translate