v1
latestOpenAPI 3.1.02026-07-2617501.1 MBList the company's OEM entities
get/v1/oem_entities
Query parameters
start_timestring date
Specify the start time for fetching the location of the OEM entities
end_timestring date
Specify the end time for fetching the location of the OEM entities.
equipment_idstring
Specify the ID of the equipment that you want to fetch.
Response
200
Example response
{
"oem_entities": [
{
"oem_entity": {
"id": 19913,
"updated_at": "2023-08-28T16:40:01Z",
"status": "active",
"entity_type": "asset",
"make": "KOMATSU",
"model": "PC138USLC-11",
"type": "other",
"custom_type": "123",
"serial_number": "51151",
"vendor": "Komtrax (Komatsu)",
"locations": [
{
"updated_at": "2023-08-28T00:10:02+00:00",
"zip": "70363",
"country": "US",
"state": "LA",
"city": "Houma",
"street": "S Van Ave",
"lat": 29.575864791870117,
"lon": -90.71229553222656,
"operating_hours": 2252.7,
"fuel_used": 8651,
"fuel_units": "litre"
}
]
}
}
]
}