Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. [
  2. {
  3. "id": 113,
  4. "title": "My Course 08:00",
  5. "start_time": "2016-07-29T08:00:00+0200",
  6. "end_time": "2016-07-29T09:00:00+0200",
  7. "course": {
  8. "id": 27,
  9. "name": "My Course",
  10. "student_classes": [
  11. {
  12. "id": 7,
  13. "name": "10A",
  14. "abbreviation": "10A",
  15. "students": [
  16. {
  17. "id": 3,
  18. "first_name": "Emma",
  19. "last_name": "Muller",
  20. "has_dislexia": false,
  21. "has_weakness_in_reading_or_writing": false,
  22. "absences": [],
  23. "homeworks": [],
  24. "grade": {
  25. "id": 2,
  26. "name": "Grade 10",
  27. "abbreviation": "10",
  28. "subjects": [
  29. {
  30. "id": 3,
  31. "name": "Biology",
  32. "abbreviation": "bio",
  33. "grades": [],
  34. "marking_groups": []
  35. }
  36. ],
  37. "rating_systems": []
  38. },
  39. "courses": []
  40. }
  41. ],
  42. "grade": {
  43. "id": 2,
  44. "name": "Grade 10",
  45. "abbreviation": "10",
  46. "subjects": [
  47. {
  48. "id": 3,
  49. "name": "Biology",
  50. "abbreviation": "bio",
  51. "grades": [],
  52. "marking_groups": []
  53. }
  54. ],
  55. "rating_systems": []
  56. },
  57. "courses": []
  58. }
  59. ],
  60. "students": [],
  61. "subject": {
  62. "id": 3,
  63. "name": "Biology",
  64. "abbreviation": "bio",
  65. "grades": [
  66. {
  67. "id": 2,
  68. "name": "Grade 10",
  69. "abbreviation": "10",
  70. "subjects": [],
  71. "rating_systems": []
  72. }
  73. ],
  74. "marking_groups": []
  75. },
  76. "course_contents": [],
  77. "semester": {
  78. "id": 1,
  79. "name": "Semester 1",
  80. "start_date": "2016-07-29T00:00:00+0200",
  81. "end_date": "2017-02-12T00:00:00+0100",
  82. "school_year": {
  83. "id": 3,
  84. "name": "2016/2017",
  85. "year_start": "2016-09-05T00:00:00+0200",
  86. "year_end": "2017-07-01T00:00:00+0200"
  87. }
  88. },
  89. "seating_plans": []
  90. },
  91. "room": {
  92. "id": 2,
  93. "name": "100",
  94. "comment": "My first classroom"
  95. },
  96. "reminders": []
  97. }
  98. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement