clever-ruby 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +13 -5
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +1 -1
  4. data/lib/clever-ruby.rb +1 -0
  5. data/lib/clever-ruby/api_operations/list.rb +24 -0
  6. data/lib/clever-ruby/api_operations/pagelist.rb +6 -2
  7. data/lib/clever-ruby/api_operations/results_list.rb +20 -0
  8. data/lib/clever-ruby/util.rb +4 -0
  9. data/lib/clever-ruby/version.rb +1 -1
  10. data/test/data/vcr_cassettes/district_count.yml +44 -0
  11. data/test/data/vcr_cassettes/district_find_by_page.yml +85 -0
  12. data/test/data/vcr_cassettes/district_find_multiple.yml +85 -0
  13. data/test/data/vcr_cassettes/district_find_one.yml +85 -0
  14. data/test/data/vcr_cassettes/districts.yml +46 -5
  15. data/test/data/vcr_cassettes/districts_event_pages.yml +134 -134
  16. data/test/data/vcr_cassettes/districts_events.yml +44 -44
  17. data/test/data/vcr_cassettes/districts_school_pages.yml +50 -50
  18. data/test/data/vcr_cassettes/districts_schools.yml +44 -44
  19. data/test/data/vcr_cassettes/districts_section_pages.yml +303 -303
  20. data/test/data/vcr_cassettes/districts_sections.yml +44 -44
  21. data/test/data/vcr_cassettes/districts_student_pages.yml +184 -184
  22. data/test/data/vcr_cassettes/districts_students.yml +44 -44
  23. data/test/data/vcr_cassettes/districts_students_filtered.yml +25 -25
  24. data/test/data/vcr_cassettes/districts_teacher_pages.yml +100 -100
  25. data/test/data/vcr_cassettes/districts_teachers.yml +44 -44
  26. data/test/data/vcr_cassettes/error_handling.yml +24 -24
  27. data/test/data/vcr_cassettes/event_count.yml +44 -0
  28. data/test/data/vcr_cassettes/event_find_by_page.yml +110 -0
  29. data/test/data/vcr_cassettes/event_find_multiple.yml +124 -0
  30. data/test/data/vcr_cassettes/event_find_one.yml +114 -0
  31. data/test/data/vcr_cassettes/events.yml +110 -0
  32. data/test/data/vcr_cassettes/school_count.yml +44 -0
  33. data/test/data/vcr_cassettes/school_find_by_page.yml +96 -0
  34. data/test/data/vcr_cassettes/school_find_multiple.yml +104 -0
  35. data/test/data/vcr_cassettes/school_find_one.yml +99 -0
  36. data/test/data/vcr_cassettes/schools.yml +48 -7
  37. data/test/data/vcr_cassettes/schools_optional_attributes.yml +7 -7
  38. data/test/data/vcr_cassettes/section_count.yml +44 -0
  39. data/test/data/vcr_cassettes/section_find_by_page.yml +1146 -0
  40. data/test/data/vcr_cassettes/section_find_multiple.yml +147 -0
  41. data/test/data/vcr_cassettes/section_find_one.yml +352 -0
  42. data/test/data/vcr_cassettes/sections.yml +69 -28
  43. data/test/data/vcr_cassettes/student_count.yml +44 -0
  44. data/test/data/vcr_cassettes/student_find_by_page.yml +1171 -0
  45. data/test/data/vcr_cassettes/student_find_multiple.yml +111 -0
  46. data/test/data/vcr_cassettes/student_find_one.yml +160 -0
  47. data/test/data/vcr_cassettes/students.yml +118 -77
  48. data/test/data/vcr_cassettes/teacher_count.yml +44 -0
  49. data/test/data/vcr_cassettes/teacher_find_by_page.yml +176 -0
  50. data/test/data/vcr_cassettes/teacher_find_multiple.yml +119 -0
  51. data/test/data/vcr_cassettes/teacher_find_one.yml +177 -0
  52. data/test/data/vcr_cassettes/teachers.yml +15 -3712
  53. data/test/integration/api_operations/list_test.rb +84 -28
  54. metadata +82 -30
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Accept:
11
- - ! '*/*; q=0.5, application/xml'
11
+ - "*/*; q=0.5, application/xml"
12
12
  Accept-Encoding:
13
13
  - gzip, deflate
14
14
  User-Agent:
@@ -23,11 +23,11 @@ http_interactions:
23
23
  Access-Control-Allow-Methods:
24
24
  - GET,PATCH,POST,DELETE
25
25
  Access-Control-Allow-Origin:
26
- - ! '*'
26
+ - "*"
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Mon, 08 Sep 2014 21:31:26 GMT
30
+ - Tue, 09 Sep 2014 21:48:40 GMT
31
31
  Server:
32
32
  - nginx/1.4.7
33
33
  X-Powered-By:
@@ -37,10 +37,10 @@ http_interactions:
37
37
  Connection:
38
38
  - keep-alive
39
39
  body:
40
- encoding: US-ASCII
41
- string: ! '{"data":[{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"uri":"/v1.1/districts/4fd43cc56d11340000000005"}],"paging":{"current":1,"total":1,"count":1},"links":[{"rel":"self","uri":"/v1.1/districts"}]}'
40
+ encoding: UTF-8
41
+ string: '{"data":[{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"uri":"/v1.1/districts/4fd43cc56d11340000000005"}],"paging":{"current":1,"total":1,"count":1},"links":[{"rel":"self","uri":"/v1.1/districts"}]}'
42
42
  http_version:
43
- recorded_at: Mon, 08 Sep 2014 21:31:26 GMT
43
+ recorded_at: Tue, 09 Sep 2014 21:48:39 GMT
44
44
  - request:
45
45
  method: get
46
46
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -49,7 +49,7 @@ http_interactions:
49
49
  string: ''
50
50
  headers:
51
51
  Accept:
52
- - ! '*/*; q=0.5, application/xml'
52
+ - "*/*; q=0.5, application/xml"
53
53
  Accept-Encoding:
54
54
  - gzip, deflate
55
55
  User-Agent:
@@ -64,11 +64,11 @@ http_interactions:
64
64
  Access-Control-Allow-Methods:
65
65
  - GET,PATCH,POST,DELETE
66
66
  Access-Control-Allow-Origin:
67
- - ! '*'
67
+ - "*"
68
68
  Content-Type:
69
69
  - application/json; charset=utf-8
70
70
  Date:
71
- - Mon, 08 Sep 2014 21:31:26 GMT
71
+ - Tue, 09 Sep 2014 21:48:40 GMT
72
72
  Server:
73
73
  - nginx/1.4.7
74
74
  X-Powered-By:
@@ -78,10 +78,10 @@ http_interactions:
78
78
  Connection:
79
79
  - keep-alive
80
80
  body:
81
- encoding: US-ASCII
82
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
81
+ encoding: UTF-8
82
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
83
83
  http_version:
84
- recorded_at: Mon, 08 Sep 2014 21:31:26 GMT
84
+ recorded_at: Tue, 09 Sep 2014 21:48:40 GMT
85
85
  - request:
86
86
  method: get
87
87
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -90,7 +90,7 @@ http_interactions:
90
90
  string: ''
91
91
  headers:
92
92
  Accept:
93
- - ! '*/*; q=0.5, application/xml'
93
+ - "*/*; q=0.5, application/xml"
94
94
  Accept-Encoding:
95
95
  - gzip, deflate
96
96
  User-Agent:
@@ -105,11 +105,11 @@ http_interactions:
105
105
  Access-Control-Allow-Methods:
106
106
  - GET,PATCH,POST,DELETE
107
107
  Access-Control-Allow-Origin:
108
- - ! '*'
108
+ - "*"
109
109
  Content-Type:
110
110
  - application/json; charset=utf-8
111
111
  Date:
112
- - Mon, 08 Sep 2014 21:31:26 GMT
112
+ - Tue, 09 Sep 2014 21:48:40 GMT
113
113
  Server:
114
114
  - nginx/1.4.7
115
115
  X-Powered-By:
@@ -119,10 +119,10 @@ http_interactions:
119
119
  Connection:
120
120
  - keep-alive
121
121
  body:
122
- encoding: US-ASCII
123
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
122
+ encoding: UTF-8
123
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
124
124
  http_version:
125
- recorded_at: Mon, 08 Sep 2014 21:31:26 GMT
125
+ recorded_at: Tue, 09 Sep 2014 21:48:40 GMT
126
126
  - request:
127
127
  method: get
128
128
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/sections
@@ -131,7 +131,7 @@ http_interactions:
131
131
  string: ''
132
132
  headers:
133
133
  Accept:
134
- - ! '*/*; q=0.5, application/xml'
134
+ - "*/*; q=0.5, application/xml"
135
135
  Accept-Encoding:
136
136
  - gzip, deflate
137
137
  User-Agent:
@@ -146,13 +146,13 @@ http_interactions:
146
146
  Access-Control-Allow-Methods:
147
147
  - GET,PATCH,POST,DELETE
148
148
  Access-Control-Allow-Origin:
149
- - ! '*'
149
+ - "*"
150
150
  Content-Type:
151
151
  - application/json; charset=utf-8
152
152
  Date:
153
- - Mon, 08 Sep 2014 21:31:26 GMT
153
+ - Tue, 09 Sep 2014 21:48:40 GMT
154
154
  Etag:
155
- - ! '"967737503"'
155
+ - '"967737503"'
156
156
  Server:
157
157
  - nginx/1.4.7
158
158
  X-Powered-By:
@@ -162,8 +162,8 @@ http_interactions:
162
162
  Connection:
163
163
  - keep-alive
164
164
  body:
165
- encoding: US-ASCII
166
- string: ! '{"data":[{"data":{"course_name":"Group Guidance","course_number":"101","created":"2014-02-26T21:15:37.927Z","district":"4fd43cc56d11340000000005","grade":"10","last_modified":"2014-08-11T18:35:06.714Z","name":"Group
165
+ encoding: UTF-8
166
+ string: '{"data":[{"data":{"course_name":"Group Guidance","course_number":"101","created":"2014-02-26T21:15:37.927Z","district":"4fd43cc56d11340000000005","grade":"10","last_modified":"2014-08-11T18:35:06.714Z","name":"Group
167
167
  Guidance - 101 - B. Greene (Section 1)","period":"0","school":"530e595026403103360ff9fd","sis_id":"581","students":["530e5961049e75a9262cffd9","530e5961049e75a9262d0010","530e5961049e75a9262d004e","530e5961049e75a9262d0080","530e5962049e75a9262d0156","530e5963049e75a9262d01b7","530e5963049e75a9262d0253","530e5966049e75a9262d0418","530e5966049e75a9262d0475","530e5966049e75a9262d04b4","530e5967049e75a9262d0503","530e5968049e75a9262d05e9","530e5968049e75a9262d061f","530e5968049e75a9262d0632","530e5968049e75a9262d0647"],"subject":"homeroom/advisory","teacher":"530e5955d50c310f36112c11","term":{"name":"Y1","start_date":"2012-08-01T00:00:00.000Z","end_date":"2013-06-01T00:00:00.000Z"},"id":"530e5979049e75a9262d0af2"},"uri":"/v1.1/sections/530e5979049e75a9262d0af2"},{"data":{"course_name":"Group
168
168
  Guidance","course_number":"102","created":"2014-02-26T21:15:37.934Z","district":"4fd43cc56d11340000000005","grade":"10","last_modified":"2014-02-26T21:15:37.936Z","name":"Group
169
169
  Guidance - 102 - T. Vaux (Section 2)","period":"0","school":"530e595026403103360ff9fd","sis_id":"582","students":["530e5960049e75a9262cff4f","530e5960049e75a9262cff95","530e5961049e75a9262cffe0","530e5961049e75a9262d0027","530e5961049e75a9262d008d","530e5963049e75a9262d0180","530e5964049e75a9262d0300","530e5964049e75a9262d0302","530e5964049e75a9262d0304","530e5965049e75a9262d039e","530e5965049e75a9262d03b6","530e5965049e75a9262d03e8","530e5966049e75a9262d040c","530e5966049e75a9262d04cc","530e5967049e75a9262d05c0","530e5968049e75a9262d062f"],"subject":"homeroom/advisory","teacher":"530e5955d50c310f36112c12","term":{"name":"Y1","start_date":"2012-08-01T00:00:00.000Z","end_date":"2013-06-01T00:00:00.000Z"},"id":"530e5979049e75a9262d0af3"},"uri":"/v1.1/sections/530e5979049e75a9262d0af3"},{"data":{"course_name":"Group
@@ -427,7 +427,7 @@ http_interactions:
427
427
  I","course_number":"101","created":"2014-02-26T21:15:38.354Z","district":"4fd43cc56d11340000000005","grade":"9","last_modified":"2014-02-26T21:15:38.356Z","name":"French
428
428
  I - 101 - G. Gorczany (Section 1)","period":"9","school":"530e595026403103360ff9fd","sis_id":"681","students":["530e5960049e75a9262cff1e","530e5960049e75a9262cff4b","530e5960049e75a9262cff5b","530e5960049e75a9262cff7a","530e5961049e75a9262cfffb","530e5961049e75a9262d005d","530e5961049e75a9262d0070","530e5962049e75a9262d00e8","530e5962049e75a9262d00ff","530e5962049e75a9262d015f","530e5963049e75a9262d0211","530e5963049e75a9262d022f","530e5964049e75a9262d0284","530e5964049e75a9262d02a9","530e5964049e75a9262d02c3","530e5965049e75a9262d0325","530e5965049e75a9262d033f","530e5965049e75a9262d036c","530e5965049e75a9262d038f","530e5966049e75a9262d03f8","530e5966049e75a9262d0468","530e5966049e75a9262d046c","530e5966049e75a9262d0471","530e5966049e75a9262d0496","530e5967049e75a9262d057e","530e5967049e75a9262d0590","530e5967049e75a9262d05b5","530e5968049e75a9262d05cb","530e5968049e75a9262d05d1","530e5968049e75a9262d05e3","530e5968049e75a9262d0605","530e5968049e75a9262d061c","530e5968049e75a9262d063c"],"subject":"language","teacher":"530e5955d50c310f36112bf9","term":{"name":"Y1","start_date":"2012-08-01T00:00:00.000Z","end_date":"2013-06-01T00:00:00.000Z"},"id":"530e597a049e75a9262d0b55"},"uri":"/v1.1/sections/530e597a049e75a9262d0b55"}],"paging":{"current":1,"total":4,"count":379},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections?starting_after=530e597a049e75a9262d0b55"}]}'
429
429
  http_version:
430
- recorded_at: Mon, 08 Sep 2014 21:31:26 GMT
430
+ recorded_at: Tue, 09 Sep 2014 21:48:40 GMT
431
431
  - request:
432
432
  method: get
433
433
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -436,7 +436,7 @@ http_interactions:
436
436
  string: ''
437
437
  headers:
438
438
  Accept:
439
- - ! '*/*; q=0.5, application/xml'
439
+ - "*/*; q=0.5, application/xml"
440
440
  Accept-Encoding:
441
441
  - gzip, deflate
442
442
  User-Agent:
@@ -451,11 +451,11 @@ http_interactions:
451
451
  Access-Control-Allow-Methods:
452
452
  - GET,PATCH,POST,DELETE
453
453
  Access-Control-Allow-Origin:
454
- - ! '*'
454
+ - "*"
455
455
  Content-Type:
456
456
  - application/json; charset=utf-8
457
457
  Date:
458
- - Mon, 08 Sep 2014 21:31:27 GMT
458
+ - Tue, 09 Sep 2014 21:48:40 GMT
459
459
  Server:
460
460
  - nginx/1.4.7
461
461
  X-Powered-By:
@@ -465,10 +465,10 @@ http_interactions:
465
465
  Connection:
466
466
  - keep-alive
467
467
  body:
468
- encoding: US-ASCII
469
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
468
+ encoding: UTF-8
469
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
470
470
  http_version:
471
- recorded_at: Mon, 08 Sep 2014 21:31:27 GMT
471
+ recorded_at: Tue, 09 Sep 2014 21:48:40 GMT
472
472
  - request:
473
473
  method: get
474
474
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -477,7 +477,7 @@ http_interactions:
477
477
  string: ''
478
478
  headers:
479
479
  Accept:
480
- - ! '*/*; q=0.5, application/xml'
480
+ - "*/*; q=0.5, application/xml"
481
481
  Accept-Encoding:
482
482
  - gzip, deflate
483
483
  User-Agent:
@@ -492,11 +492,11 @@ http_interactions:
492
492
  Access-Control-Allow-Methods:
493
493
  - GET,PATCH,POST,DELETE
494
494
  Access-Control-Allow-Origin:
495
- - ! '*'
495
+ - "*"
496
496
  Content-Type:
497
497
  - application/json; charset=utf-8
498
498
  Date:
499
- - Mon, 08 Sep 2014 21:31:27 GMT
499
+ - Tue, 09 Sep 2014 21:48:40 GMT
500
500
  Server:
501
501
  - nginx/1.4.7
502
502
  X-Powered-By:
@@ -506,10 +506,10 @@ http_interactions:
506
506
  Connection:
507
507
  - keep-alive
508
508
  body:
509
- encoding: US-ASCII
510
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
509
+ encoding: UTF-8
510
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
511
511
  http_version:
512
- recorded_at: Mon, 08 Sep 2014 21:31:27 GMT
512
+ recorded_at: Tue, 09 Sep 2014 21:48:40 GMT
513
513
  - request:
514
514
  method: get
515
515
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/sections
@@ -518,7 +518,7 @@ http_interactions:
518
518
  string: ''
519
519
  headers:
520
520
  Accept:
521
- - ! '*/*; q=0.5, application/xml'
521
+ - "*/*; q=0.5, application/xml"
522
522
  Accept-Encoding:
523
523
  - gzip, deflate
524
524
  User-Agent:
@@ -533,13 +533,13 @@ http_interactions:
533
533
  Access-Control-Allow-Methods:
534
534
  - GET,PATCH,POST,DELETE
535
535
  Access-Control-Allow-Origin:
536
- - ! '*'
536
+ - "*"
537
537
  Content-Type:
538
538
  - application/json; charset=utf-8
539
539
  Date:
540
- - Mon, 08 Sep 2014 21:31:27 GMT
540
+ - Tue, 09 Sep 2014 21:48:40 GMT
541
541
  Etag:
542
- - ! '"967737503"'
542
+ - '"967737503"'
543
543
  Server:
544
544
  - nginx/1.4.7
545
545
  X-Powered-By:
@@ -549,8 +549,8 @@ http_interactions:
549
549
  Connection:
550
550
  - keep-alive
551
551
  body:
552
- encoding: US-ASCII
553
- string: ! '{"data":[{"data":{"course_name":"Group Guidance","course_number":"101","created":"2014-02-26T21:15:37.927Z","district":"4fd43cc56d11340000000005","grade":"10","last_modified":"2014-08-11T18:35:06.714Z","name":"Group
552
+ encoding: UTF-8
553
+ string: '{"data":[{"data":{"course_name":"Group Guidance","course_number":"101","created":"2014-02-26T21:15:37.927Z","district":"4fd43cc56d11340000000005","grade":"10","last_modified":"2014-08-11T18:35:06.714Z","name":"Group
554
554
  Guidance - 101 - B. Greene (Section 1)","period":"0","school":"530e595026403103360ff9fd","sis_id":"581","students":["530e5961049e75a9262cffd9","530e5961049e75a9262d0010","530e5961049e75a9262d004e","530e5961049e75a9262d0080","530e5962049e75a9262d0156","530e5963049e75a9262d01b7","530e5963049e75a9262d0253","530e5966049e75a9262d0418","530e5966049e75a9262d0475","530e5966049e75a9262d04b4","530e5967049e75a9262d0503","530e5968049e75a9262d05e9","530e5968049e75a9262d061f","530e5968049e75a9262d0632","530e5968049e75a9262d0647"],"subject":"homeroom/advisory","teacher":"530e5955d50c310f36112c11","term":{"name":"Y1","start_date":"2012-08-01T00:00:00.000Z","end_date":"2013-06-01T00:00:00.000Z"},"id":"530e5979049e75a9262d0af2"},"uri":"/v1.1/sections/530e5979049e75a9262d0af2"},{"data":{"course_name":"Group
555
555
  Guidance","course_number":"102","created":"2014-02-26T21:15:37.934Z","district":"4fd43cc56d11340000000005","grade":"10","last_modified":"2014-02-26T21:15:37.936Z","name":"Group
556
556
  Guidance - 102 - T. Vaux (Section 2)","period":"0","school":"530e595026403103360ff9fd","sis_id":"582","students":["530e5960049e75a9262cff4f","530e5960049e75a9262cff95","530e5961049e75a9262cffe0","530e5961049e75a9262d0027","530e5961049e75a9262d008d","530e5963049e75a9262d0180","530e5964049e75a9262d0300","530e5964049e75a9262d0302","530e5964049e75a9262d0304","530e5965049e75a9262d039e","530e5965049e75a9262d03b6","530e5965049e75a9262d03e8","530e5966049e75a9262d040c","530e5966049e75a9262d04cc","530e5967049e75a9262d05c0","530e5968049e75a9262d062f"],"subject":"homeroom/advisory","teacher":"530e5955d50c310f36112c12","term":{"name":"Y1","start_date":"2012-08-01T00:00:00.000Z","end_date":"2013-06-01T00:00:00.000Z"},"id":"530e5979049e75a9262d0af3"},"uri":"/v1.1/sections/530e5979049e75a9262d0af3"},{"data":{"course_name":"Group
@@ -814,5 +814,5 @@ http_interactions:
814
814
  I","course_number":"101","created":"2014-02-26T21:15:38.354Z","district":"4fd43cc56d11340000000005","grade":"9","last_modified":"2014-02-26T21:15:38.356Z","name":"French
815
815
  I - 101 - G. Gorczany (Section 1)","period":"9","school":"530e595026403103360ff9fd","sis_id":"681","students":["530e5960049e75a9262cff1e","530e5960049e75a9262cff4b","530e5960049e75a9262cff5b","530e5960049e75a9262cff7a","530e5961049e75a9262cfffb","530e5961049e75a9262d005d","530e5961049e75a9262d0070","530e5962049e75a9262d00e8","530e5962049e75a9262d00ff","530e5962049e75a9262d015f","530e5963049e75a9262d0211","530e5963049e75a9262d022f","530e5964049e75a9262d0284","530e5964049e75a9262d02a9","530e5964049e75a9262d02c3","530e5965049e75a9262d0325","530e5965049e75a9262d033f","530e5965049e75a9262d036c","530e5965049e75a9262d038f","530e5966049e75a9262d03f8","530e5966049e75a9262d0468","530e5966049e75a9262d046c","530e5966049e75a9262d0471","530e5966049e75a9262d0496","530e5967049e75a9262d057e","530e5967049e75a9262d0590","530e5967049e75a9262d05b5","530e5968049e75a9262d05cb","530e5968049e75a9262d05d1","530e5968049e75a9262d05e3","530e5968049e75a9262d0605","530e5968049e75a9262d061c","530e5968049e75a9262d063c"],"subject":"language","teacher":"530e5955d50c310f36112bf9","term":{"name":"Y1","start_date":"2012-08-01T00:00:00.000Z","end_date":"2013-06-01T00:00:00.000Z"},"id":"530e597a049e75a9262d0b55"},"uri":"/v1.1/sections/530e597a049e75a9262d0b55"}],"paging":{"current":1,"total":4,"count":379},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections?starting_after=530e597a049e75a9262d0b55"}]}'
816
816
  http_version:
817
- recorded_at: Mon, 08 Sep 2014 21:31:27 GMT
817
+ recorded_at: Tue, 09 Sep 2014 21:48:40 GMT
818
818
  recorded_with: VCR 2.4.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Accept:
11
- - ! '*/*; q=0.5, application/xml'
11
+ - "*/*; q=0.5, application/xml"
12
12
  Accept-Encoding:
13
13
  - gzip, deflate
14
14
  User-Agent:
@@ -23,11 +23,11 @@ http_interactions:
23
23
  Access-Control-Allow-Methods:
24
24
  - GET,PATCH,POST,DELETE
25
25
  Access-Control-Allow-Origin:
26
- - ! '*'
26
+ - "*"
27
27
  Content-Type:
28
28
  - application/json; charset=utf-8
29
29
  Date:
30
- - Mon, 08 Sep 2014 21:31:12 GMT
30
+ - Tue, 09 Sep 2014 21:48:28 GMT
31
31
  Server:
32
32
  - nginx/1.4.7
33
33
  X-Powered-By:
@@ -37,10 +37,10 @@ http_interactions:
37
37
  Connection:
38
38
  - keep-alive
39
39
  body:
40
- encoding: US-ASCII
41
- string: ! '{"data":[{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"uri":"/v1.1/districts/4fd43cc56d11340000000005"}],"paging":{"current":1,"total":1,"count":1},"links":[{"rel":"self","uri":"/v1.1/districts"}]}'
40
+ encoding: UTF-8
41
+ string: '{"data":[{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"uri":"/v1.1/districts/4fd43cc56d11340000000005"}],"paging":{"current":1,"total":1,"count":1},"links":[{"rel":"self","uri":"/v1.1/districts"}]}'
42
42
  http_version:
43
- recorded_at: Mon, 08 Sep 2014 21:31:12 GMT
43
+ recorded_at: Tue, 09 Sep 2014 21:48:28 GMT
44
44
  - request:
45
45
  method: get
46
46
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -49,7 +49,7 @@ http_interactions:
49
49
  string: ''
50
50
  headers:
51
51
  Accept:
52
- - ! '*/*; q=0.5, application/xml'
52
+ - "*/*; q=0.5, application/xml"
53
53
  Accept-Encoding:
54
54
  - gzip, deflate
55
55
  User-Agent:
@@ -64,11 +64,11 @@ http_interactions:
64
64
  Access-Control-Allow-Methods:
65
65
  - GET,PATCH,POST,DELETE
66
66
  Access-Control-Allow-Origin:
67
- - ! '*'
67
+ - "*"
68
68
  Content-Type:
69
69
  - application/json; charset=utf-8
70
70
  Date:
71
- - Mon, 08 Sep 2014 21:31:12 GMT
71
+ - Tue, 09 Sep 2014 21:48:28 GMT
72
72
  Server:
73
73
  - nginx/1.4.7
74
74
  X-Powered-By:
@@ -78,10 +78,10 @@ http_interactions:
78
78
  Connection:
79
79
  - keep-alive
80
80
  body:
81
- encoding: US-ASCII
82
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
81
+ encoding: UTF-8
82
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
83
83
  http_version:
84
- recorded_at: Mon, 08 Sep 2014 21:31:12 GMT
84
+ recorded_at: Tue, 09 Sep 2014 21:48:28 GMT
85
85
  - request:
86
86
  method: get
87
87
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -90,7 +90,7 @@ http_interactions:
90
90
  string: ''
91
91
  headers:
92
92
  Accept:
93
- - ! '*/*; q=0.5, application/xml'
93
+ - "*/*; q=0.5, application/xml"
94
94
  Accept-Encoding:
95
95
  - gzip, deflate
96
96
  User-Agent:
@@ -105,11 +105,11 @@ http_interactions:
105
105
  Access-Control-Allow-Methods:
106
106
  - GET,PATCH,POST,DELETE
107
107
  Access-Control-Allow-Origin:
108
- - ! '*'
108
+ - "*"
109
109
  Content-Type:
110
110
  - application/json; charset=utf-8
111
111
  Date:
112
- - Mon, 08 Sep 2014 21:31:12 GMT
112
+ - Tue, 09 Sep 2014 21:48:28 GMT
113
113
  Server:
114
114
  - nginx/1.4.7
115
115
  X-Powered-By:
@@ -119,10 +119,10 @@ http_interactions:
119
119
  Connection:
120
120
  - keep-alive
121
121
  body:
122
- encoding: US-ASCII
123
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
122
+ encoding: UTF-8
123
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
124
124
  http_version:
125
- recorded_at: Mon, 08 Sep 2014 21:31:12 GMT
125
+ recorded_at: Tue, 09 Sep 2014 21:48:28 GMT
126
126
  - request:
127
127
  method: get
128
128
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=100000
@@ -131,7 +131,7 @@ http_interactions:
131
131
  string: ''
132
132
  headers:
133
133
  Accept:
134
- - ! '*/*; q=0.5, application/xml'
134
+ - "*/*; q=0.5, application/xml"
135
135
  Accept-Encoding:
136
136
  - gzip, deflate
137
137
  User-Agent:
@@ -146,13 +146,13 @@ http_interactions:
146
146
  Access-Control-Allow-Methods:
147
147
  - GET,PATCH,POST,DELETE
148
148
  Access-Control-Allow-Origin:
149
- - ! '*'
149
+ - "*"
150
150
  Content-Type:
151
151
  - application/json; charset=utf-8
152
152
  Date:
153
- - Mon, 08 Sep 2014 21:31:13 GMT
153
+ - Tue, 09 Sep 2014 21:48:29 GMT
154
154
  Etag:
155
- - ! '"-1260498667"'
155
+ - '"-1260498667"'
156
156
  Server:
157
157
  - nginx/1.4.7
158
158
  X-Powered-By:
@@ -162,8 +162,8 @@ http_interactions:
162
162
  Connection:
163
163
  - keep-alive
164
164
  body:
165
- encoding: US-ASCII
166
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:12.346Z","credentials":{"district_username":"stevez33","district_password":"auyik3tiTieL"},"district":"4fd43cc56d11340000000005","dob":"2/11/2007","ell_status":"N","email":"z.steve@example.net","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.656Z","location":{"zip":"10459"},"name":{"first":"Steve","middle":"G","last":"Ziemann"},"race":"Black
165
+ encoding: UTF-8
166
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:12.346Z","credentials":{"district_username":"stevez33","district_password":"auyik3tiTieL"},"district":"4fd43cc56d11340000000005","dob":"2/11/2007","ell_status":"N","email":"z.steve@example.net","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.656Z","location":{"zip":"10459"},"name":{"first":"Steve","middle":"G","last":"Ziemann"},"race":"Black
167
167
  or African American","school":"530e595026403103360ff9fe","sis_id":"100095233","state_id":"231786324","student_number":"100095233","id":"530e5960049e75a9262cff1d"},"uri":"/v1.1/students/530e5960049e75a9262cff1d"},{"data":{"created":"2014-02-26T21:15:12.358Z","credentials":{"district_username":"douglasw58","district_password":"ahFii2nae"},"district":"4fd43cc56d11340000000005","dob":"6/18/1998","ell_status":"Y","email":"w_douglas@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.661Z","location":{"zip":"11004"},"name":{"first":"Douglas","middle":"S","last":"Wisoky"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"101565758","state_id":"498006597","student_number":"101565758","id":"530e5960049e75a9262cff1e"},"uri":"/v1.1/students/530e5960049e75a9262cff1e"},{"data":{"created":"2014-02-26T21:15:12.368Z","credentials":{"district_username":"joel42","district_password":"CaaDie0eboo"},"district":"4fd43cc56d11340000000005","dob":"7/4/1997","ell_status":"Y","email":"l.joe@example.net","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.664Z","location":{"zip":"10473"},"name":{"first":"Joe","middle":"S","last":"Lakin"},"race":"Black
168
168
  or African American","school":"530e595026403103360ff9fd","sis_id":"106078142","state_id":"635493722","student_number":"106078142","id":"530e5960049e75a9262cff1f"},"uri":"/v1.1/students/530e5960049e75a9262cff1f"},{"data":{"created":"2014-02-26T21:15:12.374Z","credentials":{"district_username":"evalynb40","district_password":"ooXahwook2"},"district":"4fd43cc56d11340000000005","dob":"8/10/2006","ell_status":"N","email":"b_evalyn@example.org","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.668Z","location":{"zip":"10029"},"name":{"first":"Evalyn","middle":"J","last":"Bradtke"},"race":"Black
169
169
  or African American","school":"530e595026403103360ff9fe","sis_id":"106091540","state_id":"552729322","student_number":"106091540","id":"530e5960049e75a9262cff20"},"uri":"/v1.1/students/530e5960049e75a9262cff20"},{"data":{"created":"2014-02-26T21:15:12.382Z","credentials":{"district_username":"coryt00","district_password":"ahW1taesao5"},"district":"4fd43cc56d11340000000005","dob":"7/21/1997","ell_status":"Y","email":"cory_t@example.net","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.673Z","location":{"zip":"10038"},"name":{"first":"Cory","middle":"V","last":"Thompson"},"race":"Black
@@ -819,7 +819,7 @@ http_interactions:
819
819
  or African American","school":"530e595026403103360ff9ff","sis_id":"998414435","state_id":"134063200","student_number":"998414435","id":"530e5968049e75a9262d064a"},"uri":"/v1.1/students/530e5968049e75a9262d064a"},{"data":{"created":"2014-02-26T21:15:20.623Z","credentials":{"district_username":"markr17","district_password":"yo0ohYo6ro"},"district":"4fd43cc56d11340000000005","dob":"8/24/1996","ell_status":"N","email":"r_mark@example.com","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.750Z","location":{"zip":"10034"},"name":{"first":"Mark","middle":"S","last":"Reilly"},"race":"American
820
820
  Indian","school":"530e595026403103360ff9fd","sis_id":"999447617","state_id":"651135073","student_number":"999447617","id":"530e5968049e75a9262d064b"},"uri":"/v1.1/students/530e5968049e75a9262d064b"}],"paging":{"current":1,"total":1,"count":1004},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=100000"}]}'
821
821
  http_version:
822
- recorded_at: Mon, 08 Sep 2014 21:31:14 GMT
822
+ recorded_at: Tue, 09 Sep 2014 21:48:29 GMT
823
823
  - request:
824
824
  method: get
825
825
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -828,7 +828,7 @@ http_interactions:
828
828
  string: ''
829
829
  headers:
830
830
  Accept:
831
- - ! '*/*; q=0.5, application/xml'
831
+ - "*/*; q=0.5, application/xml"
832
832
  Accept-Encoding:
833
833
  - gzip, deflate
834
834
  User-Agent:
@@ -843,11 +843,11 @@ http_interactions:
843
843
  Access-Control-Allow-Methods:
844
844
  - GET,PATCH,POST,DELETE
845
845
  Access-Control-Allow-Origin:
846
- - ! '*'
846
+ - "*"
847
847
  Content-Type:
848
848
  - application/json; charset=utf-8
849
849
  Date:
850
- - Mon, 08 Sep 2014 21:31:14 GMT
850
+ - Tue, 09 Sep 2014 21:48:30 GMT
851
851
  Server:
852
852
  - nginx/1.4.7
853
853
  X-Powered-By:
@@ -857,10 +857,10 @@ http_interactions:
857
857
  Connection:
858
858
  - keep-alive
859
859
  body:
860
- encoding: US-ASCII
861
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
860
+ encoding: UTF-8
861
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
862
862
  http_version:
863
- recorded_at: Mon, 08 Sep 2014 21:31:14 GMT
863
+ recorded_at: Tue, 09 Sep 2014 21:48:30 GMT
864
864
  - request:
865
865
  method: get
866
866
  uri: https://DEMO_KEY:@api.clever.com/v1.1/districts/4fd43cc56d11340000000005
@@ -869,7 +869,7 @@ http_interactions:
869
869
  string: ''
870
870
  headers:
871
871
  Accept:
872
- - ! '*/*; q=0.5, application/xml'
872
+ - "*/*; q=0.5, application/xml"
873
873
  Accept-Encoding:
874
874
  - gzip, deflate
875
875
  User-Agent:
@@ -884,11 +884,11 @@ http_interactions:
884
884
  Access-Control-Allow-Methods:
885
885
  - GET,PATCH,POST,DELETE
886
886
  Access-Control-Allow-Origin:
887
- - ! '*'
887
+ - "*"
888
888
  Content-Type:
889
889
  - application/json; charset=utf-8
890
890
  Date:
891
- - Mon, 08 Sep 2014 21:31:14 GMT
891
+ - Tue, 09 Sep 2014 21:48:30 GMT
892
892
  Server:
893
893
  - nginx/1.4.7
894
894
  X-Powered-By:
@@ -898,10 +898,10 @@ http_interactions:
898
898
  Connection:
899
899
  - keep-alive
900
900
  body:
901
- encoding: US-ASCII
902
- string: ! '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
901
+ encoding: UTF-8
902
+ string: '{"data":{"name":"Demo District","id":"4fd43cc56d11340000000005"},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005"},{"rel":"schools","uri":"/v1.1/districts/4fd43cc56d11340000000005/schools"},{"rel":"teachers","uri":"/v1.1/districts/4fd43cc56d11340000000005/teachers"},{"rel":"students","uri":"/v1.1/districts/4fd43cc56d11340000000005/students"},{"rel":"sections","uri":"/v1.1/districts/4fd43cc56d11340000000005/sections"},{"rel":"events","uri":"/v1.1/districts/4fd43cc56d11340000000005/events"}]}'
903
903
  http_version:
904
- recorded_at: Mon, 08 Sep 2014 21:31:14 GMT
904
+ recorded_at: Tue, 09 Sep 2014 21:48:30 GMT
905
905
  - request:
906
906
  method: get
907
907
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50
@@ -910,7 +910,7 @@ http_interactions:
910
910
  string: ''
911
911
  headers:
912
912
  Accept:
913
- - ! '*/*; q=0.5, application/xml'
913
+ - "*/*; q=0.5, application/xml"
914
914
  Accept-Encoding:
915
915
  - gzip, deflate
916
916
  User-Agent:
@@ -925,13 +925,13 @@ http_interactions:
925
925
  Access-Control-Allow-Methods:
926
926
  - GET,PATCH,POST,DELETE
927
927
  Access-Control-Allow-Origin:
928
- - ! '*'
928
+ - "*"
929
929
  Content-Type:
930
930
  - application/json; charset=utf-8
931
931
  Date:
932
- - Mon, 08 Sep 2014 21:31:15 GMT
932
+ - Tue, 09 Sep 2014 21:48:30 GMT
933
933
  Etag:
934
- - ! '"-222331548"'
934
+ - '"-222331548"'
935
935
  Server:
936
936
  - nginx/1.4.7
937
937
  X-Powered-By:
@@ -941,8 +941,8 @@ http_interactions:
941
941
  Connection:
942
942
  - keep-alive
943
943
  body:
944
- encoding: US-ASCII
945
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:12.346Z","credentials":{"district_username":"stevez33","district_password":"auyik3tiTieL"},"district":"4fd43cc56d11340000000005","dob":"2/11/2007","ell_status":"N","email":"z.steve@example.net","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.656Z","location":{"zip":"10459"},"name":{"first":"Steve","middle":"G","last":"Ziemann"},"race":"Black
944
+ encoding: UTF-8
945
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:12.346Z","credentials":{"district_username":"stevez33","district_password":"auyik3tiTieL"},"district":"4fd43cc56d11340000000005","dob":"2/11/2007","ell_status":"N","email":"z.steve@example.net","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.656Z","location":{"zip":"10459"},"name":{"first":"Steve","middle":"G","last":"Ziemann"},"race":"Black
946
946
  or African American","school":"530e595026403103360ff9fe","sis_id":"100095233","state_id":"231786324","student_number":"100095233","id":"530e5960049e75a9262cff1d"},"uri":"/v1.1/students/530e5960049e75a9262cff1d"},{"data":{"created":"2014-02-26T21:15:12.358Z","credentials":{"district_username":"douglasw58","district_password":"ahFii2nae"},"district":"4fd43cc56d11340000000005","dob":"6/18/1998","ell_status":"Y","email":"w_douglas@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.661Z","location":{"zip":"11004"},"name":{"first":"Douglas","middle":"S","last":"Wisoky"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"101565758","state_id":"498006597","student_number":"101565758","id":"530e5960049e75a9262cff1e"},"uri":"/v1.1/students/530e5960049e75a9262cff1e"},{"data":{"created":"2014-02-26T21:15:12.368Z","credentials":{"district_username":"joel42","district_password":"CaaDie0eboo"},"district":"4fd43cc56d11340000000005","dob":"7/4/1997","ell_status":"Y","email":"l.joe@example.net","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.664Z","location":{"zip":"10473"},"name":{"first":"Joe","middle":"S","last":"Lakin"},"race":"Black
947
947
  or African American","school":"530e595026403103360ff9fd","sis_id":"106078142","state_id":"635493722","student_number":"106078142","id":"530e5960049e75a9262cff1f"},"uri":"/v1.1/students/530e5960049e75a9262cff1f"},{"data":{"created":"2014-02-26T21:15:12.374Z","credentials":{"district_username":"evalynb40","district_password":"ooXahwook2"},"district":"4fd43cc56d11340000000005","dob":"8/10/2006","ell_status":"N","email":"b_evalyn@example.org","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.668Z","location":{"zip":"10029"},"name":{"first":"Evalyn","middle":"J","last":"Bradtke"},"race":"Black
948
948
  or African American","school":"530e595026403103360ff9fe","sis_id":"106091540","state_id":"552729322","student_number":"106091540","id":"530e5960049e75a9262cff20"},"uri":"/v1.1/students/530e5960049e75a9262cff20"},{"data":{"created":"2014-02-26T21:15:12.382Z","credentials":{"district_username":"coryt00","district_password":"ahW1taesao5"},"district":"4fd43cc56d11340000000005","dob":"7/21/1997","ell_status":"Y","email":"cory_t@example.net","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.673Z","location":{"zip":"10038"},"name":{"first":"Cory","middle":"V","last":"Thompson"},"race":"Black
@@ -976,7 +976,7 @@ http_interactions:
976
976
  Indian","school":"530e595026403103360ff9fd","sis_id":"135635226","state_id":"568110703","student_number":"135635226","id":"530e5960049e75a9262cff67"},"uri":"/v1.1/students/530e5960049e75a9262cff67"},{"data":{"created":"2014-02-26T21:15:12.697Z","credentials":{"district_username":"clarettas30","district_password":"Suokoh4thoh"},"district":"4fd43cc56d11340000000005","dob":"6/7/1995","ell_status":"Y","email":"s_claretta@example.com","frl_status":"Paid","gender":"F","grade":"12","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.851Z","location":{"zip":"11361"},"name":{"first":"Claretta","middle":"C","last":"Steuber"},"race":"Black
977
977
  or African American","school":"530e595026403103360ff9fd","sis_id":"136380730","state_id":"307304843","student_number":"136380730","id":"530e5960049e75a9262cff6a"},"uri":"/v1.1/students/530e5960049e75a9262cff6a"},{"data":{"created":"2014-02-26T21:15:12.713Z","credentials":{"district_username":"lisab30","district_password":"aSh9iulo"},"district":"4fd43cc56d11340000000005","dob":"9/12/2002","ell_status":"N","email":"b_lisa@example.net","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.855Z","location":{"zip":"11370"},"name":{"first":"Lisa","middle":"B","last":"Botsford"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"136422830","state_id":"258401272","student_number":"136422830","id":"530e5960049e75a9262cff6c"},"uri":"/v1.1/students/530e5960049e75a9262cff6c"},{"data":{"created":"2014-02-26T21:15:12.721Z","credentials":{"district_username":"amberw60","district_password":"Tu5sahdoh"},"district":"4fd43cc56d11340000000005","dob":"2/26/2006","ell_status":"N","email":"amber_w@example.net","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.860Z","location":{"zip":"11429"},"name":{"first":"Amber","middle":"J","last":"Wisoky"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"137019560","state_id":"650349892","student_number":"137019560","id":"530e5960049e75a9262cff6e"},"uri":"/v1.1/students/530e5960049e75a9262cff6e"},{"data":{"created":"2014-02-26T21:15:12.734Z","credentials":{"district_username":"lloydc63","district_password":"ohChah5t"},"district":"4fd43cc56d11340000000005","dob":"11/21/2005","ell_status":"N","email":"c.lloyd@example.net","frl_status":"Paid","gender":"M","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.864Z","location":{"zip":"10014"},"name":{"first":"Lloyd","middle":"P","last":"Collier"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"137569863","state_id":"997363437","student_number":"137569863","id":"530e5960049e75a9262cff72"},"uri":"/v1.1/students/530e5960049e75a9262cff72"}],"paging":{"current":1,"total":21,"count":1004},"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5960049e75a9262cff72"}]}'
978
978
  http_version:
979
- recorded_at: Mon, 08 Sep 2014 21:31:14 GMT
979
+ recorded_at: Tue, 09 Sep 2014 21:48:30 GMT
980
980
  - request:
981
981
  method: get
982
982
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5960049e75a9262cff72
@@ -985,7 +985,7 @@ http_interactions:
985
985
  string: ''
986
986
  headers:
987
987
  Accept:
988
- - ! '*/*; q=0.5, application/xml'
988
+ - "*/*; q=0.5, application/xml"
989
989
  Accept-Encoding:
990
990
  - gzip, deflate
991
991
  User-Agent:
@@ -1000,13 +1000,13 @@ http_interactions:
1000
1000
  Access-Control-Allow-Methods:
1001
1001
  - GET,PATCH,POST,DELETE
1002
1002
  Access-Control-Allow-Origin:
1003
- - ! '*'
1003
+ - "*"
1004
1004
  Content-Type:
1005
1005
  - application/json; charset=utf-8
1006
1006
  Date:
1007
- - Mon, 08 Sep 2014 21:31:15 GMT
1007
+ - Tue, 09 Sep 2014 21:48:31 GMT
1008
1008
  Etag:
1009
- - ! '"-1095771344"'
1009
+ - '"-1095771344"'
1010
1010
  Server:
1011
1011
  - nginx/1.4.7
1012
1012
  X-Powered-By:
@@ -1016,8 +1016,8 @@ http_interactions:
1016
1016
  Connection:
1017
1017
  - keep-alive
1018
1018
  body:
1019
- encoding: US-ASCII
1020
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:12.746Z","credentials":{"district_username":"serenab06","district_password":"shu9shiNich"},"district":"4fd43cc56d11340000000005","dob":"4/10/2007","ell_status":"N","email":"b_serena@example.net","frl_status":"Paid","gender":"F","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.867Z","location":{"zip":"11216"},"name":{"first":"Serena","middle":"E","last":"Beer"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"138030806","state_id":"298722069","student_number":"138030806","id":"530e5960049e75a9262cff76"},"uri":"/v1.1/students/530e5960049e75a9262cff76"},{"data":{"created":"2014-02-26T21:15:12.762Z","credentials":{"district_username":"vincenzoc30","district_password":"AeQuoPh4AiC"},"district":"4fd43cc56d11340000000005","dob":"5/31/2004","ell_status":"N","email":"vincenzo_c@example.net","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.870Z","location":{"zip":"10475"},"name":{"first":"Vincenzo","middle":"N","last":"Cronin"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"142650130","state_id":"595801763","student_number":"142650130","id":"530e5960049e75a9262cff78"},"uri":"/v1.1/students/530e5960049e75a9262cff78"},{"data":{"created":"2014-02-26T21:15:12.769Z","credentials":{"district_username":"kathyk90","district_password":"eeD2Zei8yoL"},"district":"4fd43cc56d11340000000005","dob":"4/21/1999","ell_status":"N","email":"kathy_k@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.875Z","location":{"zip":"10474"},"name":{"first":"Kathy","middle":"J","last":"Keeling"},"race":"Black
1019
+ encoding: UTF-8
1020
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:12.746Z","credentials":{"district_username":"serenab06","district_password":"shu9shiNich"},"district":"4fd43cc56d11340000000005","dob":"4/10/2007","ell_status":"N","email":"b_serena@example.net","frl_status":"Paid","gender":"F","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.867Z","location":{"zip":"11216"},"name":{"first":"Serena","middle":"E","last":"Beer"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"138030806","state_id":"298722069","student_number":"138030806","id":"530e5960049e75a9262cff76"},"uri":"/v1.1/students/530e5960049e75a9262cff76"},{"data":{"created":"2014-02-26T21:15:12.762Z","credentials":{"district_username":"vincenzoc30","district_password":"AeQuoPh4AiC"},"district":"4fd43cc56d11340000000005","dob":"5/31/2004","ell_status":"N","email":"vincenzo_c@example.net","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.870Z","location":{"zip":"10475"},"name":{"first":"Vincenzo","middle":"N","last":"Cronin"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"142650130","state_id":"595801763","student_number":"142650130","id":"530e5960049e75a9262cff78"},"uri":"/v1.1/students/530e5960049e75a9262cff78"},{"data":{"created":"2014-02-26T21:15:12.769Z","credentials":{"district_username":"kathyk90","district_password":"eeD2Zei8yoL"},"district":"4fd43cc56d11340000000005","dob":"4/21/1999","ell_status":"N","email":"kathy_k@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:40.875Z","location":{"zip":"10474"},"name":{"first":"Kathy","middle":"J","last":"Keeling"},"race":"Black
1021
1021
  or African American","school":"530e595026403103360ff9ff","sis_id":"142858690","state_id":"397018257","student_number":"142858690","id":"530e5960049e75a9262cff79"},"uri":"/v1.1/students/530e5960049e75a9262cff79"},{"data":{"created":"2014-02-26T21:15:12.774Z","credentials":{"district_username":"jeffreyk79","district_password":"tohgaK5zoo"},"district":"4fd43cc56d11340000000005","dob":"9/17/1998","ell_status":"Y","email":"k_jeffrey@example.com","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.879Z","location":{"zip":"11357"},"name":{"first":"Jeffrey","middle":"M","last":"Kuphal"},"race":"Two
1022
1022
  or More Races","school":"530e595026403103360ff9fd","sis_id":"143899679","state_id":"381712167","student_number":"143899679","id":"530e5960049e75a9262cff7a"},"uri":"/v1.1/students/530e5960049e75a9262cff7a"},{"data":{"created":"2014-02-26T21:15:12.781Z","credentials":{"district_username":"rebar71","district_password":"Zahboi4ji8"},"district":"4fd43cc56d11340000000005","dob":"10/31/1997","ell_status":"N","email":"r.reba@example.com","frl_status":"Paid","gender":"F","grade":"10","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.882Z","location":{"zip":"11220"},"name":{"first":"Reba","middle":"J","last":"Reynolds"},"race":"Black
1023
1023
  or African American","school":"530e595026403103360ff9fd","sis_id":"146278371","state_id":"619403122","student_number":"146278371","id":"530e5960049e75a9262cff7b"},"uri":"/v1.1/students/530e5960049e75a9262cff7b"},{"data":{"created":"2014-02-26T21:15:12.787Z","credentials":{"district_username":"keithp41","district_password":"Jiehaez7Ai"},"district":"4fd43cc56d11340000000005","dob":"6/2/1996","ell_status":"N","email":"keith_p@example.org","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:40.886Z","location":{"zip":"10308"},"name":{"first":"Keith","middle":"A","last":"Prohaska"},"race":"American
@@ -1058,7 +1058,7 @@ http_interactions:
1058
1058
  or More Races","school":"530e595026403103360ff9ff","sis_id":"189422359","state_id":"949395711","student_number":"189422359","id":"530e5961049e75a9262cffe3"},"uri":"/v1.1/students/530e5961049e75a9262cffe3"},{"data":{"created":"2014-02-26T21:15:13.206Z","credentials":{"district_username":"mial61","district_password":"uka5Hixae"},"district":"4fd43cc56d11340000000005","dob":"11/10/2002","ell_status":"N","email":"l_mia@example.org","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.072Z","location":{"zip":"10002"},"name":{"first":"Mia","middle":"J","last":"Lindgren"},"race":"Black
1059
1059
  or African American","school":"530e595026403103360ff9fe","sis_id":"189492161","state_id":"661166974","student_number":"189492161","id":"530e5961049e75a9262cffe4"},"uri":"/v1.1/students/530e5961049e75a9262cffe4"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5960049e75a9262cff72"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5960049e75a9262cff76"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5961049e75a9262cffe4"}]}'
1060
1060
  http_version:
1061
- recorded_at: Mon, 08 Sep 2014 21:31:15 GMT
1061
+ recorded_at: Tue, 09 Sep 2014 21:48:31 GMT
1062
1062
  - request:
1063
1063
  method: get
1064
1064
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5961049e75a9262cffe4
@@ -1067,7 +1067,7 @@ http_interactions:
1067
1067
  string: ''
1068
1068
  headers:
1069
1069
  Accept:
1070
- - ! '*/*; q=0.5, application/xml'
1070
+ - "*/*; q=0.5, application/xml"
1071
1071
  Accept-Encoding:
1072
1072
  - gzip, deflate
1073
1073
  User-Agent:
@@ -1082,13 +1082,13 @@ http_interactions:
1082
1082
  Access-Control-Allow-Methods:
1083
1083
  - GET,PATCH,POST,DELETE
1084
1084
  Access-Control-Allow-Origin:
1085
- - ! '*'
1085
+ - "*"
1086
1086
  Content-Type:
1087
1087
  - application/json; charset=utf-8
1088
1088
  Date:
1089
- - Mon, 08 Sep 2014 21:31:15 GMT
1089
+ - Tue, 09 Sep 2014 21:48:31 GMT
1090
1090
  Etag:
1091
- - ! '"125239207"'
1091
+ - '"125239207"'
1092
1092
  Server:
1093
1093
  - nginx/1.4.7
1094
1094
  X-Powered-By:
@@ -1098,8 +1098,8 @@ http_interactions:
1098
1098
  Connection:
1099
1099
  - keep-alive
1100
1100
  body:
1101
- encoding: US-ASCII
1102
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:13.212Z","credentials":{"district_username":"amandaj51","district_password":"roh1Feiphah"},"district":"4fd43cc56d11340000000005","dob":"10/18/1999","ell_status":"Y","email":"amanda_j@example.org","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.077Z","location":{"zip":"11435"},"name":{"first":"Amanda","middle":"G","last":"Jewess"},"race":"Black
1101
+ encoding: UTF-8
1102
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:13.212Z","credentials":{"district_username":"amandaj51","district_password":"roh1Feiphah"},"district":"4fd43cc56d11340000000005","dob":"10/18/1999","ell_status":"Y","email":"amanda_j@example.org","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.077Z","location":{"zip":"11435"},"name":{"first":"Amanda","middle":"G","last":"Jewess"},"race":"Black
1103
1103
  or African American","school":"530e595026403103360ff9ff","sis_id":"189563051","state_id":"652845522","student_number":"189563051","id":"530e5961049e75a9262cffe5"},"uri":"/v1.1/students/530e5961049e75a9262cffe5"},{"data":{"created":"2014-02-26T21:15:13.222Z","credentials":{"district_username":"dennise32","district_password":"do4iuS3aib"},"district":"4fd43cc56d11340000000005","dob":"10/27/2001","ell_status":"Y","email":"dennis.e@example.net","frl_status":"Paid","gender":"M","grade":"6","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.082Z","location":{"zip":"11434"},"name":{"first":"Dennis","middle":"S","last":"Ebert"},"race":"Two
1104
1104
  or More Races","school":"530e595026403103360ff9ff","sis_id":"191990532","state_id":"863066778","student_number":"191990532","id":"530e5961049e75a9262cffe6"},"uri":"/v1.1/students/530e5961049e75a9262cffe6"},{"data":{"created":"2014-02-26T21:15:13.228Z","credentials":{"district_username":"anab65","district_password":"rieM4thub0e"},"district":"4fd43cc56d11340000000005","dob":"8/16/2001","ell_status":"N","email":"b_ana@example.org","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.086Z","location":{"zip":"11211"},"name":{"first":"Ana","middle":"J","last":"Barton"},"race":"Two
1105
1105
  or More Races","school":"530e595026403103360ff9ff","sis_id":"192513965","state_id":"961608338","student_number":"192513965","id":"530e5961049e75a9262cffe7"},"uri":"/v1.1/students/530e5961049e75a9262cffe7"},{"data":{"created":"2014-02-26T21:15:13.232Z","credentials":{"district_username":"emilyr17","district_password":"aiCheeke3qu"},"district":"4fd43cc56d11340000000005","dob":"9/22/2002","ell_status":"N","email":"emily_r@example.com","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.098Z","location":{"zip":"11220"},"name":{"first":"Emily","middle":"C","last":"Raynor"},"race":"Black
@@ -1139,7 +1139,7 @@ http_interactions:
1139
1139
  or More Races","school":"530e595026403103360ff9fe","sis_id":"239116519","state_id":"471948035","student_number":"239116519","id":"530e5961049e75a9262d003c"},"uri":"/v1.1/students/530e5961049e75a9262d003c"},{"data":{"created":"2014-02-26T21:15:13.628Z","credentials":{"district_username":"rebeccac35","district_password":"ooCheo3Ahdee"},"district":"4fd43cc56d11340000000005","dob":"4/11/2003","ell_status":"N","email":"rebecca.c@example.com","frl_status":"Paid","gender":"F","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.273Z","location":{"zip":"11209"},"name":{"first":"Rebecca","middle":"R","last":"Considine"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"239458535","state_id":"902039938","student_number":"239458535","id":"530e5961049e75a9262d003f"},"uri":"/v1.1/students/530e5961049e75a9262d003f"},{"data":{"created":"2014-02-26T21:15:13.653Z","credentials":{"district_username":"jeromes74","district_password":"idai0Xupoo"},"district":"4fd43cc56d11340000000005","dob":"7/31/1998","ell_status":"N","email":"jerome.s@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.277Z","location":{"zip":"11231"},"name":{"first":"Jerome","middle":"C","last":"Schowalter"},"race":"Two
1140
1140
  or More Races","school":"530e595026403103360ff9fd","sis_id":"243330474","state_id":"536202212","student_number":"243330474","id":"530e5961049e75a9262d0048"},"uri":"/v1.1/students/530e5961049e75a9262d0048"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5961049e75a9262cffe4"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5961049e75a9262cffe5"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5961049e75a9262d0048"}]}'
1141
1141
  http_version:
1142
- recorded_at: Mon, 08 Sep 2014 21:31:15 GMT
1142
+ recorded_at: Tue, 09 Sep 2014 21:48:31 GMT
1143
1143
  - request:
1144
1144
  method: get
1145
1145
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5961049e75a9262d0048
@@ -1148,7 +1148,7 @@ http_interactions:
1148
1148
  string: ''
1149
1149
  headers:
1150
1150
  Accept:
1151
- - ! '*/*; q=0.5, application/xml'
1151
+ - "*/*; q=0.5, application/xml"
1152
1152
  Accept-Encoding:
1153
1153
  - gzip, deflate
1154
1154
  User-Agent:
@@ -1163,13 +1163,13 @@ http_interactions:
1163
1163
  Access-Control-Allow-Methods:
1164
1164
  - GET,PATCH,POST,DELETE
1165
1165
  Access-Control-Allow-Origin:
1166
- - ! '*'
1166
+ - "*"
1167
1167
  Content-Type:
1168
1168
  - application/json; charset=utf-8
1169
1169
  Date:
1170
- - Mon, 08 Sep 2014 21:31:17 GMT
1170
+ - Tue, 09 Sep 2014 21:48:32 GMT
1171
1171
  Etag:
1172
- - ! '"958448407"'
1172
+ - '"958448407"'
1173
1173
  Server:
1174
1174
  - nginx/1.4.7
1175
1175
  X-Powered-By:
@@ -1179,8 +1179,8 @@ http_interactions:
1179
1179
  Connection:
1180
1180
  - keep-alive
1181
1181
  body:
1182
- encoding: US-ASCII
1183
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:13.659Z","credentials":{"district_username":"johna77","district_password":"Chei3ohnae"},"district":"4fd43cc56d11340000000005","dob":"10/25/2006","ell_status":"Y","email":"john.a@example.com","frl_status":"Paid","gender":"M","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.290Z","location":{"zip":"10473"},"name":{"first":"John","middle":"L","last":"Anderson"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"243615677","state_id":"438969260","student_number":"243615677","id":"530e5961049e75a9262d004a"},"uri":"/v1.1/students/530e5961049e75a9262d004a"},{"data":{"created":"2014-02-26T21:15:13.665Z","credentials":{"district_username":"stanleys28","district_password":"baeZ7Daibis"},"district":"4fd43cc56d11340000000005","dob":"1/17/1996","ell_status":"N","email":"stanley_s@example.org","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.294Z","location":{"zip":"10019"},"name":{"first":"Stanley","middle":"J","last":"Sauer"},"race":"American
1182
+ encoding: UTF-8
1183
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:13.659Z","credentials":{"district_username":"johna77","district_password":"Chei3ohnae"},"district":"4fd43cc56d11340000000005","dob":"10/25/2006","ell_status":"Y","email":"john.a@example.com","frl_status":"Paid","gender":"M","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.290Z","location":{"zip":"10473"},"name":{"first":"John","middle":"L","last":"Anderson"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"243615677","state_id":"438969260","student_number":"243615677","id":"530e5961049e75a9262d004a"},"uri":"/v1.1/students/530e5961049e75a9262d004a"},{"data":{"created":"2014-02-26T21:15:13.665Z","credentials":{"district_username":"stanleys28","district_password":"baeZ7Daibis"},"district":"4fd43cc56d11340000000005","dob":"1/17/1996","ell_status":"N","email":"stanley_s@example.org","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.294Z","location":{"zip":"10019"},"name":{"first":"Stanley","middle":"J","last":"Sauer"},"race":"American
1184
1184
  Indian","school":"530e595026403103360ff9fd","sis_id":"243806128","state_id":"893672743","student_number":"243806128","id":"530e5961049e75a9262d004c"},"uri":"/v1.1/students/530e5961049e75a9262d004c"},{"data":{"created":"2014-02-26T21:15:13.672Z","credentials":{"district_username":"douglasg71","district_password":"AhxahR7Th"},"district":"4fd43cc56d11340000000005","dob":"10/24/1997","ell_status":"Y","email":"g_douglas@example.org","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.296Z","location":{"zip":"10468"},"name":{"first":"Douglas","middle":"M","last":"Gusikowski"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"243865571","state_id":"621454258","student_number":"243865571","id":"530e5961049e75a9262d004e"},"uri":"/v1.1/students/530e5961049e75a9262d004e"},{"data":{"created":"2014-02-26T21:15:13.678Z","credentials":{"district_username":"crystalp39","district_password":"eingeeri4R"},"district":"4fd43cc56d11340000000005","dob":"6/21/2005","ell_status":"N","email":"p_crystal@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.301Z","location":{"zip":"10314"},"name":{"first":"Crystal","middle":"R","last":"Padberg"},"race":"Black
1185
1185
  or African American","school":"530e595026403103360ff9fe","sis_id":"244037639","state_id":"768824156","student_number":"244037639","id":"530e5961049e75a9262d0050"},"uri":"/v1.1/students/530e5961049e75a9262d0050"},{"data":{"created":"2014-02-26T21:15:13.684Z","credentials":{"district_username":"briand07","district_password":"Nibul8or"},"district":"4fd43cc56d11340000000005","dob":"11/1/2005","ell_status":"N","email":"brian.d@example.org","frl_status":"Paid","gender":"M","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.304Z","location":{"zip":"10033"},"name":{"first":"Brian","middle":"W","last":"Dietrich"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"244182707","state_id":"642729891","student_number":"244182707","id":"530e5961049e75a9262d0052"},"uri":"/v1.1/students/530e5961049e75a9262d0052"},{"data":{"created":"2014-02-26T21:15:13.689Z","credentials":{"district_username":"marjorieg75","district_password":"ien7fam3Ai"},"district":"4fd43cc56d11340000000005","dob":"11/23/2005","ell_status":"N","email":"marjorie_g@example.org","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.308Z","location":{"zip":"10024"},"name":{"first":"Marjorie","middle":"J","last":"Gutmann"},"race":"Two
1186
1186
  or More Races","school":"530e595026403103360ff9fe","sis_id":"244796975","state_id":"449599506","student_number":"244796975","id":"530e5961049e75a9262d0054"},"uri":"/v1.1/students/530e5961049e75a9262d0054"},{"data":{"created":"2014-02-26T21:15:13.695Z","credentials":{"district_username":"spencers00","district_password":"Aiwoo8Uong"},"district":"4fd43cc56d11340000000005","dob":"3/3/1997","ell_status":"Y","email":"s_spencer@example.net","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.313Z","location":{"zip":"11370"},"name":{"first":"Spencer","middle":"N","last":"Schulist"},"race":"Black
@@ -1208,7 +1208,7 @@ http_interactions:
1208
1208
  or More Races","school":"530e595026403103360ff9ff","sis_id":"281506967","state_id":"783233963","student_number":"281506967","id":"530e5962049e75a9262d00a0"},"uri":"/v1.1/students/530e5962049e75a9262d00a0"},{"data":{"created":"2014-02-26T21:15:14.041Z","credentials":{"district_username":"ethans60","district_password":"iv5ooga4Ie"},"district":"4fd43cc56d11340000000005","dob":"10/19/2004","ell_status":"N","email":"s_ethan@example.com","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.470Z","location":{"zip":"10465"},"name":{"first":"Ethan","middle":"S","last":"Stokes"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"281770560","state_id":"424914041","student_number":"281770560","id":"530e5962049e75a9262d00a2"},"uri":"/v1.1/students/530e5962049e75a9262d00a2"},{"data":{"created":"2014-02-26T21:15:14.049Z","credentials":{"district_username":"kimberlyt62","district_password":"Ue7oevee"},"district":"4fd43cc56d11340000000005","dob":"12/24/1997","ell_status":"N","email":"t.kimberly@example.net","frl_status":"Paid","gender":"F","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.482Z","location":{"zip":"11695"},"name":{"first":"Kimberly","middle":"J","last":"Torphy"},"race":"Black
1209
1209
  or African American","school":"530e595026403103360ff9fd","sis_id":"282491062","state_id":"918036457","student_number":"282491062","id":"530e5962049e75a9262d00a5"},"uri":"/v1.1/students/530e5962049e75a9262d00a5"},{"data":{"created":"2014-02-26T21:15:14.060Z","credentials":{"district_username":"alexp21","district_password":"la8ohShee"},"district":"4fd43cc56d11340000000005","dob":"9/24/2003","ell_status":"N","email":"p.alex@example.com","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.486Z","location":{"zip":"10018"},"name":{"first":"Alex","middle":"M","last":"Pacocha"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"283207621","state_id":"729866081","student_number":"283207621","id":"530e5962049e75a9262d00a9"},"uri":"/v1.1/students/530e5962049e75a9262d00a9"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5961049e75a9262d0048"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5961049e75a9262d004a"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d00a9"}]}'
1210
1210
  http_version:
1211
- recorded_at: Mon, 08 Sep 2014 21:31:17 GMT
1211
+ recorded_at: Tue, 09 Sep 2014 21:48:31 GMT
1212
1212
  - request:
1213
1213
  method: get
1214
1214
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d00a9
@@ -1217,7 +1217,7 @@ http_interactions:
1217
1217
  string: ''
1218
1218
  headers:
1219
1219
  Accept:
1220
- - ! '*/*; q=0.5, application/xml'
1220
+ - "*/*; q=0.5, application/xml"
1221
1221
  Accept-Encoding:
1222
1222
  - gzip, deflate
1223
1223
  User-Agent:
@@ -1232,13 +1232,13 @@ http_interactions:
1232
1232
  Access-Control-Allow-Methods:
1233
1233
  - GET,PATCH,POST,DELETE
1234
1234
  Access-Control-Allow-Origin:
1235
- - ! '*'
1235
+ - "*"
1236
1236
  Content-Type:
1237
1237
  - application/json; charset=utf-8
1238
1238
  Date:
1239
- - Mon, 08 Sep 2014 21:31:17 GMT
1239
+ - Tue, 09 Sep 2014 21:48:32 GMT
1240
1240
  Etag:
1241
- - ! '"773509148"'
1241
+ - '"773509148"'
1242
1242
  Server:
1243
1243
  - nginx/1.4.7
1244
1244
  X-Powered-By:
@@ -1248,8 +1248,8 @@ http_interactions:
1248
1248
  Connection:
1249
1249
  - keep-alive
1250
1250
  body:
1251
- encoding: US-ASCII
1252
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:14.068Z","credentials":{"district_username":"lanaw95","district_password":"aeghiaH0no"},"district":"4fd43cc56d11340000000005","dob":"8/30/2002","ell_status":"Y","email":"lana_w@example.com","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.489Z","location":{"zip":"10004"},"name":{"first":"Lana","middle":"A","last":"Wisozk"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"283689395","state_id":"658074450","student_number":"283689395","id":"530e5962049e75a9262d00ac"},"uri":"/v1.1/students/530e5962049e75a9262d00ac"},{"data":{"created":"2014-02-26T21:15:14.073Z","credentials":{"district_username":"shannonk65","district_password":"Ahnae6eich"},"district":"4fd43cc56d11340000000005","dob":"9/14/1996","ell_status":"Y","email":"shannon_k@example.org","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.492Z","location":{"zip":"11206"},"name":{"first":"Shannon","middle":"C","last":"Kunde"},"race":"Two
1251
+ encoding: UTF-8
1252
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:14.068Z","credentials":{"district_username":"lanaw95","district_password":"aeghiaH0no"},"district":"4fd43cc56d11340000000005","dob":"8/30/2002","ell_status":"Y","email":"lana_w@example.com","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.489Z","location":{"zip":"10004"},"name":{"first":"Lana","middle":"A","last":"Wisozk"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"283689395","state_id":"658074450","student_number":"283689395","id":"530e5962049e75a9262d00ac"},"uri":"/v1.1/students/530e5962049e75a9262d00ac"},{"data":{"created":"2014-02-26T21:15:14.073Z","credentials":{"district_username":"shannonk65","district_password":"Ahnae6eich"},"district":"4fd43cc56d11340000000005","dob":"9/14/1996","ell_status":"Y","email":"shannon_k@example.org","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.492Z","location":{"zip":"11206"},"name":{"first":"Shannon","middle":"C","last":"Kunde"},"race":"Two
1253
1253
  or More Races","school":"530e595026403103360ff9fd","sis_id":"283755065","state_id":"535830084","student_number":"283755065","id":"530e5962049e75a9262d00ae"},"uri":"/v1.1/students/530e5962049e75a9262d00ae"},{"data":{"created":"2014-02-26T21:15:14.078Z","credentials":{"district_username":"williamn86","district_password":"unauMe0sh"},"district":"4fd43cc56d11340000000005","dob":"9/9/2002","ell_status":"Y","email":"n_william@example.net","frl_status":"Paid","gender":"M","grade":"5","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.497Z","location":{"zip":"11423"},"name":{"first":"William","middle":"C","last":"Nicolas"},"race":"American
1254
1254
  Indian","school":"530e595026403103360ff9fe","sis_id":"283813686","state_id":"243049132","student_number":"283813686","id":"530e5962049e75a9262d00af"},"uri":"/v1.1/students/530e5962049e75a9262d00af"},{"data":{"created":"2014-02-26T21:15:14.082Z","credentials":{"district_username":"margaretk42","district_password":"hem6rie4Xa"},"district":"4fd43cc56d11340000000005","dob":"6/2/2004","ell_status":"Y","email":"margaret_k@example.net","frl_status":"Paid","gender":"F","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.501Z","location":{"zip":"11103"},"name":{"first":"Margaret","middle":"W","last":"Klocko"},"race":"Black
1255
1255
  or African American","school":"530e595026403103360ff9fe","sis_id":"284028642","state_id":"373519047","student_number":"284028642","id":"530e5962049e75a9262d00b0"},"uri":"/v1.1/students/530e5962049e75a9262d00b0"},{"data":{"created":"2014-02-26T21:15:14.086Z","credentials":{"district_username":"jeffl04","district_password":"eghu2aij6Oh"},"district":"4fd43cc56d11340000000005","dob":"5/1/2001","ell_status":"N","email":"jeff.l@example.com","frl_status":"Paid","gender":"M","grade":"6","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.504Z","location":{"zip":"10473"},"name":{"first":"Jeff","middle":"K","last":"Labadie"},"race":"Two
