Django REST framework
  • Log in
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

GET /api/v1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "customers": "http://wherethetruckat.com/api/v1/customers/",
    "onboarding-screens": "http://wherethetruckat.com/api/v1/onboarding-screens/",
    "vendors": "http://wherethetruckat.com/api/v1/vendors/",
    "meals": "http://wherethetruckat.com/api/v1/meals/",
    "meal-subitem": "http://wherethetruckat.com/api/v1/meal-subitem/",
    "meal-combo": "http://wherethetruckat.com/api/v1/meal-combo/",
    "orders": "http://wherethetruckat.com/api/v1/orders/",
    "reports": "http://wherethetruckat.com/api/v1/reports/",
    "catering-package": "http://wherethetruckat.com/api/v1/catering-package/",
    "support-call": "http://wherethetruckat.com/api/v1/support-call/",
    "vendor-event-types": "http://wherethetruckat.com/api/v1/vendor-event-types/",
    "vendor-calendar": "http://wherethetruckat.com/api/v1/vendor-calendar/",
    "public-event": "http://wherethetruckat.com/api/v1/public-event/",
    "promo-code": "http://wherethetruckat.com/api/v1/promo-code/",
    "get-geo-locations": "http://wherethetruckat.com/api/v1/get-geo-locations/",
    "events": "http://wherethetruckat.com/api/v1/events/"
}