Community
Lookups for domain data?
about 1 year ago by Darren Davis
Getting up to speed on the API for a client and am not sure where to look to find standard domain data for various objects. For example, calling the ELD-Events endpoint returns a structure with this object embedded:
{
"time": "2023-10-15T07:00:00.000Z",
"eldEventType": 1,
"eldEventCode": 1,
"eldEventRecordOrigin": 2,
"eldEventRecordStatus": 1,
"accumulatedVehicleMeters": 0,
"totalVehicleMeters": 0,
"elapsedEngineHours": 0,
"location": {
"latitude": 33.44592464,
"longitude": -112.25274009,
"city": "Tolleson",
"state": "AZ",
"eldLocation": "0.5 mi SE Tolleson, AZ"
}}
Is there a place I can look up eldEventType, so I have some context what the value 1 maps to?
Thanks!