@@ -1287,7 +1287,7 @@ http_interactions:
1287
1287
  or African American","school":"530e595026403103360ff9fe","sis_id":"320645862","state_id":"871144833","student_number":"320645862","id":"530e5962049e75a9262d0104"},"uri":"/v1.1/students/530e5962049e75a9262d0104"},{"data":{"created":"2014-02-26T21:15:14.454Z","credentials":{"district_username":"nancyb33","district_password":"quiVu5aen"},"district":"4fd43cc56d11340000000005","dob":"9/26/1996","ell_status":"N","email":"b_nancy@example.org","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.684Z","location":{"zip":"10021"},"name":{"first":"Nancy","middle":"P","last":"Borer"},"race":"Two
1288
1288
  or More Races","school":"530e595026403103360ff9fd","sis_id":"321540033","state_id":"170613526","student_number":"321540033","id":"530e5962049e75a9262d0106"},"uri":"/v1.1/students/530e5962049e75a9262d0106"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d00a9"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5962049e75a9262d00ac"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d0106"}]}'
1289
1289
  http_version:
1290
- recorded_at: Mon, 08 Sep 2014 21:31:17 GMT
1290
+ recorded_at: Tue, 09 Sep 2014 21:48:32 GMT
1291
1291
  - request:
1292
1292
  method: get
1293
1293
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d0106
@@ -1296,7 +1296,7 @@ http_interactions:
1296
1296
  string: ''
1297
1297
  headers:
1298
1298
  Accept:
1299
- - ! '*/*; q=0.5, application/xml'
1299
+ - "*/*; q=0.5, application/xml"
1300
1300
  Accept-Encoding:
1301
1301
  - gzip, deflate
1302
1302
  User-Agent:
@@ -1311,13 +1311,13 @@ http_interactions:
1311
1311
  Access-Control-Allow-Methods:
1312
1312
  - GET,PATCH,POST,DELETE
1313
1313
  Access-Control-Allow-Origin:
1314
- - ! '*'
1314
+ - "*"
1315
1315
  Content-Type:
1316
1316
  - application/json; charset=utf-8
1317
1317
  Date:
1318
- - Mon, 08 Sep 2014 21:31:18 GMT
1318
+ - Tue, 09 Sep 2014 21:48:33 GMT
1319
1319
  Etag:
1320
- - ! '"1086824720"'
1320
+ - '"1086824720"'
1321
1321
  Server:
1322
1322
  - nginx/1.4.7
1323
1323
  X-Powered-By:
@@ -1327,8 +1327,8 @@ http_interactions:
1327
1327
  Connection:
1328
1328
  - keep-alive
1329
1329
  body:
1330
- encoding: US-ASCII
1331
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:14.462Z","credentials":{"district_username":"lancem71","district_password":"iem0saiPe"},"district":"4fd43cc56d11340000000005","dob":"6/8/2003","ell_status":"N","email":"lance_m@example.net","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.689Z","location":{"zip":"11104"},"name":{"first":"Lance","middle":"C","last":"Murphy"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"322065571","state_id":"869478576","student_number":"322065571","id":"530e5962049e75a9262d0107"},"uri":"/v1.1/students/530e5962049e75a9262d0107"},{"data":{"created":"2014-02-26T21:15:14.469Z","credentials":{"district_username":"sandrau27","district_password":"Ath5iug2moh"},"district":"4fd43cc56d11340000000005","dob":"1/13/1999","ell_status":"N","email":"sandra_u@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.694Z","location":{"zip":"11436"},"name":{"first":"Sandra","middle":"K","last":"Upton"},"race":"Two
1330
+ encoding: UTF-8
1331
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:14.462Z","credentials":{"district_username":"lancem71","district_password":"iem0saiPe"},"district":"4fd43cc56d11340000000005","dob":"6/8/2003","ell_status":"N","email":"lance_m@example.net","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.689Z","location":{"zip":"11104"},"name":{"first":"Lance","middle":"C","last":"Murphy"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"322065571","state_id":"869478576","student_number":"322065571","id":"530e5962049e75a9262d0107"},"uri":"/v1.1/students/530e5962049e75a9262d0107"},{"data":{"created":"2014-02-26T21:15:14.469Z","credentials":{"district_username":"sandrau27","district_password":"Ath5iug2moh"},"district":"4fd43cc56d11340000000005","dob":"1/13/1999","ell_status":"N","email":"sandra_u@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.694Z","location":{"zip":"11436"},"name":{"first":"Sandra","middle":"K","last":"Upton"},"race":"Two
1332
1332
  or More Races","school":"530e595026403103360ff9ff","sis_id":"322519127","state_id":"223472126","student_number":"322519127","id":"530e5962049e75a9262d0108"},"uri":"/v1.1/students/530e5962049e75a9262d0108"},{"data":{"created":"2014-02-26T21:15:14.473Z","credentials":{"district_username":"abbies03","district_password":"noonugh4Oi8"},"district":"4fd43cc56d11340000000005","dob":"9/30/2003","ell_status":"N","email":"abbie_s@example.net","frl_status":"Paid","gender":"F","grade":"4","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.697Z","location":{"zip":"11372"},"name":{"first":"Abbie","middle":"R","last":"Schneider"},"race":"Black
1333
1333
  or African American","school":"530e595026403103360ff9fe","sis_id":"322901503","state_id":"749882990","student_number":"322901503","id":"530e5962049e75a9262d0109"},"uri":"/v1.1/students/530e5962049e75a9262d0109"},{"data":{"created":"2014-02-26T21:15:14.479Z","credentials":{"district_username":"pennys16","district_password":"xuo5neeHah"},"district":"4fd43cc56d11340000000005","dob":"3/29/2005","ell_status":"N","email":"penny.s@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.701Z","location":{"zip":"10040"},"name":{"first":"Penny","middle":"D","last":"Schiller"},"race":"American
1334
1334
  Indian","school":"530e595026403103360ff9fe","sis_id":"323437416","state_id":"707037262","student_number":"323437416","id":"530e5962049e75a9262d010a"},"uri":"/v1.1/students/530e5962049e75a9262d010a"},{"data":{"created":"2014-02-26T21:15:14.491Z","credentials":{"district_username":"aliciar88","district_password":"Su4eikue5ao"},"district":"4fd43cc56d11340000000005","dob":"5/13/2001","ell_status":"Y","email":"alicia.r@example.org","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.707Z","location":{"zip":"11239"},"name":{"first":"Alicia","middle":"J","last":"Rodriguez"},"race":"Two
@@ -1362,7 +1362,7 @@ http_interactions:
1362
1362
  or African American","school":"530e595026403103360ff9fd","sis_id":"365272887","state_id":"700708728","student_number":"365272887","id":"530e5962049e75a9262d015f"},"uri":"/v1.1/students/530e5962049e75a9262d015f"},{"data":{"created":"2014-02-26T21:15:14.870Z","credentials":{"district_username":"virgiem43","district_password":"Lein8oop"},"district":"4fd43cc56d11340000000005","dob":"1/20/2005","ell_status":"N","email":"m_virgie@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.888Z","location":{"zip":"10465"},"name":{"first":"Virgie","middle":"J","last":"Mueller"},"race":"Black
1363
1363
  or African American","school":"530e595026403103360ff9fe","sis_id":"365316343","state_id":"857518638","student_number":"365316343","id":"530e5962049e75a9262d0160"},"uri":"/v1.1/students/530e5962049e75a9262d0160"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d0106"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5962049e75a9262d0107"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d0160"}]}'
1364
1364
  http_version:
1365
- recorded_at: Mon, 08 Sep 2014 21:31:19 GMT
1365
+ recorded_at: Tue, 09 Sep 2014 21:48:33 GMT
1366
1366
  - request:
1367
1367
  method: get
1368
1368
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d0160
@@ -1371,7 +1371,7 @@ http_interactions:
1371
1371
  string: ''
1372
1372
  headers:
1373
1373
  Accept:
1374
- - ! '*/*; q=0.5, application/xml'
1374
+ - "*/*; q=0.5, application/xml"
1375
1375
  Accept-Encoding:
1376
1376
  - gzip, deflate
1377
1377
  User-Agent:
@@ -1386,13 +1386,13 @@ http_interactions:
1386
1386
  Access-Control-Allow-Methods:
1387
1387
  - GET,PATCH,POST,DELETE
1388
1388
  Access-Control-Allow-Origin:
1389
- - ! '*'
1389
+ - "*"
1390
1390
  Content-Type:
1391
1391
  - application/json; charset=utf-8
1392
1392
  Date:
1393
- - Mon, 08 Sep 2014 21:31:20 GMT
1393
+ - Tue, 09 Sep 2014 21:48:33 GMT
1394
1394
  Etag:
1395
- - ! '"1341594749"'
1395
+ - '"1341594749"'
1396
1396
  Server:
1397
1397
  - nginx/1.4.7
1398
1398
  X-Powered-By:
@@ -1402,8 +1402,8 @@ http_interactions:
1402
1402
  Connection:
1403
1403
  - keep-alive
1404
1404
  body:
1405
- encoding: US-ASCII
1406
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:14.874Z","credentials":{"district_username":"daneh67","district_password":"ahNap8Th"},"district":"4fd43cc56d11340000000005","dob":"8/24/2005","ell_status":"N","email":"h.dane@example.org","frl_status":"Paid","gender":"M","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.891Z","location":{"zip":"11356"},"name":{"first":"Dane","middle":"D","last":"Hackett"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"366931967","state_id":"450640906","student_number":"366931967","id":"530e5962049e75a9262d0161"},"uri":"/v1.1/students/530e5962049e75a9262d0161"},{"data":{"created":"2014-02-26T21:15:14.879Z","credentials":{"district_username":"paulk00","district_password":"uNgeh4Aeph"},"district":"4fd43cc56d11340000000005","dob":"10/24/2007","ell_status":"N","email":"paul_k@example.com","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.894Z","location":{"zip":"10456"},"name":{"first":"Paul","middle":"B","last":"Kuvalis"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"367181500","state_id":"261028079","student_number":"367181500","id":"530e5962049e75a9262d0162"},"uri":"/v1.1/students/530e5962049e75a9262d0162"},{"data":{"created":"2014-02-26T21:15:14.887Z","credentials":{"district_username":"michaels05","district_password":"teez9Aegaij"},"district":"4fd43cc56d11340000000005","dob":"2/11/2000","ell_status":"Y","email":"michael_s@example.org","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.899Z","location":{"zip":"10467"},"name":{"first":"Michael","middle":"R","last":"Schroeder"},"race":"Black
1405
+ encoding: UTF-8
1406
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:14.874Z","credentials":{"district_username":"daneh67","district_password":"ahNap8Th"},"district":"4fd43cc56d11340000000005","dob":"8/24/2005","ell_status":"N","email":"h.dane@example.org","frl_status":"Paid","gender":"M","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:41.891Z","location":{"zip":"11356"},"name":{"first":"Dane","middle":"D","last":"Hackett"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"366931967","state_id":"450640906","student_number":"366931967","id":"530e5962049e75a9262d0161"},"uri":"/v1.1/students/530e5962049e75a9262d0161"},{"data":{"created":"2014-02-26T21:15:14.879Z","credentials":{"district_username":"paulk00","district_password":"uNgeh4Aeph"},"district":"4fd43cc56d11340000000005","dob":"10/24/2007","ell_status":"N","email":"paul_k@example.com","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.894Z","location":{"zip":"10456"},"name":{"first":"Paul","middle":"B","last":"Kuvalis"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"367181500","state_id":"261028079","student_number":"367181500","id":"530e5962049e75a9262d0162"},"uri":"/v1.1/students/530e5962049e75a9262d0162"},{"data":{"created":"2014-02-26T21:15:14.887Z","credentials":{"district_username":"michaels05","district_password":"teez9Aegaij"},"district":"4fd43cc56d11340000000005","dob":"2/11/2000","ell_status":"Y","email":"michael_s@example.org","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.899Z","location":{"zip":"10467"},"name":{"first":"Michael","middle":"R","last":"Schroeder"},"race":"Black
1407
1407
  or African American","school":"530e595026403103360ff9ff","sis_id":"367842305","state_id":"703845011","student_number":"367842305","id":"530e5962049e75a9262d0164"},"uri":"/v1.1/students/530e5962049e75a9262d0164"},{"data":{"created":"2014-02-26T21:15:14.898Z","credentials":{"district_username":"raymondk80","district_password":"Fuzae9tee"},"district":"4fd43cc56d11340000000005","dob":"5/17/2001","ell_status":"Y","email":"raymond_k@example.net","frl_status":"Paid","gender":"M","grade":"6","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.903Z","location":{"zip":"11366"},"name":{"first":"Raymond","middle":"J","last":"Koelpin"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"368203180","state_id":"697001925","student_number":"368203180","id":"530e5962049e75a9262d0168"},"uri":"/v1.1/students/530e5962049e75a9262d0168"},{"data":{"created":"2014-02-26T21:15:14.904Z","credentials":{"district_username":"catherined47","district_password":"liezae4aeRei"},"district":"4fd43cc56d11340000000005","dob":"12/26/2005","ell_status":"N","email":"d.catherine@example.org","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.906Z","location":{"zip":"11377"},"name":{"first":"Catherine","middle":"J","last":"Dicki"},"race":"Black
1408
1408
  or African American","school":"530e595026403103360ff9fe","sis_id":"368912647","state_id":"246138918","student_number":"368912647","id":"530e5962049e75a9262d016a"},"uri":"/v1.1/students/530e5962049e75a9262d016a"},{"data":{"created":"2014-02-26T21:15:14.932Z","credentials":{"district_username":"danielp37","district_password":"aing5Shohqu"},"district":"4fd43cc56d11340000000005","dob":"8/25/1997","ell_status":"N","email":"p.daniel@example.net","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.910Z","location":{"zip":"11420"},"name":{"first":"Daniel","middle":"R","last":"Parisian"},"race":"Asian","school":"530e595026403103360ff9fd","sis_id":"371718137","state_id":"842682232","student_number":"371718137","id":"530e5962049e75a9262d0172"},"uri":"/v1.1/students/530e5962049e75a9262d0172"},{"data":{"created":"2014-02-26T21:15:14.937Z","credentials":{"district_username":"marcusr72","district_password":"ooTutheul9ch"},"district":"4fd43cc56d11340000000005","dob":"8/7/1998","ell_status":"N","email":"marcus_r@example.org","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.915Z","location":{"zip":"10040"},"name":{"first":"Marcus","middle":"A","last":"Rohan"},"race":"Two
1409
1409
  or More Races","school":"530e595026403103360ff9fd","sis_id":"371916672","state_id":"698928572","student_number":"371916672","id":"530e5962049e75a9262d0174"},"uri":"/v1.1/students/530e5962049e75a9262d0174"},{"data":{"created":"2014-02-26T21:15:14.943Z","credentials":{"district_username":"patriciab28","district_password":"see4Voosh3m"},"district":"4fd43cc56d11340000000005","dob":"7/13/1996","ell_status":"N","email":"patricia_b@example.com","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.919Z","location":{"zip":"11225"},"name":{"first":"Patricia","middle":"A","last":"Blick"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"373009928","state_id":"701151126","student_number":"373009928","id":"530e5962049e75a9262d0176"},"uri":"/v1.1/students/530e5962049e75a9262d0176"},{"data":{"created":"2014-02-26T21:15:14.967Z","credentials":{"district_username":"donnaw12","district_password":"xueb4Usaen"},"district":"4fd43cc56d11340000000005","dob":"1/10/1999","ell_status":"N","email":"donna_w@example.com","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.921Z","location":{"zip":"11367"},"name":{"first":"Donna","middle":"M","last":"Waelchi"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"375683812","state_id":"579726835","student_number":"375683812","id":"530e5962049e75a9262d017c"},"uri":"/v1.1/students/530e5962049e75a9262d017c"},{"data":{"created":"2014-02-26T21:15:14.989Z","credentials":{"district_username":"lisak17","district_password":"Nei5AhvieXee"},"district":"4fd43cc56d11340000000005","dob":"7/7/2002","ell_status":"N","email":"k.lisa@example.com","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:41.925Z","location":{"zip":"11413"},"name":{"first":"Lisa","middle":"B","last":"Kovacek"},"race":"Black
@@ -1440,7 +1440,7 @@ http_interactions:
1440
1440
  or More Races","school":"530e595026403103360ff9fd","sis_id":"406647418","state_id":"144054889","student_number":"406647418","id":"530e5963049e75a9262d01cd"},"uri":"/v1.1/students/530e5963049e75a9262d01cd"},{"data":{"created":"2014-02-26T21:15:15.301Z","credentials":{"district_username":"davidt49","district_password":"ahc5Ahmi4j"},"district":"4fd43cc56d11340000000005","dob":"10/10/2003","ell_status":"N","email":"t_david@example.org","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.091Z","location":{"zip":"10458"},"name":{"first":"David","middle":"P","last":"Treutel"},"race":"Two
1441
1441
  or More Races","school":"530e595026403103360ff9fe","sis_id":"407098749","state_id":"250275588","student_number":"407098749","id":"530e5963049e75a9262d01ce"},"uri":"/v1.1/students/530e5963049e75a9262d01ce"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5962049e75a9262d0160"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5962049e75a9262d0161"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5963049e75a9262d01ce"}]}'
1442
1442
  http_version:
1443
- recorded_at: Mon, 08 Sep 2014 21:31:19 GMT
1443
+ recorded_at: Tue, 09 Sep 2014 21:48:33 GMT
1444
1444
  - request:
1445
1445
  method: get
1446
1446
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5963049e75a9262d01ce
@@ -1449,7 +1449,7 @@ http_interactions:
1449
1449
  string: ''
1450
1450
  headers:
1451
1451
  Accept:
1452
- - ! '*/*; q=0.5, application/xml'
1452
+ - "*/*; q=0.5, application/xml"
1453
1453
  Accept-Encoding:
1454
1454
  - gzip, deflate
1455
1455
  User-Agent:
@@ -1464,13 +1464,13 @@ http_interactions:
1464
1464
  Access-Control-Allow-Methods:
1465
1465
  - GET,PATCH,POST,DELETE
1466
1466
  Access-Control-Allow-Origin:
1467
- - ! '*'
1467
+ - "*"
1468
1468
  Content-Type:
1469
1469
  - application/json; charset=utf-8
1470
1470
  Date:
1471
- - Mon, 08 Sep 2014 21:31:20 GMT
1471
+ - Tue, 09 Sep 2014 21:48:33 GMT
1472
1472
  Etag:
1473
- - ! '"553412241"'
1473
+ - '"553412241"'
1474
1474
  Server:
1475
1475
  - nginx/1.4.7
1476
1476
  X-Powered-By:
@@ -1480,8 +1480,8 @@ http_interactions:
1480
1480
  Connection:
1481
1481
  - keep-alive
1482
1482
  body:
1483
- encoding: US-ASCII
1484
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:15.306Z","credentials":{"district_username":"charlesm02","district_password":"ohTahchoo3ei"},"district":"4fd43cc56d11340000000005","dob":"9/8/2004","ell_status":"N","email":"m_charles@example.com","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.096Z","location":{"zip":"11413"},"name":{"first":"Charles","middle":"S","last":"Moen"},"race":"Black
1483
+ encoding: UTF-8
1484
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:15.306Z","credentials":{"district_username":"charlesm02","district_password":"ohTahchoo3ei"},"district":"4fd43cc56d11340000000005","dob":"9/8/2004","ell_status":"N","email":"m_charles@example.com","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.096Z","location":{"zip":"11413"},"name":{"first":"Charles","middle":"S","last":"Moen"},"race":"Black
1485
1485
  or African American","school":"530e595026403103360ff9fe","sis_id":"407503302","state_id":"483822881","student_number":"407503302","id":"530e5963049e75a9262d01cf"},"uri":"/v1.1/students/530e5963049e75a9262d01cf"},{"data":{"created":"2014-02-26T21:15:15.310Z","credentials":{"district_username":"francesg36","district_password":"uic2shuZohbi"},"district":"4fd43cc56d11340000000005","dob":"2/26/1999","ell_status":"Y","email":"g_frances@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.100Z","location":{"zip":"10467"},"name":{"first":"Frances","middle":"J","last":"Gulgowski"},"race":"Black
1486
1486
  or African American","school":"530e595026403103360ff9ff","sis_id":"407607136","state_id":"254952218","student_number":"407607136","id":"530e5963049e75a9262d01d0"},"uri":"/v1.1/students/530e5963049e75a9262d01d0"},{"data":{"created":"2014-02-26T21:15:15.314Z","credentials":{"district_username":"patriciak82","district_password":"Ahng1geep0"},"district":"4fd43cc56d11340000000005","dob":"9/28/1999","ell_status":"N","email":"patricia_k@example.com","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.102Z","location":{"zip":"10027"},"name":{"first":"Patricia","middle":"E","last":"Kovacek"},"race":"Black
1487
1487
  or African American","school":"530e595026403103360ff9ff","sis_id":"407671682","state_id":"982748337","student_number":"407671682","id":"530e5963049e75a9262d01d1"},"uri":"/v1.1/students/530e5963049e75a9262d01d1"},{"data":{"created":"2014-02-26T21:15:15.318Z","credentials":{"district_username":"lynnq07","district_password":"ye8Iepech3"},"district":"4fd43cc56d11340000000005","dob":"11/8/1996","ell_status":"N","email":"lynn_q@example.com","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.106Z","location":{"zip":"11208"},"name":{"first":"Lynn","middle":"A","last":"Quigley"},"race":"Black
@@ -1517,7 +1517,7 @@ http_interactions:
1517
1517
  or More Races","school":"530e595026403103360ff9ff","sis_id":"443841431","state_id":"888501124","student_number":"443841431","id":"530e5963049e75a9262d0220"},"uri":"/v1.1/students/530e5963049e75a9262d0220"},{"data":{"created":"2014-02-26T21:15:15.683Z","credentials":{"district_username":"myrnaw92","district_password":"si7fuD3oh"},"district":"4fd43cc56d11340000000005","dob":"12/19/2006","ell_status":"Y","email":"w.myrna@example.com","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.288Z","location":{"zip":"10007"},"name":{"first":"Myrna","middle":"J","last":"Wilkinson"},"race":"Black
1518
1518
  or African American","school":"530e595026403103360ff9fe","sis_id":"447837192","state_id":"100034975","student_number":"447837192","id":"530e5963049e75a9262d0225"},"uri":"/v1.1/students/530e5963049e75a9262d0225"},{"data":{"created":"2014-02-26T21:15:15.691Z","credentials":{"district_username":"sharons28","district_password":"uo2eoL3aiZ"},"district":"4fd43cc56d11340000000005","dob":"12/7/1995","ell_status":"Y","email":"s_sharon@example.net","frl_status":"Paid","gender":"F","grade":"12","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.293Z","location":{"zip":"10309"},"name":{"first":"Sharon","middle":"R","last":"Schamberger"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"449269728","state_id":"870415736","student_number":"449269728","id":"530e5963049e75a9262d0227"},"uri":"/v1.1/students/530e5963049e75a9262d0227"},{"data":{"created":"2014-02-26T21:15:15.696Z","credentials":{"district_username":"christineh14","district_password":"aeWaib2ahs6"},"district":"4fd43cc56d11340000000005","dob":"11/13/1999","ell_status":"N","email":"christine.h@example.com","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.297Z","location":{"zip":"10466"},"name":{"first":"Christine","middle":"K","last":"Hoppe"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"450147614","state_id":"823859002","student_number":"450147614","id":"530e5963049e75a9262d0228"},"uri":"/v1.1/students/530e5963049e75a9262d0228"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5963049e75a9262d01ce"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5963049e75a9262d01cf"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5963049e75a9262d0228"}]}'
1519
1519
  http_version:
1520
- recorded_at: Mon, 08 Sep 2014 21:31:20 GMT
1520
+ recorded_at: Tue, 09 Sep 2014 21:48:33 GMT
1521
1521
  - request:
1522
1522
  method: get
1523
1523
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5963049e75a9262d0228
@@ -1526,7 +1526,7 @@ http_interactions:
1526
1526
  string: ''
1527
1527
  headers:
1528
1528
  Accept:
1529
- - ! '*/*; q=0.5, application/xml'
1529
+ - "*/*; q=0.5, application/xml"
1530
1530
  Accept-Encoding:
