To Be Completed

GET /api/billing/dashboard/summary/stream

To be Completed

Query parameters

  • carrierIdList array[integer(int64)]

    The ID of the yard for which to retrieve the dashboard summary

  • yardIdList array[integer(int64)]

    The ID of the yard for which to retrieve the dashboard summary

application/json

Responses

  • 200 text/event-stream

    OK

    Hide response attribute Show response attribute object
  • Not Authorized

  • Not Allowed

GET /api/billing/dashboard/summary/stream
curl \
 -X GET https://api-dev.gatego.io/api/billing/dashboard/summary/stream \
 -H "Content-Type: application/json" \
 -d '{"closed":true}'
Request examples
{
  "closed": true
}