For Developers

List Vehicles

GET https://ed.link/api/v2/graph/vehicles

Retrieve a list of all Vehicles.

Request Parameters

This query allows for standard paging parameters.

Sample Request

axios.get('https://ed.link/api/v2/graph/vehicles', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});

Sample Response

{
    "$data": [
        {
            "created_date": "2024-06-21T20:54:06.263Z",
            "updated_date": "2025-02-28T17:29:00.907Z",
            "properties": {},
            "name": "Toyota Durango",
            "capacity": 19,
            "code": "JECYT",
            "comments": "Toyota Durango streamline ubiquitous web services",
            "vehicle_identification_number": "DTR6H3VA7TW374131",
            "license_number": "EU86WEN",
            "last_operation_date": "2022-10-10T13:42:06.352Z",
            "last_safety_inspection_date": "2023-03-19T00:18:59.899Z",
            "identifiers": [],
            "id": "1cfdb3c6-383f-5453-ade1-435c1405b942",
            "type": "truck",
            "state": "operational",
            "flags": [],
            "safety_inspection_state": "current",
            "asset_id": "1952a497-6425-5dc0-bbbe-09352deff2b4"
        },
        {
            "created_date": "2024-06-21T20:54:06.263Z",
            "updated_date": "2025-02-28T17:29:00.907Z",
            "properties": {},
            "name": "Smart Accord",
            "capacity": 31,
            "code": "5SEOM",
            "comments": "Smart Accord engage holistic users",
            "vehicle_identification_number": "PM3LB8GMDWC936876",
            "license_number": "QQ85SZI",
            "last_operation_date": "2023-01-12T20:00:41.448Z",
            "last_safety_inspection_date": "2023-02-21T13:10:37.929Z",
            "identifiers": [],
            "id": "88a2f703-d337-59e6-88b6-3a0d8b019232",
            "type": "car",
            "state": "operational",
            "flags": [
                "commerical_advertising",
                "gps_system",
                "privately_owned",
                "specially_equipped",
                "two_way_communication"
            ],
            "safety_inspection_state": "current",
            "asset_id": "c5d0af43-e6de-5872-b385-f1458e1228d0"
        },
        {
            "created_date": "2024-06-21T20:54:06.263Z",
            "updated_date": "2025-02-28T17:29:00.907Z",
            "properties": {},
            "name": "Bentley Civic",
            "capacity": 7,
            "code": "WIIV3",
            "comments": "Bentley Civic recontextualize granular initiatives",
            "vehicle_identification_number": "37ZRFCUVZLDB34586",
            "license_number": "CT27BIU",
            "last_operation_date": "2023-01-17T02:23:20.027Z",
            "last_safety_inspection_date": "2022-10-14T07:35:06.294Z",
            "identifiers": [],
            "id": "6896a9d0-eb3c-54d0-a3b8-ee4170697e12",
            "type": "bus",
            "state": "operational",
            "flags": [],
            "safety_inspection_state": "current",
            "asset_id": "69ba90c8-d2b0-50dc-8e0f-67680f75902d"
        }
    ],
    "$request": "00000000-0000-0000-0000-000000000000",
}