Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

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

{
    "companion-session": "http://backend.enterprisechai.com/companion-session/?format=api",
    "summary": "http://backend.enterprisechai.com/summary/?format=api",
    "template": "http://backend.enterprisechai.com/template/?format=api",
    "product": "http://backend.enterprisechai.com/product/?format=api",
    "materials": "http://backend.enterprisechai.com/materials/?format=api",
    "customer": "http://backend.enterprisechai.com/customer/?format=api",
    "faq": "http://backend.enterprisechai.com/faq/?format=api",
    "knowledge-gap": "http://backend.enterprisechai.com/knowledge-gap/?format=api",
    "customer-answer": "http://backend.enterprisechai.com/customer-answer/?format=api",
    "response-feedback": "http://backend.enterprisechai.com/response-feedback/?format=api"
}