Responses

  • default application/json

    List of drivers retrieved successfully

    Hide response attributes Show response attributes object
  • Not Authorized

  • Not Allowed

GET /api/yard-task/driver/summary
curl \
 -X GET https://api-dev.gatego.io/api/yard-task/driver/summary
Response examples (default)
[
  {
    "id": 1,
    "name": "John Doe",
    "active": true,
    "allowed_yards": [
      2,
      3,
      4
    ]
  }
]