1531
1531
  - gzip, deflate
1532
1532
  User-Agent:
@@ -1541,13 +1541,13 @@ http_interactions:
1541
1541
  Access-Control-Allow-Methods:
1542
1542
  - GET,PATCH,POST,DELETE
1543
1543
  Access-Control-Allow-Origin:
1544
- - ! '*'
1544
+ - "*"
1545
1545
  Content-Type:
1546
1546
  - application/json; charset=utf-8
1547
1547
  Date:
1548
- - Mon, 08 Sep 2014 21:31:20 GMT
1548
+ - Tue, 09 Sep 2014 21:48:33 GMT
1549
1549
  Etag:
1550
- - ! '"2018449721"'
1550
+ - '"2018449721"'
1551
1551
  Server:
1552
1552
  - nginx/1.4.7
1553
1553
  X-Powered-By:
@@ -1557,8 +1557,8 @@ http_interactions:
1557
1557
  Connection:
1558
1558
  - keep-alive
1559
1559
  body:
1560
- encoding: US-ASCII
1561
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:15.702Z","credentials":{"district_username":"williamc73","district_password":"zoo3wohX4oh"},"district":"4fd43cc56d11340000000005","dob":"7/9/1998","ell_status":"N","email":"c_william@example.com","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.299Z","location":{"zip":"10457"},"name":{"first":"William","middle":"S","last":"Collier"},"race":"Black
1560
+ encoding: UTF-8
1561
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:15.702Z","credentials":{"district_username":"williamc73","district_password":"zoo3wohX4oh"},"district":"4fd43cc56d11340000000005","dob":"7/9/1998","ell_status":"N","email":"c_william@example.com","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.299Z","location":{"zip":"10457"},"name":{"first":"William","middle":"S","last":"Collier"},"race":"Black
1562
1562
  or African American","school":"530e595026403103360ff9fd","sis_id":"451126673","state_id":"926832658","student_number":"451126673","id":"530e5963049e75a9262d0229"},"uri":"/v1.1/students/530e5963049e75a9262d0229"},{"data":{"created":"2014-02-26T21:15:15.711Z","credentials":{"district_username":"paulm67","district_password":"ay8Oow9s"},"district":"4fd43cc56d11340000000005","dob":"3/11/2005","ell_status":"N","email":"paul.m@example.net","frl_status":"Paid","gender":"M","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.303Z","location":{"zip":"11230"},"name":{"first":"Paul","middle":"S","last":"Mante"},"race":"Black
1563
1563
  or African American","school":"530e595026403103360ff9fe","sis_id":"452145667","state_id":"525742133","student_number":"452145667","id":"530e5963049e75a9262d022a"},"uri":"/v1.1/students/530e5963049e75a9262d022a"},{"data":{"created":"2014-02-26T21:15:15.716Z","credentials":{"district_username":"julieb31","district_password":"kouVeiy3ie"},"district":"4fd43cc56d11340000000005","dob":"9/3/2002","ell_status":"N","email":"b.julie@example.net","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.308Z","location":{"zip":"11436"},"name":{"first":"Julie","middle":"B","last":"Bauch"},"race":"Black
1564
1564
  or African American","school":"530e595026403103360ff9fe","sis_id":"452734331","state_id":"253238572","student_number":"452734331","id":"530e5963049e75a9262d022b"},"uri":"/v1.1/students/530e5963049e75a9262d022b"},{"data":{"created":"2014-02-26T21:15:15.721Z","credentials":{"district_username":"theresak22","district_password":"rohNgoGe2"},"district":"4fd43cc56d11340000000005","dob":"3/6/1996","ell_status":"N","email":"theresa.k@example.com","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.312Z","location":{"zip":"10040"},"name":{"first":"Theresa","middle":"G","last":"Koch"},"race":"Black
@@ -1593,7 +1593,7 @@ http_interactions:
1593
1593
  or African American","school":"530e595026403103360ff9fe","sis_id":"497063121","state_id":"572625208","student_number":"497063121","id":"530e5964049e75a9262d0280"},"uri":"/v1.1/students/530e5964049e75a9262d0280"},{"data":{"created":"2014-02-26T21:15:16.189Z","credentials":{"district_username":"patriciau09","district_password":"xeexie9Ah"},"district":"4fd43cc56d11340000000005","dob":"12/8/1996","ell_status":"N","email":"patricia.u@example.org","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.495Z","location":{"zip":"11233"},"name":{"first":"Patricia","middle":"D","last":"Upton"},"race":"Black
1594
1594
  or African American","school":"530e595026403103360ff9fd","sis_id":"497546809","state_id":"248483929","student_number":"497546809","id":"530e5964049e75a9262d0281"},"uri":"/v1.1/students/530e5964049e75a9262d0281"},{"data":{"created":"2014-02-26T21:15:16.195Z","credentials":{"district_username":"franklind35","district_password":"Otu6Geinah"},"district":"4fd43cc56d11340000000005","dob":"8/2/1997","ell_status":"N","email":"d_franklin@example.com","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.498Z","location":{"zip":"11693"},"name":{"first":"Franklin","middle":"D","last":"Daugherty"},"race":"Asian","school":"530e595026403103360ff9fd","sis_id":"497595735","state_id":"904175015","student_number":"497595735","id":"530e5964049e75a9262d0282"},"uri":"/v1.1/students/530e5964049e75a9262d0282"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5963049e75a9262d0228"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5963049e75a9262d0229"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5964049e75a9262d0282"}]}'
1595
1595
  http_version:
1596
- recorded_at: Mon, 08 Sep 2014 21:31:20 GMT
1596
+ recorded_at: Tue, 09 Sep 2014 21:48:33 GMT
1597
1597
  - request:
1598
1598
  method: get
1599
1599
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5964049e75a9262d0282
@@ -1602,7 +1602,7 @@ http_interactions:
1602
1602
  string: ''
1603
1603
  headers:
1604
1604
  Accept:
1605
- - ! '*/*; q=0.5, application/xml'
1605
+ - "*/*; q=0.5, application/xml"
1606
1606
  Accept-Encoding:
1607
1607
  - gzip, deflate
1608
1608
  User-Agent:
@@ -1617,13 +1617,13 @@ http_interactions:
1617
1617
  Access-Control-Allow-Methods:
1618
1618
  - GET,PATCH,POST,DELETE
1619
1619
  Access-Control-Allow-Origin:
1620
- - ! '*'
1620
+ - "*"
1621
1621
  Content-Type:
1622
1622
  - application/json; charset=utf-8
1623
1623
  Date:
1624
- - Mon, 08 Sep 2014 21:31:20 GMT
1624
+ - Tue, 09 Sep 2014 21:48:33 GMT
1625
1625
  Etag:
1626
- - ! '"-217056092"'
1626
+ - '"-217056092"'
1627
1627
  Server:
1628
1628
  - nginx/1.4.7
1629
1629
  X-Powered-By:
@@ -1633,8 +1633,8 @@ http_interactions:
1633
1633
  Connection:
1634
1634
  - keep-alive
1635
1635
  body:
1636
- encoding: US-ASCII
1637
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:16.205Z","credentials":{"district_username":"josephj58","district_password":"Ahseigae3"},"district":"4fd43cc56d11340000000005","dob":"12/15/1998","ell_status":"N","email":"j_joseph@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.502Z","location":{"zip":"10033"},"name":{"first":"Joseph","middle":"C","last":"Jerde"},"race":"American
1636
+ encoding: UTF-8
1637
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:16.205Z","credentials":{"district_username":"josephj58","district_password":"Ahseigae3"},"district":"4fd43cc56d11340000000005","dob":"12/15/1998","ell_status":"N","email":"j_joseph@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.502Z","location":{"zip":"10033"},"name":{"first":"Joseph","middle":"C","last":"Jerde"},"race":"American
1638
1638
  Indian","school":"530e595026403103360ff9fd","sis_id":"499024258","state_id":"218641560","student_number":"499024258","id":"530e5964049e75a9262d0284"},"uri":"/v1.1/students/530e5964049e75a9262d0284"},{"data":{"created":"2014-02-26T21:15:16.213Z","credentials":{"district_username":"ericr51","district_password":"eeXohb9fee"},"district":"4fd43cc56d11340000000005","dob":"2/23/1997","ell_status":"N","email":"eric_r@example.org","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.507Z","location":{"zip":"11354"},"name":{"first":"Eric","middle":"A","last":"Rosenbaum"},"race":"Black
1639
1639
  or African American","school":"530e595026403103360ff9fd","sis_id":"499616051","state_id":"343682724","student_number":"499616051","id":"530e5964049e75a9262d0286"},"uri":"/v1.1/students/530e5964049e75a9262d0286"},{"data":{"created":"2014-02-26T21:15:16.220Z","credentials":{"district_username":"robertb47","district_password":"Hoh0fooXees"},"district":"4fd43cc56d11340000000005","dob":"5/15/1997","ell_status":"N","email":"b_robert@example.com","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.510Z","location":{"zip":"11208"},"name":{"first":"Robert","middle":"P","last":"Bartell"},"race":"Black
1640
1640
  or African American","school":"530e595026403103360ff9fd","sis_id":"499813947","state_id":"642575026","student_number":"499813947","id":"530e5964049e75a9262d0288"},"uri":"/v1.1/students/530e5964049e75a9262d0288"},{"data":{"created":"2014-02-26T21:15:16.232Z","credentials":{"district_username":"jonahw13","district_password":"Jien0ut0Pi1"},"district":"4fd43cc56d11340000000005","dob":"3/27/2003","ell_status":"N","email":"w_jonah@example.com","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.513Z","location":{"zip":"10464"},"name":{"first":"Jonah","middle":"P","last":"Welch"},"race":"Two
@@ -1669,7 +1669,7 @@ http_interactions:
1669
1669
  or African American","school":"530e595026403103360ff9fd","sis_id":"534675808","state_id":"651155420","student_number":"534675808","id":"530e5964049e75a9262d02d9"},"uri":"/v1.1/students/530e5964049e75a9262d02d9"},{"data":{"created":"2014-02-26T21:15:16.705Z","credentials":{"district_username":"vivians08","district_password":"Quieze4sh"},"district":"4fd43cc56d11340000000005","dob":"2/27/2000","ell_status":"N","email":"s_vivian@example.net","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.690Z","location":{"zip":"11355"},"name":{"first":"Vivian","middle":"K","last":"Schaefer"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"538539808","state_id":"195542681","student_number":"538539808","id":"530e5964049e75a9262d02de"},"uri":"/v1.1/students/530e5964049e75a9262d02de"},{"data":{"created":"2014-02-26T21:15:16.713Z","credentials":{"district_username":"williamf53","district_password":"ahng4Ceeth"},"district":"4fd43cc56d11340000000005","dob":"7/21/2003","ell_status":"Y","email":"william_f@example.net","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.694Z","location":{"zip":"11217"},"name":{"first":"William","middle":"M","last":"Franecki"},"race":"Two
1670
1670
  or More Races","school":"530e595026403103360ff9fe","sis_id":"538754153","state_id":"287289543","student_number":"538754153","id":"530e5964049e75a9262d02e1"},"uri":"/v1.1/students/530e5964049e75a9262d02e1"},{"data":{"created":"2014-02-26T21:15:16.740Z","credentials":{"district_username":"dianen73","district_password":"eel7Thohd"},"district":"4fd43cc56d11340000000005","dob":"6/16/1996","ell_status":"N","email":"n_diane@example.net","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.697Z","location":{"zip":"11691"},"name":{"first":"Diane","middle":"J","last":"Nader"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"541253373","state_id":"817987559","student_number":"541253373","id":"530e5964049e75a9262d02e7"},"uri":"/v1.1/students/530e5964049e75a9262d02e7"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5964049e75a9262d0282"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5964049e75a9262d0284"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5964049e75a9262d02e7"}]}'
1671
1671
  http_version:
1672
- recorded_at: Mon, 08 Sep 2014 21:31:20 GMT
1672
+ recorded_at: Tue, 09 Sep 2014 21:48:33 GMT
1673
1673
  - request:
1674
1674
  method: get
1675
1675
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5964049e75a9262d02e7
@@ -1678,7 +1678,7 @@ http_interactions:
1678
1678
  string: ''
1679
1679
  headers:
1680
1680
  Accept:
1681
- - ! '*/*; q=0.5, application/xml'
1681
+ - "*/*; q=0.5, application/xml"
1682
1682
  Accept-Encoding:
1683
1683
  - gzip, deflate
1684
1684
  User-Agent:
@@ -1693,13 +1693,13 @@ http_interactions:
1693
1693
  Access-Control-Allow-Methods:
1694
1694
  - GET,PATCH,POST,DELETE
1695
1695
  Access-Control-Allow-Origin:
1696
- - ! '*'
1696
+ - "*"
1697
1697
  Content-Type:
1698
1698
  - application/json; charset=utf-8
1699
1699
  Date:
1700
- - Mon, 08 Sep 2014 21:31:20 GMT
1700
+ - Tue, 09 Sep 2014 21:48:34 GMT
1701
1701
  Etag:
1702
- - ! '"54877912"'
1702
+ - '"54877912"'
1703
1703
  Server:
1704
1704
  - nginx/1.4.7
1705
1705
  X-Powered-By:
@@ -1709,8 +1709,8 @@ http_interactions:
1709
1709
  Connection:
1710
1710
  - keep-alive
1711
1711
  body:
1712
- encoding: US-ASCII
1713
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:16.748Z","credentials":{"district_username":"alishal22","district_password":"oW6zahweMa"},"district":"4fd43cc56d11340000000005","dob":"8/10/2000","ell_status":"Y","email":"l_alisha@example.org","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.701Z","location":{"zip":"11211"},"name":{"first":"Alisha","middle":"M","last":"Lebsack"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"541697322","state_id":"163505690","student_number":"541697322","id":"530e5964049e75a9262d02e9"},"uri":"/v1.1/students/530e5964049e75a9262d02e9"},{"data":{"created":"2014-02-26T21:15:16.755Z","credentials":{"district_username":"nolad22","district_password":"veL3queiNg4k"},"district":"4fd43cc56d11340000000005","dob":"8/1/1996","ell_status":"N","email":"nola_d@example.net","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.706Z","location":{"zip":"10011"},"name":{"first":"Nola","middle":"D","last":"Douglas"},"race":"Two
1712
+ encoding: UTF-8
1713
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:16.748Z","credentials":{"district_username":"alishal22","district_password":"oW6zahweMa"},"district":"4fd43cc56d11340000000005","dob":"8/10/2000","ell_status":"Y","email":"l_alisha@example.org","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.701Z","location":{"zip":"11211"},"name":{"first":"Alisha","middle":"M","last":"Lebsack"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"541697322","state_id":"163505690","student_number":"541697322","id":"530e5964049e75a9262d02e9"},"uri":"/v1.1/students/530e5964049e75a9262d02e9"},{"data":{"created":"2014-02-26T21:15:16.755Z","credentials":{"district_username":"nolad22","district_password":"veL3queiNg4k"},"district":"4fd43cc56d11340000000005","dob":"8/1/1996","ell_status":"N","email":"nola_d@example.net","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.706Z","location":{"zip":"10011"},"name":{"first":"Nola","middle":"D","last":"Douglas"},"race":"Two
1714
1714
  or More Races","school":"530e595026403103360ff9fd","sis_id":"543793622","state_id":"634967954","student_number":"543793622","id":"530e5964049e75a9262d02eb"},"uri":"/v1.1/students/530e5964049e75a9262d02eb"},{"data":{"created":"2014-02-26T21:15:16.771Z","credentials":{"district_username":"weng93","district_password":"kiephee6Va"},"district":"4fd43cc56d11340000000005","dob":"2/11/1995","ell_status":"N","email":"wen_g@example.com","frl_status":"Paid","gender":"F","grade":"12","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.710Z","location":{"zip":"10020"},"name":{"first":"Wen","middle":"T","last":"Greenholt"},"race":"Two
1715
1715
  or More Races","school":"530e595026403103360ff9fd","sis_id":"544765793","state_id":"771260413","student_number":"544765793","id":"530e5964049e75a9262d02ee"},"uri":"/v1.1/students/530e5964049e75a9262d02ee"},{"data":{"created":"2014-02-26T21:15:16.785Z","credentials":{"district_username":"kevinj39","district_password":"OoCo1oodoo"},"district":"4fd43cc56d11340000000005","dob":"3/5/2004","ell_status":"N","email":"j_kevin@example.net","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.712Z","location":{"zip":"11416"},"name":{"first":"Kevin","middle":"B","last":"Jast"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"545439039","state_id":"875008902","student_number":"545439039","id":"530e5964049e75a9262d02f1"},"uri":"/v1.1/students/530e5964049e75a9262d02f1"},{"data":{"created":"2014-02-26T21:15:16.794Z","credentials":{"district_username":"edithr77","district_password":"VoK1eBodoequ"},"district":"4fd43cc56d11340000000005","dob":"6/19/1998","ell_status":"N","email":"edith.r@example.net","frl_status":"Paid","gender":"F","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.716Z","location":{"zip":"10464"},"name":{"first":"Edith","middle":"D","last":"Rippin"},"race":"Two
1716
1716
  or More Races","school":"530e595026403103360ff9fd","sis_id":"545463377","state_id":"460250108","student_number":"545463377","id":"530e5964049e75a9262d02f3"},"uri":"/v1.1/students/530e5964049e75a9262d02f3"},{"data":{"created":"2014-02-26T21:15:16.804Z","credentials":{"district_username":"patriciaf90","district_password":"Quahph3ch"},"district":"4fd43cc56d11340000000005","dob":"10/9/2001","ell_status":"N","email":"f_patricia@example.net","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.721Z","location":{"zip":"10017"},"name":{"first":"Patricia","middle":"B","last":"Fisher"},"race":"Two
@@ -1743,7 +1743,7 @@ http_interactions:
1743
1743
  Indian","school":"530e595026403103360ff9ff","sis_id":"582001873","state_id":"483980889","student_number":"582001873","id":"530e5965049e75a9262d0347"},"uri":"/v1.1/students/530e5965049e75a9262d0347"},{"data":{"created":"2014-02-26T21:15:17.302Z","credentials":{"district_username":"carries30","district_password":"ta4qua8E"},"district":"4fd43cc56d11340000000005","dob":"7/23/1995","ell_status":"N","email":"s_carrie@example.org","frl_status":"Paid","gender":"F","grade":"12","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.894Z","location":{"zip":"11221"},"name":{"first":"Carrie","middle":"R","last":"Stiedemann"},"race":"Two
1744
1744
  or More Races","school":"530e595026403103360ff9fd","sis_id":"582823730","state_id":"950480385","student_number":"582823730","id":"530e5965049e75a9262d0349"},"uri":"/v1.1/students/530e5965049e75a9262d0349"},{"data":{"created":"2014-02-26T21:15:17.310Z","credentials":{"district_username":"jamesa02","district_password":"chaph8AhPh"},"district":"4fd43cc56d11340000000005","dob":"1/28/2000","ell_status":"Y","email":"a.james@example.org","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.897Z","location":{"zip":"11414"},"name":{"first":"James","middle":"L","last":"Ankunding"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"583471602","state_id":"377458919","student_number":"583471602","id":"530e5965049e75a9262d034a"},"uri":"/v1.1/students/530e5965049e75a9262d034a"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5964049e75a9262d02e7"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5964049e75a9262d02e9"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5965049e75a9262d034a"}]}'
1745
1745
  http_version:
1746
- recorded_at: Mon, 08 Sep 2014 21:31:20 GMT
1746
+ recorded_at: Tue, 09 Sep 2014 21:48:34 GMT
1747
1747
  - request:
1748
1748
  method: get
1749
1749
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5965049e75a9262d034a
@@ -1752,7 +1752,7 @@ http_interactions:
1752
1752
  string: ''
1753
1753
  headers:
1754
1754
  Accept:
1755
- - ! '*/*; q=0.5, application/xml'
1755
+ - "*/*; q=0.5, application/xml"
1756
1756
  Accept-Encoding:
1757
1757
  - gzip, deflate
1758
1758
  User-Agent:
@@ -1767,13 +1767,13 @@ http_interactions:
1767
1767
  Access-Control-Allow-Methods:
1768
1768
  - GET,PATCH,POST,DELETE
1769
1769
  Access-Control-Allow-Origin:
1770
- - ! '*'
1770
+ - "*"
1771
1771
  Content-Type:
1772
1772
  - application/json; charset=utf-8
1773
1773
  Date:
1774
- - Mon, 08 Sep 2014 21:31:20 GMT
1774
+ - Tue, 09 Sep 2014 21:48:34 GMT
1775
1775
  Etag:
1776
- - ! '"102126015"'
1776
+ - '"102126015"'
1777
1777
  Server:
1778
1778
  - nginx/1.4.7
1779
1779
  X-Powered-By:
@@ -1783,8 +1783,8 @@ http_interactions:
1783
1783
  Connection:
1784
1784
  - keep-alive
1785
1785
  body:
1786
- encoding: US-ASCII
1787
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:17.315Z","credentials":{"district_username":"eliak92","district_password":"waikai2ooDee"},"district":"4fd43cc56d11340000000005","dob":"6/15/2006","ell_status":"Y","email":"elia.k@example.org","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.900Z","location":{"zip":"10002"},"name":{"first":"Elia","middle":"L","last":"Kirlin"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"583594892","state_id":"636163091","student_number":"583594892","id":"530e5965049e75a9262d034b"},"uri":"/v1.1/students/530e5965049e75a9262d034b"},{"data":{"created":"2014-02-26T21:15:17.322Z","credentials":{"district_username":"maryr84","district_password":"Mequi5th"},"district":"4fd43cc56d11340000000005","dob":"9/23/2001","ell_status":"N","email":"mary.r@example.net","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.905Z","location":{"zip":"11220"},"name":{"first":"Mary","middle":"J","last":"Ratke"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"584583284","state_id":"980071123","student_number":"584583284","id":"530e5965049e75a9262d034c"},"uri":"/v1.1/students/530e5965049e75a9262d034c"},{"data":{"created":"2014-02-26T21:15:17.330Z","credentials":{"district_username":"katies53","district_password":"Moh6each0"},"district":"4fd43cc56d11340000000005","dob":"6/28/2005","ell_status":"N","email":"katie.s@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.910Z","location":{"zip":"10451"},"name":{"first":"Katie","middle":"C","last":"Sawayn"},"race":"Black
1786
+ encoding: UTF-8
1787
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:17.315Z","credentials":{"district_username":"eliak92","district_password":"waikai2ooDee"},"district":"4fd43cc56d11340000000005","dob":"6/15/2006","ell_status":"Y","email":"elia.k@example.org","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.900Z","location":{"zip":"10002"},"name":{"first":"Elia","middle":"L","last":"Kirlin"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"583594892","state_id":"636163091","student_number":"583594892","id":"530e5965049e75a9262d034b"},"uri":"/v1.1/students/530e5965049e75a9262d034b"},{"data":{"created":"2014-02-26T21:15:17.322Z","credentials":{"district_username":"maryr84","district_password":"Mequi5th"},"district":"4fd43cc56d11340000000005","dob":"9/23/2001","ell_status":"N","email":"mary.r@example.net","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.905Z","location":{"zip":"11220"},"name":{"first":"Mary","middle":"J","last":"Ratke"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"584583284","state_id":"980071123","student_number":"584583284","id":"530e5965049e75a9262d034c"},"uri":"/v1.1/students/530e5965049e75a9262d034c"},{"data":{"created":"2014-02-26T21:15:17.330Z","credentials":{"district_username":"katies53","district_password":"Moh6each0"},"district":"4fd43cc56d11340000000005","dob":"6/28/2005","ell_status":"N","email":"katie.s@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.910Z","location":{"zip":"10451"},"name":{"first":"Katie","middle":"C","last":"Sawayn"},"race":"Black
1788
1788
  or African American","school":"530e595026403103360ff9fe","sis_id":"585086153","state_id":"919677982","student_number":"585086153","id":"530e5965049e75a9262d034d"},"uri":"/v1.1/students/530e5965049e75a9262d034d"},{"data":{"created":"2014-02-26T21:15:17.339Z","credentials":{"district_username":"johnw23","district_password":"Eixae4Seex"},"district":"4fd43cc56d11340000000005","dob":"3/6/2002","ell_status":"Y","email":"john.w@example.com","frl_status":"Paid","gender":"M","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.912Z","location":{"zip":"10305"},"name":{"first":"John","middle":"A","last":"Weissnat"},"race":"Black
