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

Api Root

The default basic root view for DefaultRouter

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

{
    "workspaces/?": "http://papi.beta.runwhen.com/api/v3/workspaces?format=api",
    "llmconfigs": "http://papi.beta.runwhen.com/api/v3/llmconfigs?format=api",
    "configuration/what-knowledge/?": "http://papi.beta.runwhen.com/api/v3/configuration/what-knowledge?format=api",
    "codecollections/?": "http://papi.beta.runwhen.com/api/v3/codecollections?format=api",
    "users/?": "http://papi.beta.runwhen.com/api/v3/users?format=api",
    "locations/?": "http://papi.beta.runwhen.com/api/v3/locations?format=api",
    "makepublic/?": "http://papi.beta.runwhen.com/api/v3/makepublic?format=api",
    "rwsupport/orgs": "http://papi.beta.runwhen.com/api/v3/rwsupport/orgs?format=api",
    "rwsupport/llm-configs": "http://papi.beta.runwhen.com/api/v3/rwsupport/llm-configs?format=api",
    "rwsupport/llm-providers": "http://papi.beta.runwhen.com/api/v3/rwsupport/llm-providers?format=api",
    "rwsupport/llm-models": "http://papi.beta.runwhen.com/api/v3/rwsupport/llm-models?format=api"
}