Gets all notifications for the currently logged in user. This can include read and unread notifications, notifications after or before a given date/time, etc. Notifications are always returned sorted by timestamp, with the newest notification first.
Note that the API key has to be sent as Token 123 where 123 is
the key you received after logging in or by creating on the developer
dashboard.
Limit the returned values to notifications that concerned a single vehicle.
Offset the returned values by a given number of items.
Limit the returned values to a given number of items.
Limit the returned values to either read or unread notifications. If this parameter is not passed, both read and unread notifications are returned.
If a notification is read by a user or not.
read, unread Limit the returned values to notifications whose timestamp is after the indicated one. If this parameter is not given, all notifications until now are returned.
Limit the returned values to notifications whose timestamp is before the indicated one.