1789
1789
  or African American","school":"530e595026403103360ff9fe","sis_id":"586043323","state_id":"995957038","student_number":"586043323","id":"530e5965049e75a9262d034e"},"uri":"/v1.1/students/530e5965049e75a9262d034e"},{"data":{"created":"2014-02-26T21:15:17.352Z","credentials":{"district_username":"jamesr22","district_password":"aiWahxai1"},"district":"4fd43cc56d11340000000005","dob":"6/11/1998","ell_status":"Y","email":"r.james@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.916Z","location":{"zip":"11355"},"name":{"first":"James","middle":"K","last":"Rath"},"race":"Asian","school":"530e595026403103360ff9fd","sis_id":"588043822","state_id":"606001649","student_number":"588043822","id":"530e5965049e75a9262d034f"},"uri":"/v1.1/students/530e5965049e75a9262d034f"},{"data":{"created":"2014-02-26T21:15:17.373Z","credentials":{"district_username":"jeremyl39","district_password":"Bahjaecee2"},"district":"4fd43cc56d11340000000005","dob":"4/17/2000","ell_status":"N","email":"l.jeremy@example.com","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.921Z","location":{"zip":"10036"},"name":{"first":"Jeremy","middle":"B","last":"Leannon"},"race":"Black
1790
1790
  or African American","school":"530e595026403103360ff9ff","sis_id":"589003639","state_id":"965061909","student_number":"589003639","id":"530e5965049e75a9262d0354"},"uri":"/v1.1/students/530e5965049e75a9262d0354"},{"data":{"created":"2014-02-26T21:15:17.380Z","credentials":{"district_username":"zacharyl08","district_password":"Mee7meiwah"},"district":"4fd43cc56d11340000000005","dob":"2/5/1999","ell_status":"Y","email":"l.zachary@example.org","frl_status":"Paid","gender":"M","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:42.925Z","location":{"zip":"10468"},"name":{"first":"Zachary","middle":"C","last":"Langosh"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"589205708","state_id":"335516305","student_number":"589205708","id":"530e5965049e75a9262d0356"},"uri":"/v1.1/students/530e5965049e75a9262d0356"},{"data":{"created":"2014-02-26T21:15:17.411Z","credentials":{"district_username":"patricias12","district_password":"Eigh1eiG4ob"},"district":"4fd43cc56d11340000000005","dob":"1/30/2005","ell_status":"N","email":"s_patricia@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:42.928Z","location":{"zip":"11229"},"name":{"first":"Patricia","middle":"B","last":"Swaniawski"},"race":"Two
@@ -1817,7 +1817,7 @@ http_interactions:
1817
1817
  or African American","school":"530e595026403103360ff9fe","sis_id":"636094492","state_id":"187787907","student_number":"636094492","id":"530e5965049e75a9262d03b5"},"uri":"/v1.1/students/530e5965049e75a9262d03b5"},{"data":{"created":"2014-02-26T21:15:17.758Z","credentials":{"district_username":"marvink72","district_password":"XieC1pha0Aa"},"district":"4fd43cc56d11340000000005","dob":"7/29/1997","ell_status":"Y","email":"k.marvin@example.net","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.090Z","location":{"zip":"10033"},"name":{"first":"Marvin","middle":"R","last":"Kerluke"},"race":"Asian","school":"530e595026403103360ff9fd","sis_id":"636206672","state_id":"513617328","student_number":"636206672","id":"530e5965049e75a9262d03b6"},"uri":"/v1.1/students/530e5965049e75a9262d03b6"},{"data":{"created":"2014-02-26T21:15:17.764Z","credentials":{"district_username":"brandons01","district_password":"uuGhie5poo"},"district":"4fd43cc56d11340000000005","dob":"2/9/2001","ell_status":"Y","email":"s.brandon@example.com","frl_status":"Paid","gender":"M","grade":"6","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.095Z","location":{"zip":"10303"},"name":{"first":"Brandon","middle":"D","last":"Satterfield"},"race":"Black
1818
1818
  or African American","school":"530e595026403103360ff9ff","sis_id":"636675101","state_id":"341635613","student_number":"636675101","id":"530e5965049e75a9262d03b7"},"uri":"/v1.1/students/530e5965049e75a9262d03b7"},{"data":{"created":"2014-02-26T21:15:17.768Z","credentials":{"district_username":"bettyg52","district_password":"ahd1eiceeV"},"district":"4fd43cc56d11340000000005","dob":"8/21/1999","ell_status":"Y","email":"g_betty@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.099Z","location":{"zip":"10026"},"name":{"first":"Betty","middle":"A","last":"Graham"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"636776752","state_id":"694201438","student_number":"636776752","id":"530e5965049e75a9262d03b8"},"uri":"/v1.1/students/530e5965049e75a9262d03b8"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5965049e75a9262d034a"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5965049e75a9262d034b"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5965049e75a9262d03b8"}]}'
1819
1819
  http_version:
1820
- recorded_at: Mon, 08 Sep 2014 21:31:20 GMT
1820
+ recorded_at: Tue, 09 Sep 2014 21:48:34 GMT
1821
1821
  - request:
1822
1822
  method: get
1823
1823
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5965049e75a9262d03b8
@@ -1826,7 +1826,7 @@ http_interactions:
1826
1826
  string: ''
1827
1827
  headers:
1828
1828
  Accept:
1829
- - ! '*/*; q=0.5, application/xml'
1829
+ - "*/*; q=0.5, application/xml"
1830
1830
  Accept-Encoding:
1831
1831
  - gzip, deflate
1832
1832
  User-Agent:
@@ -1841,13 +1841,13 @@ http_interactions:
1841
1841
  Access-Control-Allow-Methods:
1842
1842
  - GET,PATCH,POST,DELETE
1843
1843
  Access-Control-Allow-Origin:
1844
- - ! '*'
1844
+ - "*"
1845
1845
  Content-Type:
1846
1846
  - application/json; charset=utf-8
1847
1847
  Date:
1848
- - Mon, 08 Sep 2014 21:31:21 GMT
1848
+ - Tue, 09 Sep 2014 21:48:34 GMT
1849
1849
  Etag:
1850
- - ! '"-1078273975"'
1850
+ - '"-1078273975"'
1851
1851
  Server:
1852
1852
  - nginx/1.4.7
1853
1853
  X-Powered-By:
@@ -1857,8 +1857,8 @@ http_interactions:
1857
1857
  Connection:
1858
1858
  - keep-alive
1859
1859
  body:
1860
- encoding: US-ASCII
1861
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:17.772Z","credentials":{"district_username":"angelob49","district_password":"Ohch1ohz"},"district":"4fd43cc56d11340000000005","dob":"9/21/2007","ell_status":"N","email":"b_angelo@example.org","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.102Z","location":{"zip":"11420"},"name":{"first":"Angelo","middle":"S","last":"Bahringer"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"637540249","state_id":"365082598","student_number":"637540249","id":"530e5965049e75a9262d03b9"},"uri":"/v1.1/students/530e5965049e75a9262d03b9"},{"data":{"created":"2014-02-26T21:15:17.777Z","credentials":{"district_username":"melanier81","district_password":"Kah9oc3ai"},"district":"4fd43cc56d11340000000005","dob":"9/7/2006","ell_status":"Y","email":"melanie.r@example.org","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.106Z","location":{"zip":"10456"},"name":{"first":"Melanie","middle":"A","last":"Ratke"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"638030981","state_id":"881624059","student_number":"638030981","id":"530e5965049e75a9262d03ba"},"uri":"/v1.1/students/530e5965049e75a9262d03ba"},{"data":{"created":"2014-02-26T21:15:17.781Z","credentials":{"district_username":"loish46","district_password":"Oa4beichoo"},"district":"4fd43cc56d11340000000005","dob":"4/25/1999","ell_status":"N","email":"lois.h@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.111Z","location":{"zip":"10452"},"name":{"first":"Lois","middle":"J","last":"Hilll"},"race":"Black
1860
+ encoding: UTF-8
1861
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:17.772Z","credentials":{"district_username":"angelob49","district_password":"Ohch1ohz"},"district":"4fd43cc56d11340000000005","dob":"9/21/2007","ell_status":"N","email":"b_angelo@example.org","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.102Z","location":{"zip":"11420"},"name":{"first":"Angelo","middle":"S","last":"Bahringer"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"637540249","state_id":"365082598","student_number":"637540249","id":"530e5965049e75a9262d03b9"},"uri":"/v1.1/students/530e5965049e75a9262d03b9"},{"data":{"created":"2014-02-26T21:15:17.777Z","credentials":{"district_username":"melanier81","district_password":"Kah9oc3ai"},"district":"4fd43cc56d11340000000005","dob":"9/7/2006","ell_status":"Y","email":"melanie.r@example.org","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.106Z","location":{"zip":"10456"},"name":{"first":"Melanie","middle":"A","last":"Ratke"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"638030981","state_id":"881624059","student_number":"638030981","id":"530e5965049e75a9262d03ba"},"uri":"/v1.1/students/530e5965049e75a9262d03ba"},{"data":{"created":"2014-02-26T21:15:17.781Z","credentials":{"district_username":"loish46","district_password":"Oa4beichoo"},"district":"4fd43cc56d11340000000005","dob":"4/25/1999","ell_status":"N","email":"lois.h@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.111Z","location":{"zip":"10452"},"name":{"first":"Lois","middle":"J","last":"Hilll"},"race":"Black
1862
1862
  or African American","school":"530e595026403103360ff9ff","sis_id":"638408446","state_id":"629208860","student_number":"638408446","id":"530e5965049e75a9262d03bb"},"uri":"/v1.1/students/530e5965049e75a9262d03bb"},{"data":{"created":"2014-02-26T21:15:17.789Z","credentials":{"district_username":"margarett11","district_password":"Ovaeh6iequei"},"district":"4fd43cc56d11340000000005","dob":"5/20/2000","ell_status":"Y","email":"t.margaret@example.com","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.115Z","location":{"zip":"11362"},"name":{"first":"Margaret","middle":"D","last":"Thompson"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"640506711","state_id":"351526569","student_number":"640506711","id":"530e5965049e75a9262d03bc"},"uri":"/v1.1/students/530e5965049e75a9262d03bc"},{"data":{"created":"2014-02-26T21:15:17.793Z","credentials":{"district_username":"harrym02","district_password":"aecohPai6ie"},"district":"4fd43cc56d11340000000005","dob":"1/15/2006","ell_status":"Y","email":"harry.m@example.org","frl_status":"Paid","gender":"M","grade":"1","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.118Z","location":{"zip":"11426"},"name":{"first":"Harry","middle":"C","last":"McKenzie"},"race":"Black
1863
1863
  or African American","school":"530e595026403103360ff9fe","sis_id":"640604402","state_id":"559167066","student_number":"640604402","id":"530e5965049e75a9262d03bd"},"uri":"/v1.1/students/530e5965049e75a9262d03bd"},{"data":{"created":"2014-02-26T21:15:17.797Z","credentials":{"district_username":"steveng14","district_password":"Aidoov5th"},"district":"4fd43cc56d11340000000005","dob":"7/6/2006","ell_status":"N","email":"steven_g@example.org","frl_status":"Paid","gender":"M","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.122Z","location":{"zip":"10030"},"name":{"first":"Steven","middle":"R","last":"Gorczany"},"race":"Black
1864
1864
  or African American","school":"530e595026403103360ff9fe","sis_id":"640688514","state_id":"794746208","student_number":"640688514","id":"530e5965049e75a9262d03be"},"uri":"/v1.1/students/530e5965049e75a9262d03be"},{"data":{"created":"2014-02-26T21:15:17.801Z","credentials":{"district_username":"margaretg13","district_password":"Ovaeh6iequei"},"district":"4fd43cc56d11340000000005","dob":"7/16/2007","ell_status":"N","email":"margaret_g@example.net","frl_status":"Paid","gender":"F","grade":"Kindergarten","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.127Z","location":{"zip":"10035"},"name":{"first":"Margaret","middle":"D","last":"Grant"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"641257513","state_id":"840132452","student_number":"641257513","id":"530e5965049e75a9262d03bf"},"uri":"/v1.1/students/530e5965049e75a9262d03bf"},{"data":{"created":"2014-02-26T21:15:17.806Z","credentials":{"district_username":"williamp97","district_password":"howueSh7"},"district":"4fd43cc56d11340000000005","dob":"11/26/2007","ell_status":"N","email":"p_william@example.net","frl_status":"Paid","gender":"M","grade":"Kindergarten","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.131Z","location":{"zip":"11104"},"name":{"first":"William","middle":"A","last":"Padberg"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"641458497","state_id":"859240327","student_number":"641458497","id":"530e5965049e75a9262d03c0"},"uri":"/v1.1/students/530e5965049e75a9262d03c0"},{"data":{"created":"2014-02-26T21:15:17.810Z","credentials":{"district_username":"brucel93","district_password":"IPh0gea9moh"},"district":"4fd43cc56d11340000000005","dob":"6/2/2004","ell_status":"Y","email":"l_bruce@example.net","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.134Z","location":{"zip":"11357"},"name":{"first":"Bruce","middle":"D","last":"Langworth"},"race":"Black
@@ -1892,7 +1892,7 @@ http_interactions:
1892
1892
  or More Races","school":"530e595026403103360ff9fd","sis_id":"674519152","state_id":"506308109","student_number":"674519152","id":"530e5966049e75a9262d040c"},"uri":"/v1.1/students/530e5966049e75a9262d040c"},{"data":{"created":"2014-02-26T21:15:18.130Z","credentials":{"district_username":"victoriag22","district_password":"Cibaexo8o"},"district":"4fd43cc56d11340000000005","dob":"5/10/1995","ell_status":"N","email":"g_victoria@example.com","frl_status":"Paid","gender":"F","grade":"12","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.310Z","location":{"zip":"10469"},"name":{"first":"Victoria","middle":"T","last":"Gerlach"},"race":"Two
1893
1893
  or More Races","school":"530e595026403103360ff9fd","sis_id":"675767222","state_id":"714871884","student_number":"675767222","id":"530e5966049e75a9262d040f"},"uri":"/v1.1/students/530e5966049e75a9262d040f"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5965049e75a9262d03b8"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5965049e75a9262d03b9"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d040f"}]}'
1894
1894
  http_version:
1895
- recorded_at: Mon, 08 Sep 2014 21:31:21 GMT
1895
+ recorded_at: Tue, 09 Sep 2014 21:48:34 GMT
1896
1896
  - request:
1897
1897
  method: get
1898
1898
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d040f
@@ -1901,7 +1901,7 @@ http_interactions:
1901
1901
  string: ''
1902
1902
  headers:
1903
1903
  Accept:
1904
- - ! '*/*; q=0.5, application/xml'
1904
+ - "*/*; q=0.5, application/xml"
1905
1905
  Accept-Encoding:
1906
1906
  - gzip, deflate
1907
1907
  User-Agent:
@@ -1916,13 +1916,13 @@ http_interactions:
1916
1916
  Access-Control-Allow-Methods:
1917
1917
  - GET,PATCH,POST,DELETE
1918
1918
  Access-Control-Allow-Origin:
1919
- - ! '*'
1919
+ - "*"
1920
1920
  Content-Type:
1921
1921
  - application/json; charset=utf-8
1922
1922
  Date:
1923
- - Mon, 08 Sep 2014 21:31:21 GMT
1923
+ - Tue, 09 Sep 2014 21:48:34 GMT
1924
1924
  Etag:
1925
- - ! '"-536236596"'
1925
+ - '"-536236596"'
1926
1926
  Server:
1927
1927
  - nginx/1.4.7
1928
1928
  X-Powered-By:
@@ -1932,8 +1932,8 @@ http_interactions:
1932
1932
  Connection:
1933
1933
  - keep-alive
1934
1934
  body:
1935
- encoding: US-ASCII
1936
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:18.138Z","credentials":{"district_username":"arthurm55","district_password":"Oov8xee0sh"},"district":"4fd43cc56d11340000000005","dob":"12/28/2004","ell_status":"N","email":"arthur_m@example.com","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.315Z","location":{"zip":"10309"},"name":{"first":"Arthur","middle":"S","last":"Moen"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"677001855","state_id":"383922738","student_number":"677001855","id":"530e5966049e75a9262d0412"},"uri":"/v1.1/students/530e5966049e75a9262d0412"},{"data":{"created":"2014-02-26T21:15:18.145Z","credentials":{"district_username":"samanthae38","district_password":"idahl2Eiw"},"district":"4fd43cc56d11340000000005","dob":"9/22/1999","ell_status":"N","email":"e_samantha@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.319Z","location":{"zip":"11691"},"name":{"first":"Samantha","middle":"S","last":"Effertz"},"race":"Two
1935
+ encoding: UTF-8
1936
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:18.138Z","credentials":{"district_username":"arthurm55","district_password":"Oov8xee0sh"},"district":"4fd43cc56d11340000000005","dob":"12/28/2004","ell_status":"N","email":"arthur_m@example.com","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.315Z","location":{"zip":"10309"},"name":{"first":"Arthur","middle":"S","last":"Moen"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"677001855","state_id":"383922738","student_number":"677001855","id":"530e5966049e75a9262d0412"},"uri":"/v1.1/students/530e5966049e75a9262d0412"},{"data":{"created":"2014-02-26T21:15:18.145Z","credentials":{"district_username":"samanthae38","district_password":"idahl2Eiw"},"district":"4fd43cc56d11340000000005","dob":"9/22/1999","ell_status":"N","email":"e_samantha@example.net","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.319Z","location":{"zip":"11691"},"name":{"first":"Samantha","middle":"S","last":"Effertz"},"race":"Two
1937
1937
  or More Races","school":"530e595026403103360ff9ff","sis_id":"678117438","state_id":"543168528","student_number":"678117438","id":"530e5966049e75a9262d0414"},"uri":"/v1.1/students/530e5966049e75a9262d0414"},{"data":{"created":"2014-02-26T21:15:18.150Z","credentials":{"district_username":"eugenew90","district_password":"Oke5doog"},"district":"4fd43cc56d11340000000005","dob":"3/2/2004","ell_status":"N","email":"eugene_w@example.net","frl_status":"Paid","gender":"M","grade":"3","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.321Z","location":{"zip":"10024"},"name":{"first":"Eugene","middle":"R","last":"Weber"},"race":"Two
1938
1938
  or More Races","school":"530e595026403103360ff9fe","sis_id":"678199190","state_id":"119778058","student_number":"678199190","id":"530e5966049e75a9262d0415"},"uri":"/v1.1/students/530e5966049e75a9262d0415"},{"data":{"created":"2014-02-26T21:15:18.153Z","credentials":{"district_username":"maries76","district_password":"rah9RahThi"},"district":"4fd43cc56d11340000000005","dob":"11/17/1996","ell_status":"Y","email":"s_marie@example.net","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.325Z","location":{"zip":"10309"},"name":{"first":"Marie","middle":"D","last":"Streich"},"race":"Black
1939
1939
  or African American","school":"530e595026403103360ff9fd","sis_id":"678327576","state_id":"990717624","student_number":"678327576","id":"530e5966049e75a9262d0416"},"uri":"/v1.1/students/530e5966049e75a9262d0416"},{"data":{"created":"2014-02-26T21:15:18.157Z","credentials":{"district_username":"dona97","district_password":"eewizoo3U"},"district":"4fd43cc56d11340000000005","dob":"3/11/2000","ell_status":"Y","email":"don.a@example.org","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.330Z","location":{"zip":"10014"},"name":{"first":"Don","middle":"M","last":"Ankunding"},"race":"Black
@@ -1965,7 +1965,7 @@ http_interactions:
1965
1965
  or African American","school":"530e595026403103360ff9fd","sis_id":"727160681","state_id":"381222631","student_number":"727160681","id":"530e5966049e75a9262d046b"},"uri":"/v1.1/students/530e5966049e75a9262d046b"},{"data":{"created":"2014-02-26T21:15:18.511Z","credentials":{"district_username":"chesterw93","district_password":"co5Eepohng"},"district":"4fd43cc56d11340000000005","dob":"11/15/1998","ell_status":"Y","email":"w_chester@example.org","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.513Z","location":{"zip":"11233"},"name":{"first":"Chester","middle":"R","last":"Watsica"},"race":"Black
1966
1966
  or African American","school":"530e595026403103360ff9fd","sis_id":"728386393","state_id":"921766728","student_number":"728386393","id":"530e5966049e75a9262d046c"},"uri":"/v1.1/students/530e5966049e75a9262d046c"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d040f"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5966049e75a9262d0412"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d046c"}]}'
1967
1967
  http_version:
1968
- recorded_at: Mon, 08 Sep 2014 21:31:21 GMT
1968
+ recorded_at: Tue, 09 Sep 2014 21:48:34 GMT
1969
1969
  - request:
1970
1970
  method: get
1971
1971
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d046c
@@ -1974,7 +1974,7 @@ http_interactions:
1974
1974
  string: ''
1975
1975
  headers:
1976
1976
  Accept:
1977
- - ! '*/*; q=0.5, application/xml'
1977
+ - "*/*; q=0.5, application/xml"
1978
1978
  Accept-Encoding:
1979
1979
  - gzip, deflate
1980
1980
  User-Agent:
@@ -1989,13 +1989,13 @@ http_interactions:
1989
1989
  Access-Control-Allow-Methods:
1990
1990
  - GET,PATCH,POST,DELETE
1991
1991
  Access-Control-Allow-Origin:
1992
- - ! '*'
1992
+ - "*"
1993
1993
  Content-Type:
1994
1994
  - application/json; charset=utf-8
1995
1995
  Date:
1996
- - Mon, 08 Sep 2014 21:31:21 GMT
1996
+ - Tue, 09 Sep 2014 21:48:34 GMT
1997
1997
  Etag:
1998
- - ! '"2113491514"'
1998
+ - '"2113491514"'
1999
1999
  Server:
2000
2000
  - nginx/1.4.7
2001
2001
  X-Powered-By:
@@ -2005,8 +2005,8 @@ http_interactions:
2005
2005
  Connection:
2006
2006
  - keep-alive
2007
2007
  body:
2008
- encoding: US-ASCII
2009
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:18.516Z","credentials":{"district_username":"jeano59","district_password":"Eties4aechei"},"district":"4fd43cc56d11340000000005","dob":"7/2/2000","ell_status":"N","email":"o_jean@example.org","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.517Z","location":{"zip":"10461"},"name":{"first":"Jean","middle":"D","last":"Orn"},"race":"Black
2008
+ encoding: UTF-8
2009
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:18.516Z","credentials":{"district_username":"jeano59","district_password":"Eties4aechei"},"district":"4fd43cc56d11340000000005","dob":"7/2/2000","ell_status":"N","email":"o_jean@example.org","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.517Z","location":{"zip":"10461"},"name":{"first":"Jean","middle":"D","last":"Orn"},"race":"Black
2010
2010
  or African American","school":"530e595026403103360ff9ff","sis_id":"728480959","state_id":"908755769","student_number":"728480959","id":"530e5966049e75a9262d046d"},"uri":"/v1.1/students/530e5966049e75a9262d046d"},{"data":{"created":"2014-02-26T21:15:18.522Z","credentials":{"district_username":"douglask74","district_password":"ahFii2nae"},"district":"4fd43cc56d11340000000005","dob":"6/21/1996","ell_status":"N","email":"douglas.k@example.com","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.519Z","location":{"zip":"11233"},"name":{"first":"Douglas","middle":"S","last":"Kessler"},"race":"Black
