RoscoLive API v1.0
  1. User
RoscoLive API v1.0
  • Device
    • Get device list for multiple companies
      GET
    • Get current activity status of devices
      GET
  • Driver Scoring / Coaching
    • Get company event score weights
      GET
    • Update company event score weights
      POST
  • Event
    • Get Company Events
      GET
    • Request videos of an event
      PUT
    • Get Device Events for Period
      GET
  • Fleet Configuration
    • Create new profile in a company
      POST
    • Get a company profile
      GET
  • Metadata
    • Get alerts and events of devices for company
      GET
  • Report
    • Get custom report data
      GET
    • Get all events report for company
      GET
    • Get event count summary report for company devices
      GET
    • Update custom report
      POST
    • Create custom report for user
      PUT
  • User
    • Get User Info from Email Address
      GET
    • Get my Own User Info
      GET
    • Get application notifications
      GET
    • SD card reformat reminder
      POST
    • Update notification by email
      POST
    • Get event / sms notification settings
      GET
  1. User

Get application notifications

GET
https://fleet.roscolive.com/api/v1.0/user/notifications
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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/user/notifications?type='
Response Response Example
200 - valid get users notifications
{
    "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"
}

Request

Query Params

Body Params multipart/form-data

Responses

🟢200valid get users notifications
application/json
Body

🟠400get users notifications with invalid type
🟠401Login Required
Modified at 2025-05-06 13:07:22
Previous
Get my Own User Info
Next
SD card reformat reminder
Built with