Returns application notifications for the current user. These are notifications that detail updates for certain actions the user has taken, such as confirmation of successful profile updates, uploading of custom event videos from request, ect,...
Request
Query Params
Body Params multipart/form-data
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://fleet.roscolive.com/api/v1.0/user/notifications?type='
Responses
🟢200valid get users notifications
application/json
Body
Example
{"meta":{"code":200},"response":[{"createtime":"Fri, 30 Aug 2024 14:56:47 GMT","geotab_user_id":null,"id":220207,"notification":"Custom video request for vehicle Truck 1 is now available. Event ID: <a href=/patterns/events/2602389/regular>2602389</a>","status":"viewed","type":"custclip","user_id":4737},{"createtime":"Thu, 25 Jul 2024 20:15:59 GMT","geotab_user_id":null,"id":220032,"notification":"Additional video request for vehicle Truck 42 is now available. Event ID: <a href=/patterns/events/2602083/regular>2602083</a>","status":"viewed","type":"alert","user_id":4737}],"result":"OK"}