2011
2011
  or African American","school":"530e595026403103360ff9fd","sis_id":"728614874","state_id":"810223648","student_number":"728614874","id":"530e5966049e75a9262d046e"},"uri":"/v1.1/students/530e5966049e75a9262d046e"},{"data":{"created":"2014-02-26T21:15:18.527Z","credentials":{"district_username":"michaels98","district_password":"xi9Vu1qu"},"district":"4fd43cc56d11340000000005","dob":"9/16/2006","ell_status":"N","email":"s.michael@example.com","frl_status":"Paid","gender":"F","grade":"1","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.523Z","location":{"zip":"10474"},"name":{"first":"Michael","middle":"B","last":"Stamm"},"race":"Two
2012
2012
  or More Races","school":"530e595026403103360ff9fe","sis_id":"729561298","state_id":"517970964","student_number":"729561298","id":"530e5966049e75a9262d046f"},"uri":"/v1.1/students/530e5966049e75a9262d046f"},{"data":{"created":"2014-02-26T21:15:18.544Z","credentials":{"district_username":"laceyl96","district_password":"Ebae9aihai"},"district":"4fd43cc56d11340000000005","dob":"10/18/2002","ell_status":"N","email":"lacey_l@example.org","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.528Z","location":{"zip":"10128"},"name":{"first":"Lacey","middle":"S","last":"Ledner"},"race":"Black
@@ -2042,7 +2042,7 @@ http_interactions:
2042
2042
  or African American","school":"530e595026403103360ff9fe","sis_id":"768666664","state_id":"544947371","student_number":"768666664","id":"530e5966049e75a9262d04d5"},"uri":"/v1.1/students/530e5966049e75a9262d04d5"},{"data":{"created":"2014-02-26T21:15:18.952Z","credentials":{"district_username":"roccos84","district_password":"rairaSh7p"},"district":"4fd43cc56d11340000000005","dob":"8/2/1998","ell_status":"N","email":"rocco.s@example.com","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.703Z","location":{"zip":"10014"},"name":{"first":"Rocco","middle":"A","last":"Schumm"},"race":"Black
2043
2043
  or African American","school":"530e595026403103360ff9fd","sis_id":"768841884","state_id":"239367560","student_number":"768841884","id":"530e5966049e75a9262d04d7"},"uri":"/v1.1/students/530e5966049e75a9262d04d7"},{"data":{"created":"2014-02-26T21:15:18.968Z","credentials":{"district_username":"quentinf79","district_password":"fohV1oos9Ee"},"district":"4fd43cc56d11340000000005","dob":"3/30/1996","ell_status":"Y","email":"quentin.f@example.com","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.706Z","location":{"zip":"11412"},"name":{"first":"Quentin","middle":"C","last":"Feil"},"race":"Asian","school":"530e595026403103360ff9fd","sis_id":"773959679","state_id":"500526668","student_number":"773959679","id":"530e5966049e75a9262d04d8"},"uri":"/v1.1/students/530e5966049e75a9262d04d8"},{"data":{"created":"2014-02-26T21:15:18.986Z","credentials":{"district_username":"leighh62","district_password":"Eiw2yah6"},"district":"4fd43cc56d11340000000005","dob":"6/3/2000","ell_status":"N","email":"h_leigh@example.net","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.710Z","location":{"zip":"11234"},"name":{"first":"Leigh","middle":"M","last":"Hilll"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"775530462","state_id":"720424076","student_number":"775530462","id":"530e5966049e75a9262d04d9"},"uri":"/v1.1/students/530e5966049e75a9262d04d9"},{"data":{"created":"2014-02-26T21:15:18.992Z","credentials":{"district_username":"lorad80","district_password":"looy6Huaghae"},"district":"4fd43cc56d11340000000005","dob":"7/4/2003","ell_status":"N","email":"lora_d@example.org","frl_status":"Paid","gender":"F","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.715Z","location":{"zip":"11213"},"name":{"first":"Lora","middle":"C","last":"Dicki"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"775672580","state_id":"510806650","student_number":"775672580","id":"530e5966049e75a9262d04da"},"uri":"/v1.1/students/530e5966049e75a9262d04da"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d046c"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5966049e75a9262d046d"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d04da"}]}'
2044
2044
  http_version:
2045
- recorded_at: Mon, 08 Sep 2014 21:31:21 GMT
2045
+ recorded_at: Tue, 09 Sep 2014 21:48:34 GMT
2046
2046
  - request:
2047
2047
  method: get
2048
2048
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d04da
@@ -2051,7 +2051,7 @@ http_interactions:
2051
2051
  string: ''
2052
2052
  headers:
2053
2053
  Accept:
2054
- - ! '*/*; q=0.5, application/xml'
2054
+ - "*/*; q=0.5, application/xml"
2055
2055
  Accept-Encoding:
2056
2056
  - gzip, deflate
2057
2057
  User-Agent:
@@ -2066,13 +2066,13 @@ http_interactions:
2066
2066
  Access-Control-Allow-Methods:
2067
2067
  - GET,PATCH,POST,DELETE
2068
2068
  Access-Control-Allow-Origin:
2069
- - ! '*'
2069
+ - "*"
2070
2070
  Content-Type:
2071
2071
  - application/json; charset=utf-8
2072
2072
  Date:
2073
- - Mon, 08 Sep 2014 21:31:21 GMT
2073
+ - Tue, 09 Sep 2014 21:48:35 GMT
2074
2074
  Etag:
2075
- - ! '"1079310895"'
2075
+ - '"1079310895"'
2076
2076
  Server:
2077
2077
  - nginx/1.4.7
2078
2078
  X-Powered-By:
@@ -2082,8 +2082,8 @@ http_interactions:
2082
2082
  Connection:
2083
2083
  - keep-alive
2084
2084
  body:
2085
- encoding: US-ASCII
2086
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:18.997Z","credentials":{"district_username":"johnb09","district_password":"Roo1eN8ae"},"district":"4fd43cc56d11340000000005","dob":"8/10/2000","ell_status":"N","email":"b.john@example.net","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.719Z","location":{"zip":"10014"},"name":{"first":"John","middle":"G","last":"Boehm"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"775768409","state_id":"760142266","student_number":"775768409","id":"530e5966049e75a9262d04db"},"uri":"/v1.1/students/530e5966049e75a9262d04db"},{"data":{"created":"2014-02-26T21:15:19.008Z","credentials":{"district_username":"williamr59","district_password":"ohHeic1mahv"},"district":"4fd43cc56d11340000000005","dob":"7/26/2001","ell_status":"Y","email":"william.r@example.com","frl_status":"Paid","gender":"M","grade":"6","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.721Z","location":{"zip":"10031"},"name":{"first":"William","middle":"M","last":"Reynolds"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"777529959","state_id":"278532298","student_number":"777529959","id":"530e5967049e75a9262d04df"},"uri":"/v1.1/students/530e5967049e75a9262d04df"},{"data":{"created":"2014-02-26T21:15:19.022Z","credentials":{"district_username":"andrewt54","district_password":"Aipee9ahvo3"},"district":"4fd43cc56d11340000000005","dob":"10/1/2003","ell_status":"N","email":"t.andrew@example.net","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.725Z","location":{"zip":"10472"},"name":{"first":"Andrew","middle":"E","last":"Terry"},"race":"Two
2085
+ encoding: UTF-8
2086
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:18.997Z","credentials":{"district_username":"johnb09","district_password":"Roo1eN8ae"},"district":"4fd43cc56d11340000000005","dob":"8/10/2000","ell_status":"N","email":"b.john@example.net","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.719Z","location":{"zip":"10014"},"name":{"first":"John","middle":"G","last":"Boehm"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"775768409","state_id":"760142266","student_number":"775768409","id":"530e5966049e75a9262d04db"},"uri":"/v1.1/students/530e5966049e75a9262d04db"},{"data":{"created":"2014-02-26T21:15:19.008Z","credentials":{"district_username":"williamr59","district_password":"ohHeic1mahv"},"district":"4fd43cc56d11340000000005","dob":"7/26/2001","ell_status":"Y","email":"william.r@example.com","frl_status":"Paid","gender":"M","grade":"6","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.721Z","location":{"zip":"10031"},"name":{"first":"William","middle":"M","last":"Reynolds"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"777529959","state_id":"278532298","student_number":"777529959","id":"530e5967049e75a9262d04df"},"uri":"/v1.1/students/530e5967049e75a9262d04df"},{"data":{"created":"2014-02-26T21:15:19.022Z","credentials":{"district_username":"andrewt54","district_password":"Aipee9ahvo3"},"district":"4fd43cc56d11340000000005","dob":"10/1/2003","ell_status":"N","email":"t.andrew@example.net","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.725Z","location":{"zip":"10472"},"name":{"first":"Andrew","middle":"E","last":"Terry"},"race":"Two
2087
2087
  or More Races","school":"530e595026403103360ff9fe","sis_id":"779373354","state_id":"180221610","student_number":"779373354","id":"530e5967049e75a9262d04e4"},"uri":"/v1.1/students/530e5967049e75a9262d04e4"},{"data":{"created":"2014-02-26T21:15:19.030Z","credentials":{"district_username":"samr86","district_password":"ahch1Eip"},"district":"4fd43cc56d11340000000005","dob":"1/1/1999","ell_status":"Y","email":"sam.r@example.com","frl_status":"Paid","gender":"M","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.730Z","location":{"zip":"10457"},"name":{"first":"Sam","middle":"M","last":"Ryan"},"race":"Two
2088
2088
  or More Races","school":"530e595026403103360ff9ff","sis_id":"779700486","state_id":"504584642","student_number":"779700486","id":"530e5967049e75a9262d04e6"},"uri":"/v1.1/students/530e5967049e75a9262d04e6"},{"data":{"created":"2014-02-26T21:15:19.037Z","credentials":{"district_username":"kimberlyh85","district_password":"aed1Zaich"},"district":"4fd43cc56d11340000000005","dob":"11/30/2000","ell_status":"Y","email":"h_kimberly@example.org","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.734Z","location":{"zip":"11206"},"name":{"first":"Kimberly","middle":"J","last":"Hand"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"780286785","state_id":"420650673","student_number":"780286785","id":"530e5967049e75a9262d04e9"},"uri":"/v1.1/students/530e5967049e75a9262d04e9"},{"data":{"created":"2014-02-26T21:15:19.043Z","credentials":{"district_username":"royh69","district_password":"iegh2yieT"},"district":"4fd43cc56d11340000000005","dob":"5/12/1999","ell_status":"Y","email":"h_roy@example.org","frl_status":"Paid","gender":"M","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.737Z","location":{"zip":"10306"},"name":{"first":"Roy","middle":"J","last":"Hammes"},"race":"Black
2089
2089
  or African American","school":"530e595026403103360ff9ff","sis_id":"780341469","state_id":"988247892","student_number":"780341469","id":"530e5967049e75a9262d04eb"},"uri":"/v1.1/students/530e5967049e75a9262d04eb"},{"data":{"created":"2014-02-26T21:15:19.050Z","credentials":{"district_username":"emilyl00","district_password":"aiCheeke3qu"},"district":"4fd43cc56d11340000000005","dob":"2/12/2005","ell_status":"N","email":"emily.l@example.org","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.741Z","location":{"zip":"10312"},"name":{"first":"Emily","middle":"C","last":"Leffler"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"780624800","state_id":"784327598","student_number":"780624800","id":"530e5967049e75a9262d04ee"},"uri":"/v1.1/students/530e5967049e75a9262d04ee"},{"data":{"created":"2014-02-26T21:15:19.056Z","credentials":{"district_username":"kurto32","district_password":"Aingi9bo"},"district":"4fd43cc56d11340000000005","dob":"12/8/2002","ell_status":"Y","email":"o_kurt@example.com","frl_status":"Paid","gender":"M","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.746Z","location":{"zip":"10465"},"name":{"first":"Kurt","middle":"J","last":"Ondricka"},"race":"Two
@@ -2119,7 +2119,7 @@ http_interactions:
2119
2119
  or African American","school":"530e595026403103360ff9fe","sis_id":"819021071","state_id":"575688366","student_number":"819021071","id":"530e5967049e75a9262d054d"},"uri":"/v1.1/students/530e5967049e75a9262d054d"},{"data":{"created":"2014-02-26T21:15:19.474Z","credentials":{"district_username":"edwarde77","district_password":"wo4thoep4AB"},"district":"4fd43cc56d11340000000005","dob":"2/25/2003","ell_status":"N","email":"e.edward@example.com","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.927Z","location":{"zip":"11210"},"name":{"first":"Edward","middle":"M","last":"Emard"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"821986877","state_id":"279178317","student_number":"821986877","id":"530e5967049e75a9262d0553"},"uri":"/v1.1/students/530e5967049e75a9262d0553"},{"data":{"created":"2014-02-26T21:15:19.485Z","credentials":{"district_username":"samuelo65","district_password":"fai9ahYoo"},"district":"4fd43cc56d11340000000005","dob":"8/4/2005","ell_status":"N","email":"o.samuel@example.com","frl_status":"Paid","gender":"M","grade":"2","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.929Z","location":{"zip":"10010"},"name":{"first":"Samuel","middle":"B","last":"O''Keefe"},"race":"Black
2120
2120
  or African American","school":"530e595026403103360ff9fe","sis_id":"822547765","state_id":"966505139","student_number":"822547765","id":"530e5967049e75a9262d0557"},"uri":"/v1.1/students/530e5967049e75a9262d0557"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5966049e75a9262d04da"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5966049e75a9262d04db"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5967049e75a9262d0557"}]}'
2121
2121
  http_version:
2122
- recorded_at: Mon, 08 Sep 2014 21:31:21 GMT
2122
+ recorded_at: Tue, 09 Sep 2014 21:48:35 GMT
2123
2123
  - request:
2124
2124
  method: get
2125
2125
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5967049e75a9262d0557
@@ -2128,7 +2128,7 @@ http_interactions:
2128
2128
  string: ''
2129
2129
  headers:
2130
2130
  Accept:
2131
- - ! '*/*; q=0.5, application/xml'
2131
+ - "*/*; q=0.5, application/xml"
2132
2132
  Accept-Encoding:
2133
2133
  - gzip, deflate
2134
2134
  User-Agent:
@@ -2143,13 +2143,13 @@ http_interactions:
2143
2143
  Access-Control-Allow-Methods:
2144
2144
  - GET,PATCH,POST,DELETE
2145
2145
  Access-Control-Allow-Origin:
2146
- - ! '*'
2146
+ - "*"
2147
2147
  Content-Type:
2148
2148
  - application/json; charset=utf-8
2149
2149
  Date:
2150
- - Mon, 08 Sep 2014 21:31:21 GMT
2150
+ - Tue, 09 Sep 2014 21:48:35 GMT
2151
2151
  Etag:
2152
- - ! '"-1747551844"'
2152
+ - '"-1747551844"'
2153
2153
  Server:
2154
2154
  - nginx/1.4.7
2155
2155
  X-Powered-By:
@@ -2159,8 +2159,8 @@ http_interactions:
2159
2159
  Connection:
2160
2160
  - keep-alive
2161
2161
  body:
2162
- encoding: US-ASCII
2163
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:19.491Z","credentials":{"district_username":"reginad73","district_password":"PieDe8ae"},"district":"4fd43cc56d11340000000005","dob":"1/12/2003","ell_status":"Y","email":"regina.d@example.com","frl_status":"Paid","gender":"F","grade":"4","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.933Z","location":{"zip":"11433"},"name":{"first":"Regina","middle":"E","last":"Dietrich"},"race":"Two
2162
+ encoding: UTF-8
2163
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:19.491Z","credentials":{"district_username":"reginad73","district_password":"PieDe8ae"},"district":"4fd43cc56d11340000000005","dob":"1/12/2003","ell_status":"Y","email":"regina.d@example.com","frl_status":"Paid","gender":"F","grade":"4","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.933Z","location":{"zip":"11433"},"name":{"first":"Regina","middle":"E","last":"Dietrich"},"race":"Two
2164
2164
  or More Races","school":"530e595026403103360ff9fe","sis_id":"822907373","state_id":"717470447","student_number":"822907373","id":"530e5967049e75a9262d0559"},"uri":"/v1.1/students/530e5967049e75a9262d0559"},{"data":{"created":"2014-02-26T21:15:19.496Z","credentials":{"district_username":"cheriek67","district_password":"ahToh2ahngi"},"district":"4fd43cc56d11340000000005","dob":"11/8/2001","ell_status":"N","email":"k.cherie@example.com","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:43.938Z","location":{"zip":"10472"},"name":{"first":"Cherie","middle":"C","last":"Kohler"},"race":"Black
2165
2165
  or African American","school":"530e595026403103360ff9ff","sis_id":"824912367","state_id":"602405063","student_number":"824912367","id":"530e5967049e75a9262d055b"},"uri":"/v1.1/students/530e5967049e75a9262d055b"},{"data":{"created":"2014-02-26T21:15:19.502Z","credentials":{"district_username":"bettya04","district_password":"xu3zooLai"},"district":"4fd43cc56d11340000000005","dob":"9/3/2002","ell_status":"Y","email":"a.betty@example.com","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.942Z","location":{"zip":"11693"},"name":{"first":"Betty","middle":"R","last":"Abshire"},"race":"Black
2166
2166
  or African American","school":"530e595026403103360ff9fe","sis_id":"825221604","state_id":"903008252","student_number":"825221604","id":"530e5967049e75a9262d055d"},"uri":"/v1.1/students/530e5967049e75a9262d055d"},{"data":{"created":"2014-02-26T21:15:19.511Z","credentials":{"district_username":"freddief21","district_password":"juu1eiXae"},"district":"4fd43cc56d11340000000005","dob":"9/11/2000","ell_status":"N","email":"f.freddie@example.net","frl_status":"Paid","gender":"M","grade":"7","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:43.945Z","location":{"zip":"10004"},"name":{"first":"Freddie","middle":"J","last":"Funk"},"race":"Black
@@ -2194,7 +2194,7 @@ http_interactions:
2194
2194
  or African American","school":"530e595026403103360ff9fe","sis_id":"865434690","state_id":"987022429","student_number":"865434690","id":"530e5967049e75a9262d05ad"},"uri":"/v1.1/students/530e5967049e75a9262d05ad"},{"data":{"created":"2014-02-26T21:15:19.844Z","credentials":{"district_username":"tonyah94","district_password":"Bo1oa2tah"},"district":"4fd43cc56d11340000000005","dob":"7/31/2001","ell_status":"Y","email":"tonya_h@example.net","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.119Z","location":{"zip":"11101"},"name":{"first":"Tonya","middle":"T","last":"Hammes"},"race":"Asian","school":"530e595026403103360ff9ff","sis_id":"865828594","state_id":"468226764","student_number":"865828594","id":"530e5967049e75a9262d05ae"},"uri":"/v1.1/students/530e5967049e75a9262d05ae"},{"data":{"created":"2014-02-26T21:15:19.856Z","credentials":{"district_username":"paulb39","district_password":"bu7iVaiNgaph"},"district":"4fd43cc56d11340000000005","dob":"9/15/1999","ell_status":"N","email":"paul.b@example.org","frl_status":"Paid","gender":"M","grade":"8","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.123Z","location":{"zip":"10461"},"name":{"first":"Paul","middle":"E","last":"Bergnaum"},"race":"Caucasian","school":"530e595026403103360ff9ff","sis_id":"868997339","state_id":"259925233","student_number":"868997339","id":"530e5967049e75a9262d05af"},"uri":"/v1.1/students/530e5967049e75a9262d05af"},{"data":{"created":"2014-02-26T21:15:19.863Z","credentials":{"district_username":"lulab78","district_password":"uaXie3ai"},"district":"4fd43cc56d11340000000005","dob":"6/7/2000","ell_status":"N","email":"lula_b@example.com","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.128Z","location":{"zip":"10309"},"name":{"first":"Lula","middle":"R","last":"Bode"},"race":"American
2195
2195
  Indian","school":"530e595026403103360ff9ff","sis_id":"870605578","state_id":"296193871","student_number":"870605578","id":"530e5967049e75a9262d05b0"},"uri":"/v1.1/students/530e5967049e75a9262d05b0"},{"data":{"created":"2014-02-26T21:15:19.868Z","credentials":{"district_username":"jasonw13","district_password":"taemee1Ta"},"district":"4fd43cc56d11340000000005","dob":"5/10/2002","ell_status":"N","email":"w_jason@example.com","frl_status":"Paid","gender":"M","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.132Z","location":{"zip":"11238"},"name":{"first":"Jason","middle":"J","last":"Wilderman"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"870661913","state_id":"503680014","student_number":"870661913","id":"530e5967049e75a9262d05b1"},"uri":"/v1.1/students/530e5967049e75a9262d05b1"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5967049e75a9262d0557"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5967049e75a9262d0559"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5967049e75a9262d05b1"}]}'
2196
2196
  http_version:
2197
- recorded_at: Mon, 08 Sep 2014 21:31:21 GMT
2197
+ recorded_at: Tue, 09 Sep 2014 21:48:35 GMT
2198
2198
  - request:
2199
2199
  method: get
2200
2200
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5967049e75a9262d05b1
@@ -2203,7 +2203,7 @@ http_interactions:
2203
2203
  string: ''
2204
2204
  headers:
2205
2205
  Accept:
2206
- - ! '*/*; q=0.5, application/xml'
2206
+ - "*/*; q=0.5, application/xml"
2207
2207
  Accept-Encoding:
2208
2208
  - gzip, deflate
2209
2209
  User-Agent:
@@ -2218,13 +2218,13 @@ http_interactions:
2218
2218
  Access-Control-Allow-Methods:
2219
2219
  - GET,PATCH,POST,DELETE
2220
2220
  Access-Control-Allow-Origin:
2221
- - ! '*'
2221
+ - "*"
2222
2222
  Content-Type:
2223
2223
  - application/json; charset=utf-8
2224
2224
  Date:
2225
- - Mon, 08 Sep 2014 21:31:21 GMT
2225
+ - Tue, 09 Sep 2014 21:48:35 GMT
2226
2226
  Etag:
2227
- - ! '"1865073188"'
2227
+ - '"1865073188"'
2228
2228
  Server:
2229
2229
  - nginx/1.4.7
2230
2230
  X-Powered-By:
@@ -2234,8 +2234,8 @@ http_interactions:
2234
2234
  Connection:
2235
2235
  - keep-alive
2236
2236
  body:
2237
- encoding: US-ASCII
2238
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:19.875Z","credentials":{"district_username":"loydz55","district_password":"thi3Aifee"},"district":"4fd43cc56d11340000000005","dob":"5/11/1995","ell_status":"Y","email":"loyd.z@example.net","frl_status":"Paid","gender":"M","grade":"12","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.135Z","location":{"zip":"11206"},"name":{"first":"Loyd","middle":"D","last":"Zieme"},"race":"Black
2237
+ encoding: UTF-8
2238
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:19.875Z","credentials":{"district_username":"loydz55","district_password":"thi3Aifee"},"district":"4fd43cc56d11340000000005","dob":"5/11/1995","ell_status":"Y","email":"loyd.z@example.net","frl_status":"Paid","gender":"M","grade":"12","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.135Z","location":{"zip":"11206"},"name":{"first":"Loyd","middle":"D","last":"Zieme"},"race":"Black
2239
2239
  or African American","school":"530e595026403103360ff9fd","sis_id":"870891155","state_id":"480869517","student_number":"870891155","id":"530e5967049e75a9262d05b2"},"uri":"/v1.1/students/530e5967049e75a9262d05b2"},{"data":{"created":"2014-02-26T21:15:19.879Z","credentials":{"district_username":"walterh32","district_password":"alaeChai1po"},"district":"4fd43cc56d11340000000005","dob":"3/13/1997","ell_status":"Y","email":"walter.h@example.com","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.138Z","location":{"zip":"11355"},"name":{"first":"Walter","middle":"J","last":"Howe"},"race":"Black
2240
2240
  or African American","school":"530e595026403103360ff9fd","sis_id":"872478532","state_id":"190905763","student_number":"872478532","id":"530e5967049e75a9262d05b3"},"uri":"/v1.1/students/530e5967049e75a9262d05b3"},{"data":{"created":"2014-02-26T21:15:19.886Z","credentials":{"district_username":"charlotteb83","district_password":"Ooj7pae6OK"},"district":"4fd43cc56d11340000000005","dob":"12/17/2000","ell_status":"Y","email":"charlotte_b@example.org","frl_status":"Paid","gender":"F","grade":"7","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.143Z","location":{"zip":"11385"},"name":{"first":"Charlotte","middle":"J","last":"Batz"},"race":"Black
