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

Api Root

The default basic root view for DefaultRouter

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

{
    "users": "http://203.96.189.147:8001/users/",
    "groups": "http://203.96.189.147:8001/groups/",
    "albums": "http://203.96.189.147:8001/albums/",
    "albumimage": "http://203.96.189.147:8001/albumimage/",
    "college": "http://203.96.189.147:8001/faculty/",
    "clubs": "http://203.96.189.147:8001/clubs/",
    "clubsMembers": "http://203.96.189.147:8001/clubsMembers/",
    "designation": "http://203.96.189.147:8001/designation/",
    "department": "http://203.96.189.147:8001/department/",
    "faculty": "http://203.96.189.147:8001/faculty/",
    "news": "http://203.96.189.147:8001/allNews/",
    "allNews": "http://203.96.189.147:8001/allNews/",
    "notice": "http://203.96.189.147:8001/allNotice/",
    "allNotice": "http://203.96.189.147:8001/allNotice/",
    "events": "http://203.96.189.147:8001/events/",
    "testimonials": "http://203.96.189.147:8001/testimonials/",
    "program": "http://203.96.189.147:8001/program/",
    "slider": "http://203.96.189.147:8001/slider/",
    "students": "http://203.96.189.147:8001/students/",
    "topnews": "http://203.96.189.147:8001/topnews/"
}