Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

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

{
    "hearing": "https://kerrokantasi-api.turku.fi/v1/hearing/?format=api",
    "users": "https://kerrokantasi-api.turku.fi/v1/users/?format=api",
    "comment": "https://kerrokantasi-api.turku.fi/v1/comment/?format=api",
    "image": "https://kerrokantasi-api.turku.fi/v1/image/?format=api",
    "section": "https://kerrokantasi-api.turku.fi/v1/section/?format=api",
    "label": "https://kerrokantasi-api.turku.fi/v1/label/?format=api",
    "contact_person": "https://kerrokantasi-api.turku.fi/v1/contact_person/?format=api",
    "project": "https://kerrokantasi-api.turku.fi/v1/project/?format=api",
    "file": "https://kerrokantasi-api.turku.fi/v1/file/?format=api",
    "auth_method": "https://kerrokantasi-api.turku.fi/v1/auth_method/?format=api"
}