2241
2241
  or African American","school":"530e595026403103360ff9ff","sis_id":"872813783","state_id":"936140191","student_number":"872813783","id":"530e5967049e75a9262d05b4"},"uri":"/v1.1/students/530e5967049e75a9262d05b4"},{"data":{"created":"2014-02-26T21:15:19.893Z","credentials":{"district_username":"williame49","district_password":"Ohghequao2ah"},"district":"4fd43cc56d11340000000005","dob":"9/15/1998","ell_status":"Y","email":"e_william@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.147Z","location":{"zip":"11101"},"name":{"first":"William","middle":"C","last":"Erdman"},"race":"Black
@@ -2269,7 +2269,7 @@ http_interactions:
2269
2269
  or More Races","school":"530e595026403103360ff9fe","sis_id":"912597949","state_id":"486294596","student_number":"912597949","id":"530e5968049e75a9262d05e0"},"uri":"/v1.1/students/530e5968049e75a9262d05e0"},{"data":{"created":"2014-02-26T21:15:20.164Z","credentials":{"district_username":"ronaldp24","district_password":"Egaengah8Ne"},"district":"4fd43cc56d11340000000005","dob":"3/7/2003","ell_status":"Y","email":"p.ronald@example.org","frl_status":"Paid","gender":"M","grade":"4","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.329Z","location":{"zip":"11225"},"name":{"first":"Ronald","middle":"K","last":"Padberg"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"912667824","state_id":"430895037","student_number":"912667824","id":"530e5968049e75a9262d05e1"},"uri":"/v1.1/students/530e5968049e75a9262d05e1"},{"data":{"created":"2014-02-26T21:15:20.168Z","credentials":{"district_username":"marthag20","district_password":"iiban1oB6"},"district":"4fd43cc56d11340000000005","dob":"4/2/1998","ell_status":"N","email":"g_martha@example.org","frl_status":"Paid","gender":"F","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.332Z","location":{"zip":"11694"},"name":{"first":"Martha","middle":"T","last":"Greenholt"},"race":"Asian","school":"530e595026403103360ff9fd","sis_id":"913113920","state_id":"975729843","student_number":"913113920","id":"530e5968049e75a9262d05e2"},"uri":"/v1.1/students/530e5968049e75a9262d05e2"},{"data":{"created":"2014-02-26T21:15:20.173Z","credentials":{"district_username":"johnw53","district_password":"och8Aw0Ie"},"district":"4fd43cc56d11340000000005","dob":"1/31/1998","ell_status":"Y","email":"john_w@example.net","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.336Z","location":{"zip":"10451"},"name":{"first":"John","middle":"K","last":"Watsica"},"race":"Two
2270
2270
  or More Races","school":"530e595026403103360ff9fd","sis_id":"914153353","state_id":"765870576","student_number":"914153353","id":"530e5968049e75a9262d05e3"},"uri":"/v1.1/students/530e5968049e75a9262d05e3"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5967049e75a9262d05b1"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5967049e75a9262d05b2"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d05e3"}]}'
2271
2271
  http_version:
2272
- recorded_at: Mon, 08 Sep 2014 21:31:21 GMT
2272
+ recorded_at: Tue, 09 Sep 2014 21:48:35 GMT
2273
2273
  - request:
2274
2274
  method: get
2275
2275
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d05e3
@@ -2278,7 +2278,7 @@ http_interactions:
2278
2278
  string: ''
2279
2279
  headers:
2280
2280
  Accept:
2281
- - ! '*/*; q=0.5, application/xml'
2281
+ - "*/*; q=0.5, application/xml"
2282
2282
  Accept-Encoding:
2283
2283
  - gzip, deflate
2284
2284
  User-Agent:
@@ -2293,13 +2293,13 @@ http_interactions:
2293
2293
  Access-Control-Allow-Methods:
2294
2294
  - GET,PATCH,POST,DELETE
2295
2295
  Access-Control-Allow-Origin:
2296
- - ! '*'
2296
+ - "*"
2297
2297
  Content-Type:
2298
2298
  - application/json; charset=utf-8
2299
2299
  Date:
2300
- - Mon, 08 Sep 2014 21:31:22 GMT
2300
+ - Tue, 09 Sep 2014 21:48:35 GMT
2301
2301
  Etag:
2302
- - ! '"-445703461"'
2302
+ - '"-445703461"'
2303
2303
  Server:
2304
2304
  - nginx/1.4.7
2305
2305
  X-Powered-By:
@@ -2309,8 +2309,8 @@ http_interactions:
2309
2309
  Connection:
2310
2310
  - keep-alive
2311
2311
  body:
2312
- encoding: US-ASCII
2313
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:20.176Z","credentials":{"district_username":"juliak13","district_password":"Hoofo8he"},"district":"4fd43cc56d11340000000005","dob":"1/11/2007","ell_status":"N","email":"k_julia@example.org","frl_status":"Paid","gender":"F","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.341Z","location":{"zip":"10016"},"name":{"first":"Julia","middle":"E","last":"Kovacek"},"race":"Black
2312
+ encoding: UTF-8
2313
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:20.176Z","credentials":{"district_username":"juliak13","district_password":"Hoofo8he"},"district":"4fd43cc56d11340000000005","dob":"1/11/2007","ell_status":"N","email":"k_julia@example.org","frl_status":"Paid","gender":"F","grade":"Kindergarten","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.341Z","location":{"zip":"10016"},"name":{"first":"Julia","middle":"E","last":"Kovacek"},"race":"Black
2314
2314
  or African American","school":"530e595026403103360ff9fe","sis_id":"914907413","state_id":"716386163","student_number":"914907413","id":"530e5968049e75a9262d05e4"},"uri":"/v1.1/students/530e5968049e75a9262d05e4"},{"data":{"created":"2014-02-26T21:15:20.182Z","credentials":{"district_username":"beverleya37","district_password":"Bie8ohlie0ie"},"district":"4fd43cc56d11340000000005","dob":"3/3/2002","ell_status":"N","email":"beverley.a@example.org","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.345Z","location":{"zip":"11214"},"name":{"first":"Beverley","middle":"R","last":"Auer"},"race":"Two
2315
2315
  or More Races","school":"530e595026403103360ff9fe","sis_id":"915925737","state_id":"774928906","student_number":"915925737","id":"530e5968049e75a9262d05e5"},"uri":"/v1.1/students/530e5968049e75a9262d05e5"},{"data":{"created":"2014-02-26T21:15:20.186Z","credentials":{"district_username":"sarab69","district_password":"ohra2ooP1"},"district":"4fd43cc56d11340000000005","dob":"6/13/2002","ell_status":"Y","email":"sara_b@example.net","frl_status":"Paid","gender":"F","grade":"5","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.347Z","location":{"zip":"10032"},"name":{"first":"Sara","middle":"J","last":"Bosco"},"race":"American
2316
2316
  Indian","school":"530e595026403103360ff9fe","sis_id":"916709069","state_id":"392490841","student_number":"916709069","id":"530e5968049e75a9262d05e6"},"uri":"/v1.1/students/530e5968049e75a9262d05e6"},{"data":{"created":"2014-02-26T21:15:20.189Z","credentials":{"district_username":"christined97","district_password":"iu4Aem3eix"},"district":"4fd43cc56d11340000000005","dob":"4/1/2004","ell_status":"Y","email":"christine_d@example.org","frl_status":"Paid","gender":"F","grade":"3","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.351Z","location":{"zip":"11433"},"name":{"first":"Christine","middle":"D","last":"Douglas"},"race":"Black
@@ -2341,7 +2341,7 @@ http_interactions:
2341
2341
  or African American","school":"530e595026403103360ff9fd","sis_id":"954752985","state_id":"770757190","student_number":"954752985","id":"530e5968049e75a9262d0613"},"uri":"/v1.1/students/530e5968049e75a9262d0613"},{"data":{"created":"2014-02-26T21:15:20.391Z","credentials":{"district_username":"tommyl70","district_password":"ieR5ait4ACe"},"district":"4fd43cc56d11340000000005","dob":"10/26/1998","ell_status":"N","email":"l_tommy@example.com","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.532Z","location":{"zip":"11224"},"name":{"first":"Tommy","middle":"I","last":"Langworth"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"957214270","state_id":"970294131","student_number":"957214270","id":"530e5968049e75a9262d0614"},"uri":"/v1.1/students/530e5968049e75a9262d0614"},{"data":{"created":"2014-02-26T21:15:20.394Z","credentials":{"district_username":"alexism32","district_password":"iup9uThie"},"district":"4fd43cc56d11340000000005","dob":"4/28/2007","ell_status":"N","email":"m.alexis@example.com","frl_status":"Paid","gender":"F","grade":"Kindergarten","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.537Z","location":{"zip":"10463"},"name":{"first":"Alexis","middle":"E","last":"Miller"},"race":"Two
2342
2342
  or More Races","school":"530e595026403103360ff9fe","sis_id":"957702932","state_id":"575918444","student_number":"957702932","id":"530e5968049e75a9262d0615"},"uri":"/v1.1/students/530e5968049e75a9262d0615"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d05e3"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5968049e75a9262d05e4"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d0615"}]}'
2343
2343
  http_version:
2344
- recorded_at: Mon, 08 Sep 2014 21:31:22 GMT
2344
+ recorded_at: Tue, 09 Sep 2014 21:48:35 GMT
2345
2345
  - request:
2346
2346
  method: get
2347
2347
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d0615
@@ -2350,7 +2350,7 @@ http_interactions:
2350
2350
  string: ''
2351
2351
  headers:
2352
2352
  Accept:
2353
- - ! '*/*; q=0.5, application/xml'
2353
+ - "*/*; q=0.5, application/xml"
2354
2354
  Accept-Encoding:
2355
2355
  - gzip, deflate
2356
2356
  User-Agent:
@@ -2365,13 +2365,13 @@ http_interactions:
2365
2365
  Access-Control-Allow-Methods:
2366
2366
  - GET,PATCH,POST,DELETE
2367
2367
  Access-Control-Allow-Origin:
2368
- - ! '*'
2368
+ - "*"
2369
2369
  Content-Type:
2370
2370
  - application/json; charset=utf-8
2371
2371
  Date:
2372
- - Mon, 08 Sep 2014 21:31:22 GMT
2372
+ - Tue, 09 Sep 2014 21:48:35 GMT
2373
2373
  Etag:
2374
- - ! '"-1099254497"'
2374
+ - '"-1099254497"'
2375
2375
  Server:
2376
2376
  - nginx/1.4.7
2377
2377
  X-Powered-By:
@@ -2381,8 +2381,8 @@ http_interactions:
2381
2381
  Connection:
2382
2382
  - keep-alive
2383
2383
  body:
2384
- encoding: US-ASCII
2385
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:20.399Z","credentials":{"district_username":"amandal89","district_password":"Fai1eYahgh"},"district":"4fd43cc56d11340000000005","dob":"11/20/2005","ell_status":"N","email":"l_amanda@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.541Z","location":{"zip":"10030"},"name":{"first":"Amanda","middle":"D","last":"Lubowitz"},"race":"Black
2384
+ encoding: UTF-8
2385
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:20.399Z","credentials":{"district_username":"amandal89","district_password":"Fai1eYahgh"},"district":"4fd43cc56d11340000000005","dob":"11/20/2005","ell_status":"N","email":"l_amanda@example.net","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.541Z","location":{"zip":"10030"},"name":{"first":"Amanda","middle":"D","last":"Lubowitz"},"race":"Black
2386
2386
  or African American","school":"530e595026403103360ff9fe","sis_id":"957796489","state_id":"800111742","student_number":"957796489","id":"530e5968049e75a9262d0616"},"uri":"/v1.1/students/530e5968049e75a9262d0616"},{"data":{"created":"2014-02-26T21:15:20.403Z","credentials":{"district_username":"brendab99","district_password":"UcooseGah2"},"district":"4fd43cc56d11340000000005","dob":"8/11/1997","ell_status":"N","email":"brenda_b@example.com","frl_status":"Paid","gender":"F","grade":"10","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.543Z","location":{"zip":"10007"},"name":{"first":"Brenda","middle":"E","last":"Becker"},"race":"Black
2387
2387
  or African American","school":"530e595026403103360ff9fd","sis_id":"958428899","state_id":"327371655","student_number":"958428899","id":"530e5968049e75a9262d0617"},"uri":"/v1.1/students/530e5968049e75a9262d0617"},{"data":{"created":"2014-02-26T21:15:20.407Z","credentials":{"district_username":"donaldk27","district_password":"lai6Sahkoo9"},"district":"4fd43cc56d11340000000005","dob":"3/11/2006","ell_status":"N","email":"k.donald@example.com","frl_status":"Paid","gender":"M","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.547Z","location":{"zip":"11427"},"name":{"first":"Donald","middle":"J","last":"Kovacek"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"958709227","state_id":"331462769","student_number":"958709227","id":"530e5968049e75a9262d0618"},"uri":"/v1.1/students/530e5968049e75a9262d0618"},{"data":{"created":"2014-02-26T21:15:20.412Z","credentials":{"district_username":"lillym09","district_password":"odath4Al"},"district":"4fd43cc56d11340000000005","dob":"8/1/1999","ell_status":"N","email":"lilly.m@example.com","frl_status":"Paid","gender":"F","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.552Z","location":{"zip":"10025"},"name":{"first":"Lilly","middle":"O","last":"Mills"},"race":"Black
2388
2388
  or African American","school":"530e595026403103360ff9ff","sis_id":"960399009","state_id":"816013195","student_number":"960399009","id":"530e5968049e75a9262d0619"},"uri":"/v1.1/students/530e5968049e75a9262d0619"},{"data":{"created":"2014-02-26T21:15:20.416Z","credentials":{"district_username":"coreyb45","district_password":"ohM2leithah"},"district":"4fd43cc56d11340000000005","dob":"3/31/1999","ell_status":"Y","email":"b.corey@example.org","frl_status":"Paid","gender":"M","grade":"8","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.556Z","location":{"zip":"10314"},"name":{"first":"Corey","middle":"M","last":"Barrows"},"race":"Black
@@ -2412,7 +2412,7 @@ http_interactions:
2412
2412
  or African American","school":"530e595026403103360ff9ff","sis_id":"988363878","state_id":"528811928","student_number":"988363878","id":"530e5968049e75a9262d0641"},"uri":"/v1.1/students/530e5968049e75a9262d0641"},{"data":{"created":"2014-02-26T21:15:20.591Z","credentials":{"district_username":"marjoriew79","district_password":"ien7fam3Ai"},"district":"4fd43cc56d11340000000005","dob":"8/1/2005","ell_status":"N","email":"w_marjorie@example.org","frl_status":"Paid","gender":"F","grade":"2","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.717Z","location":{"zip":"11436"},"name":{"first":"Marjorie","middle":"J","last":"White"},"race":"Black
2413
2413
  or African American","school":"530e595026403103360ff9fe","sis_id":"989693879","state_id":"568608854","student_number":"989693879","id":"530e5968049e75a9262d0642"},"uri":"/v1.1/students/530e5968049e75a9262d0642"},{"data":{"created":"2014-02-26T21:15:20.595Z","credentials":{"district_username":"stevenr21","district_password":"Cae6Zoogh"},"district":"4fd43cc56d11340000000005","dob":"8/19/2006","ell_status":"N","email":"steven.r@example.com","frl_status":"Paid","gender":"M","grade":"1","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.720Z","location":{"zip":"11413"},"name":{"first":"Steven","middle":"A","last":"Robel"},"race":"Caucasian","school":"530e595026403103360ff9fe","sis_id":"992399521","state_id":"486242945","student_number":"992399521","id":"530e5968049e75a9262d0643"},"uri":"/v1.1/students/530e5968049e75a9262d0643"},{"data":{"created":"2014-02-26T21:15:20.601Z","credentials":{"district_username":"beths47","district_password":"keefooY9anoe"},"district":"4fd43cc56d11340000000005","dob":"1/21/2004","ell_status":"Y","email":"s_beth@example.net","frl_status":"Paid","gender":"F","grade":"3","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.724Z","location":{"zip":"11106"},"name":{"first":"Beth","middle":"K","last":"Spencer"},"race":"Asian","school":"530e595026403103360ff9fe","sis_id":"992702547","state_id":"899990945","student_number":"992702547","id":"530e5968049e75a9262d0644"},"uri":"/v1.1/students/530e5968049e75a9262d0644"},{"data":{"created":"2014-02-26T21:15:20.604Z","credentials":{"district_username":"jeffreyt39","district_password":"Daichaep5"},"district":"4fd43cc56d11340000000005","dob":"2/1/1997","ell_status":"N","email":"jeffrey_t@example.com","frl_status":"Paid","gender":"M","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.728Z","location":{"zip":"10032"},"name":{"first":"Jeffrey","middle":"C","last":"Turner"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"993335439","state_id":"985250921","student_number":"993335439","id":"530e5968049e75a9262d0645"},"uri":"/v1.1/students/530e5968049e75a9262d0645"},{"data":{"created":"2014-02-26T21:15:20.608Z","credentials":{"district_username":"samuelc82","district_password":"Ooghee1j"},"district":"4fd43cc56d11340000000005","dob":"11/28/1998","ell_status":"N","email":"c_samuel@example.org","frl_status":"Paid","gender":"M","grade":"9","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.732Z","location":{"zip":"10035"},"name":{"first":"Samuel","middle":"S","last":"Crona"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"993756982","state_id":"496635778","student_number":"993756982","id":"530e5968049e75a9262d0646"},"uri":"/v1.1/students/530e5968049e75a9262d0646"},{"data":{"created":"2014-02-26T21:15:20.611Z","credentials":{"district_username":"marjoriel40","district_password":"iushoo1It"},"district":"4fd43cc56d11340000000005","dob":"11/4/1997","ell_status":"N","email":"marjorie_l@example.org","frl_status":"Paid","gender":"F","grade":"10","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.735Z","location":{"zip":"10016"},"name":{"first":"Marjorie","middle":"L","last":"Lesch"},"race":"Caucasian","school":"530e595026403103360ff9fd","sis_id":"994397040","state_id":"828598322","student_number":"994397040","id":"530e5968049e75a9262d0647"},"uri":"/v1.1/students/530e5968049e75a9262d0647"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d0615"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5968049e75a9262d0616"},{"rel":"next","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d0647"}]}'
2414
2414
  http_version:
2415
- recorded_at: Mon, 08 Sep 2014 21:31:22 GMT
2415
+ recorded_at: Tue, 09 Sep 2014 21:48:35 GMT
2416
2416
  - request:
2417
2417
  method: get
2418
2418
  uri: https://DEMO_KEY:@api.clever.com//v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d0647
@@ -2421,7 +2421,7 @@ http_interactions:
2421
2421
  string: ''
2422
2422
  headers:
2423
2423
  Accept:
2424
- - ! '*/*; q=0.5, application/xml'
2424
+ - "*/*; q=0.5, application/xml"
2425
2425
  Accept-Encoding:
2426
2426
  - gzip, deflate
2427
2427
  User-Agent:
@@ -2436,13 +2436,13 @@ http_interactions:
2436
2436
  Access-Control-Allow-Methods:
2437
2437
  - GET,PATCH,POST,DELETE
2438
2438
  Access-Control-Allow-Origin:
2439
- - ! '*'
2439
+ - "*"
2440
2440
  Content-Type:
2441
2441
  - application/json; charset=utf-8
2442
2442
  Date:
2443
- - Mon, 08 Sep 2014 21:31:22 GMT
2443
+ - Tue, 09 Sep 2014 21:48:35 GMT
2444
2444
  Etag:
2445
- - ! '"803246346"'
2445
+ - '"803246346"'
2446
2446
  Server:
2447
2447
  - nginx/1.4.7
2448
2448
  X-Powered-By:
@@ -2452,11 +2452,11 @@ http_interactions:
2452
2452
  Connection:
2453
2453
  - keep-alive
2454
2454
  body:
2455
- encoding: US-ASCII
2456
- string: ! '{"data":[{"data":{"created":"2014-02-26T21:15:20.614Z","credentials":{"district_username":"juliar75","district_password":"ohzae9eeR9y"},"district":"4fd43cc56d11340000000005","dob":"2/20/1995","ell_status":"N","email":"julia_r@example.com","frl_status":"Paid","gender":"F","grade":"12","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.740Z","location":{"zip":"10455"},"name":{"first":"Julia","middle":"R","last":"Reinger"},"race":"Black
2455
+ encoding: UTF-8
2456
+ string: '{"data":[{"data":{"created":"2014-02-26T21:15:20.614Z","credentials":{"district_username":"juliar75","district_password":"ohzae9eeR9y"},"district":"4fd43cc56d11340000000005","dob":"2/20/1995","ell_status":"N","email":"julia_r@example.com","frl_status":"Paid","gender":"F","grade":"12","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.740Z","location":{"zip":"10455"},"name":{"first":"Julia","middle":"R","last":"Reinger"},"race":"Black
2457
2457
  or African American","school":"530e595026403103360ff9fd","sis_id":"994416375","state_id":"273880394","student_number":"994416375","id":"530e5968049e75a9262d0648"},"uri":"/v1.1/students/530e5968049e75a9262d0648"},{"data":{"created":"2014-02-26T21:15:20.617Z","credentials":{"district_username":"kateg20","district_password":"eipieYeiz4"},"district":"4fd43cc56d11340000000005","dob":"9/2/1996","ell_status":"Y","email":"g.kate@example.com","frl_status":"Paid","gender":"F","grade":"11","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.743Z","location":{"zip":"11239"},"name":{"first":"Kate","middle":"J","last":"Gutmann"},"race":"Asian","school":"530e595026403103360ff9fd","sis_id":"995477320","state_id":"866850842","student_number":"995477320","id":"530e5968049e75a9262d0649"},"uri":"/v1.1/students/530e5968049e75a9262d0649"},{"data":{"created":"2014-02-26T21:15:20.620Z","credentials":{"district_username":"ritaq35","district_password":"riv4Ahqu4o"},"district":"4fd43cc56d11340000000005","dob":"6/3/2001","ell_status":"N","email":"q.rita@example.org","frl_status":"Paid","gender":"F","grade":"6","hispanic_ethnicity":"Y","iep_status":"","last_modified":"2014-06-04T14:10:44.747Z","location":{"zip":"10022"},"name":{"first":"Rita","middle":"C","last":"Quigley"},"race":"Black
2458
2458
  or African American","school":"530e595026403103360ff9ff","sis_id":"998414435","state_id":"134063200","student_number":"998414435","id":"530e5968049e75a9262d064a"},"uri":"/v1.1/students/530e5968049e75a9262d064a"},{"data":{"created":"2014-02-26T21:15:20.623Z","credentials":{"district_username":"markr17","district_password":"yo0ohYo6ro"},"district":"4fd43cc56d11340000000005","dob":"8/24/1996","ell_status":"N","email":"r_mark@example.com","frl_status":"Paid","gender":"M","grade":"11","hispanic_ethnicity":"N","iep_status":"","last_modified":"2014-06-04T14:10:44.750Z","location":{"zip":"10034"},"name":{"first":"Mark","middle":"S","last":"Reilly"},"race":"American
2459
2459
  Indian","school":"530e595026403103360ff9fd","sis_id":"999447617","state_id":"651135073","student_number":"999447617","id":"530e5968049e75a9262d064b"},"uri":"/v1.1/students/530e5968049e75a9262d064b"}],"links":[{"rel":"self","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&starting_after=530e5968049e75a9262d0647"},{"rel":"prev","uri":"/v1.1/districts/4fd43cc56d11340000000005/students?limit=50&ending_before=530e5968049e75a9262d0648"}]}'
2460
2460
  http_version:
2461
- recorded_at: Mon, 08 Sep 2014 21:31:22 GMT
2461
+ recorded_at: Tue, 09 Sep 2014 21:48:35 GMT
2462
2462
  recorded_with: VCR 2.4.0