Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

GET /api/extra/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "faq": "https://ubirator.com/api/extra/faq/?format=api",
    "transportation_data": "https://ubirator.com/api/extra/transportation_data/?format=api",
    "manager_transportation_data": "https://ubirator.com/api/extra/manager_transportation_data/?format=api",
    "manager_dynamic_choice": "https://ubirator.com/api/extra/manager_dynamic_choice/?format=api",
    "manager_change_history": "https://ubirator.com/api/extra/manager_change_history/?format=api",
    "manager_document": "https://ubirator.com/api/order/manager_document/?format=api",
    "manager_feedback": "https://ubirator.com/api/extra/manager_feedback/?format=api",
    "mass_media": "https://ubirator.com/api/extra/mass_media/?format=api",
    "manager_task": "https://ubirator.com/api/extra/manager_task/?format=api",
    "manager_task_template": "https://ubirator.com/api/extra/manager_task_template/?format=api",
    "user_task": "https://ubirator.com/api/extra/user_task/?format=api",
    "driver_feedback": "https://ubirator.com/api/extra/driver_feedback/?format=api",
    "feedback": "https://ubirator.com/api/extra/feedback/?format=api",
    "driver_document": "https://ubirator.com/api/extra/driver_document/?format=api",
    "document": "https://ubirator.com/api/order/document/?format=api",
    "story": "https://ubirator.com/api/extra/story/?format=api"
}