Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

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

{
    "collected-clinics-private": "http://cerebro-release.cortico.ca/api/collected-clinics-private/?format=api",
    "collected-clinics-public": "http://cerebro-release.cortico.ca/api/collected-clinics-public/?format=api",
    "collected-clinics-public-lite": "http://cerebro-release.cortico.ca/api/collected-clinics-public-lite/?format=api",
    "collected-clinics": "http://cerebro-release.cortico.ca/api/collected-clinics/?format=api",
    "collected-slots": "http://cerebro-release.cortico.ca/api/collected-slots/?format=api",
    "laboratories": "http://cerebro-release.cortico.ca/api/laboratories/?format=api",
    "pharmacies": "http://cerebro-release.cortico.ca/api/pharmacies/?format=api",
    "summary/pharmacies": "http://cerebro-release.cortico.ca/api/summary/pharmacies/?format=api",
    "vcn/conversations": "http://cerebro-release.cortico.ca/api/vcn/conversations/?format=api",
    "vcn/users": "http://cerebro-release.cortico.ca/api/vcn/users/?format=api",
    "vcn/patients": "http://cerebro-release.cortico.ca/api/vcn/patients/?format=api",
    "vcn/files": "http://cerebro-release.cortico.ca/api/vcn/files/?format=api"
}