Advertisement
nubooya

Untitled

Apr 25th, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. {
  2. "code": "SUCCESS",
  3. "message": "admission-years-list",
  4. "meta": {
  5. "limit": 10,
  6. "offset": 0,
  7. "page": 1,
  8. "total": 3,
  9. "total_page": 1,
  10. "sort": [
  11. {
  12. "column": "admission_admition_start",
  13. "order": "asc"
  14. }
  15. ]
  16. },
  17. "data": [
  18. {
  19. "id": "e90ff048-9a5e-4828-b5b3-c0f9e913cb01",
  20. "admission_code": "2020/2021",
  21. "admission_title": "Tahun Ajaran 2020/2021",
  22. "admission_quota_plan": 250,
  23. "admission_quota_participant": 0,
  24. "admission_quota_graduate": 0,
  25. "admission_admition_start": "2020-05-31T17:00:00.000Z",
  26. "admission_admition_end": "2020-06-30T17:00:00.000Z"
  27. },
  28. {
  29. "id": "b11ff048-9a5e-4828-b5b3-c0f9e913cc42",
  30. "admission_code": "2021/2022",
  31. "admission_title": "Tahun Ajaran 2021/2022",
  32. "admission_quota_plan": 200,
  33. "admission_quota_participant": 0,
  34. "admission_quota_graduate": 0,
  35. "admission_admition_start": "2021-04-30T17:00:00.000Z",
  36. "admission_admition_end": "2021-06-19T17:00:00.000Z"
  37. },
  38. {
  39. "id": "fc27d0b6-4cbe-438f-bc5f-716465b0e118",
  40. "admission_code": "2022/2023",
  41. "admission_title": "Pendaftaran 2021",
  42. "admission_quota_plan": 300,
  43. "admission_quota_participant": 0,
  44. "admission_quota_graduate": 0,
  45. "admission_admition_start": "2022-03-26T00:00:00.000Z",
  46. "admission_admition_end": "2022-05-01T00:00:00.000Z"
  47. }
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement