get https://{hostname}/ota/v1/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.
Recipes
List download notifications
Open Recipe