Get availability from a static time by 30-minute interval for every interval between start and end, inclusive

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Parameters

Responses

200 Success

401 Unauthorized

403 Forbidden

404 Not found

422 Unprocessable Content

Example Request

curl --request GET \
  --url https://api.dealerware.com/admin/fleets/id/availability/intervals/continuous \
  --header 'accept: application/json'

Example Response

[
  {
    "start_at": "2020-06-15T20:12:26Z",
    "end_at": "2020-06-15T20:12:26Z",
    "fleet_id": 123,
    "available": true,
    "active_vehicle_count": 30,
    "required_vehicle_count": 10
  }
]