Skip to main content

Notifications

Get list of Notification

Query Parameters
    category string required

    Category of notification. GENERAL | DRIVER_BEHAVIOR | ADAS | DMS

    startDate date-time required

    Format ISO (2000-12-31T00:00:00.000Z) in UTC+07 Timezone

    endDate date-time required

    Format ISO (2000-12-31T00:00:00.000Z) in UTC+07 Timezone

    licensePlate string required

    Can be added multiple times

    limit string

    Limit of data shown in a page. Default is 10

    page string

    Page of data shown. Default is 1

Responses

Success


Schema
    message string
    metadata object
    page number
    count number
    total_count number
    total_page number
    data object
    paginated_result object[]
  • Array [
  • alertType string
    alertCode number
    date string
    latitude number
    longitude number
    licensePlate string
    driverName string
    geolocation string
    threshold string
    actual string
    image string[]
    video string[]
  • ]
  • ids number[]
Loading...