• Log in
  • Request invite
Sengerio Sengerio Sengerio Sengerio
  • Products
    • Charters
    • Lines
    • Scheduler
    • Fleet
    • HR
    • Invoices
    • Driver App
    • Booking App
    • Operator App
  • Who it’s for
    • Transport company
    • Buyer
  • About us
  • Blog
    • Most recent
    • Business journey
    • Green journey
    • Case studies
    • Leadership
    • Product
  • Help
    • Knowledge base
    • Video Tutorials
    • Contact us
    • Remote support
    • Request a demo
    • Sengerio API
  • English
    • Italian
Sengerio Sengerio
  • Products
    • Charters
    • Lines
    • Scheduler
    • Fleet
    • HR
    • Invoices
    • Driver App
    • Booking App
    • Operator App
  • Who it’s for
    • Transport company
    • Buyer
  • About us
  • Blog
    • Most recent
    • Business journey
    • Green journey
    • Case studies
    • Leadership
    • Product
  • Help
    • Knowledge base
    • Video Tutorials
    • Contact us
    • Remote support
    • Request a demo
    • Sengerio API
  • English
    • Italian

Vehicles

Request vehicles

GET https://api.sengerio.com/v1/vehicles

Parameters

NameTypeRequiredDefaultNotes
filterjsonYesSet of properties to filter in an AND clause. For each property select the operator (gt: greather than; lt: less than; eq: equals; in: is in array) and the value to filter. Datetime and number values must be written in the standard format (yyyy-mm-dd for dates and 10.30 for numbers).

[
  {
    "property":"status",
    "operator":"in",
    "value":["Active"]
  },
  {
    "property":"plate",
    "operator":"eq",
    "value":"AB123CD"
  }
]
sortjsonNoProperty name and sort direction (ASC or DESC) on which sort the result.

[
  {
    "property":"created_at",
    "direction":"DESC"
  }  
]
startintegerNo1Initial row
limitintegerNo25Number of rows per page.


Example response

{
    "success": true,
    "total": 9,
    "rows": [ 
      {
        "id": 7219308,
        "code": "0181",
        "plate": "AB123CD",
        "status": "Active",
        "seats": 49,
        "engine type": "Euro 6",
        ...
     },
     {
        "id": 7219127,
        "code": "0180",
        ...
     } 
   ]
}

Read vehicle

GET https://api.sengerio.com/v1/vehicle

Parameters

NameTypeRequiredDefaultNotes
idintegerYesVehicle Id

 

Example response

{
    "success": true,
    "data": {
        "id": 562459,
        "operator_id": 47202,
        "brand": "Iveco",
        "chassis": "2018",
        "distance_counter": 25369,
        "model": "Daily",
        "seats": 8,
        ...
        "details": [
           {
              "id": 632434,
              "detail_type": "Length",
              "detail_type_code": "Length",
              "value": "12,50"
           },
           {
              ...
           },
           ...
        ],
        "dueDates": [
           {
              "id": 63245,
              "blocking_due_date": "No",
              "due_date_code": "Insurance",
              "due_date_type": "Insurance",
              "status": "Activated",
              "due_date": "2018-05-25",
              ...
           },
           {
              ...
           },
           ...
        ],
        "vehicleValidity": {
           "id": 6743,
           "service_end": "2015-01-01 09:00:00",
           "service_start": null
        },      
        ...
   ]
}

API Documentation

  • Getting started
    • Authentication
    • Language
    • Endpoints
    • Formats
  • Accounting
    • Invoices
    • Read invoice
    • Create and update Invoices
    • Open invoice
    • Close invoice
    • Freeze invoice
    • Payments
  • Hire
    • Bookings
    • Read booking
    • Write booking
    • Cancel booking
    • Read geographical points
    • Create quote request
  • Vehicles
    • Request vehicles
    • Read vehicle
  • Human resources
    • Read human resource
    • Write human resource
    • Drivers activities
    • Absences
  • Business partners
    • Request business partners
    • Read business partner
    • Write business partner
    • Active block
    • Active
    • Inactive
More Questions?

We're happy to help! Get in touch

Company

  • About us
  • Contact us
  • Request a demo
  • Blog

Products

  • Charters
  • Lines
  • Scheduler
  • Fleet
  • HR
  • Invoices
  • Driver App
  • Booking App
  • Operator App

Who it’s for

  • Transport company
  • Buyer

Helpful links

  • Login
  • Knowledge base
  • Video tutorials
  • Remote support
  • Sengerio API

Policies

  • Terms of service
  • Privacy & Cookies
Made with by ALLBUS IT01064440520 credits