Advertisement
hasancse1991

Higher Education Mapping Response

Mar 26th, 2020
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.88 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "message": "Success message",
  4.     "college": {
  5.         "total_item_count": 1345,
  6.         "college_list": [
  7.             {
  8.                 "id": 1234,
  9.                 "name": "Nepal City College",
  10.                 "district": "Kathmundu",
  11.                 "latitude": "23.236547",
  12.                 "longitude": "43.569854",
  13.                 "campus_chief": "Dr. Kushal Kumar",
  14.                 "contact_number": "012354452545",
  15.                 "email": "nepalcollege@gmail.com",
  16.                 "website": "www.nepalcitycollege.edu",
  17.                 "image": "https://eventnepal.com/wp-content/uploads/2019/11/11918930_939152489476936_7660888160307760068_n.png",
  18.                 "details": "Plain HTML should goes here. It'll be loaded in WebView on mobile app as a string value",
  19.                 "province_ids":[2],
  20.                 "district_ids": [3],
  21.                 "municipality_ids": [2],
  22.                 "level_ids": [2,3],
  23.                 "faculty_ids": [1, 2, 5],
  24.                 "program_ids":[3,9, 4],
  25.                 "campus_type_ids": [4,5],
  26.                 "university_ids": [4]
  27.                
  28.             },
  29.             {
  30.                 "id": 1235,
  31.                 "name": "Nepal City College",
  32.                 "district": "Kathmundu",
  33.                 "latitude": "23.236547",
  34.                 "longitude": "43.569854",
  35.                 "campus_chief": "Dr. Kushal Kumar",
  36.                 "contact_number": "012354452545",
  37.                 "email": "nepalcollege@gmail.com",
  38.                 "website": "www.nepalcitycollege.edu",
  39.                 "image": "https://eventnepal.com/wp-content/uploads/2019/11/11918930_939152489476936_7660888160307760068_n.png",
  40.                 "details": "Plain HTML should goes here. It'll be loaded in WebView on mobile app as a string value",
  41.                 "province_ids":[2],
  42.                 "district_ids": [3],
  43.                 "municipality_ids": [2],
  44.                 "level_ids": [2,3],
  45.                 "faculty_ids": [1, 2, 5],
  46.                 "program_ids":[3,9, 4],
  47.                 "campus_type_ids": [4,5],
  48.                 "university_ids": [4]
  49.             }
  50.         ]
  51.     },
  52.     "filter": {
  53.         "province": {
  54.             "item_count": 3,
  55.             "item_list": [
  56.                 {
  57.                     "id": 1,
  58.                     "name": "All province"
  59.                 },
  60.                 {
  61.                     "id": 2,
  62.                     "name": "province 1"
  63.                 },
  64.                 {
  65.                     "id": 3,
  66.                     "name": "province 2"
  67.                 }
  68.             ]
  69.         },
  70.         "district": {
  71.             "item_count": 2,
  72.             "item_list": [
  73.                 {
  74.                     "id": 1,
  75.                     "name": "All District"
  76.                 },
  77.                 {
  78.                     "id": 2,
  79.                     "name": "District 1"
  80.                 }
  81.             ]
  82.         },
  83.         "municipality": {
  84.             "item_count": 3,
  85.             "item_list": [
  86.                 {
  87.                     "id": 1,
  88.                     "name": "All municipality"
  89.                 },
  90.                 {
  91.                     "id": 2,
  92.                     "name": "municipality 1"
  93.                 }
  94.             ]
  95.         },
  96.         "level": {
  97.             "item_count": 2,
  98.             "item_list": [
  99.                 {
  100.                     "id": 1,
  101.                     "name": "All level"
  102.                 },
  103.                 {
  104.                     "id": 2,
  105.                     "name": "level 1"
  106.                 }
  107.             ]
  108.         },
  109.         "faculty": {
  110.             "item_count": 3,
  111.             "item_list": [
  112.                 {
  113.                     "id": 1,
  114.                     "name": "All faculty"
  115.                 },
  116.                 {
  117.                     "id": 2,
  118.                     "name": "faculty 1"
  119.                 }
  120.             ]
  121.         },
  122.         "program": {
  123.             "item_count": 2,
  124.             "item_list": [
  125.                 {
  126.                     "id": 1,
  127.                     "name": "All program"
  128.                 },
  129.                 {
  130.                     "id": 2,
  131.                     "name": "program 1"
  132.                 }
  133.             ]
  134.         },
  135.         "campus_type": {
  136.             "item_count": 2,
  137.             "item_list": [
  138.                 {
  139.                     "id": 1,
  140.                     "name": "All Campus type"
  141.                 },
  142.                 {
  143.                     "id": 2,
  144.                     "name": "Campus type 1"
  145.                 }
  146.             ]
  147.         },
  148.         "university": {
  149.             "item_count": 2,
  150.             "item_list": [
  151.                 {
  152.                     "id": 1,
  153.                     "name": "All university"
  154.                 },
  155.                 {
  156.                     "id": 2,
  157.                     "name": "university 1"
  158.                 }
  159.             ]
  160.         }
  161.     }
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement