GET /api/truck/{id}

GET /api/truck/{id}

Path parameters

  • id integer(int64) Required

Responses

GET /api/truck/{id}
curl \
 -X GET https://api-dev.gatego.io/api/truck/{id}
Response examples (200)
{
  "id": 42,
  "number": "string",
  "carrier": {
    "id": 42,
    "name": "string",
    "fleet_id": "string",
    "authorized": true,
    "scac": "string",
    "usdot": "string",
    "rfc": "string",
    "email": "string",
    "address": "string",
    "created_by": "string",
    "created_at": "2022-03-10T16:15:50Z",
    "last_modified_by": "string",
    "last_modified_at": "2022-03-10T16:15:50Z"
  },
  "fuel_type": "DIESEL",
  "type": "PICKUP"
}