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": "https://webapi.easternuni.edu.bd/users/",
    "groups": "https://webapi.easternuni.edu.bd/groups/",
    "albums": "https://webapi.easternuni.edu.bd/albums/",
    "albumimage": "https://webapi.easternuni.edu.bd/albumimage/",
    "college": "https://webapi.easternuni.edu.bd/faculty/",
    "clubs": "https://webapi.easternuni.edu.bd/clubs/",
    "clubsMembers": "https://webapi.easternuni.edu.bd/clubsMembers/",
    "designation": "https://webapi.easternuni.edu.bd/designation/",
    "department": "https://webapi.easternuni.edu.bd/department/",
    "faculty": "https://webapi.easternuni.edu.bd/faculty/",
    "news": "https://webapi.easternuni.edu.bd/allNews/",
    "allNews": "https://webapi.easternuni.edu.bd/allNews/",
    "notice": "https://webapi.easternuni.edu.bd/allNotice/",
    "allNotice": "https://webapi.easternuni.edu.bd/allNotice/",
    "events": "https://webapi.easternuni.edu.bd/events/",
    "testimonials": "https://webapi.easternuni.edu.bd/testimonials/",
    "program": "https://webapi.easternuni.edu.bd/program/",
    "slider": "https://webapi.easternuni.edu.bd/slider/",
    "students": "https://webapi.easternuni.edu.bd/students/",
    "topnews": "https://webapi.easternuni.edu.bd/topnews/"
}