{ "uuid": "aac2a660-4019-4095-ae70-1fbd12b96011", "lastMigration": 29, "name": "Data API", "endpointPrefix": "v1.2", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "782b7f48-c115-4505-8b9a-c75b98f21397", "documentation": "Returns a list of student contacts", "method": "get", "endpoint": "contacts", "responses": [ { "uuid": "5c0c039e-15e2-46a0-b088-e1596f5a1e06", "body": "{\n \"data\": [\n {\n \"data\": {\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"phone_type\": \"\",\n \"relationship\": \"\",\n \"sis_id\": \"\",\n \"student\": \"\",\n \"type\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ce00575-3e05-4e5f-a1ce-813fb6e378f5", "documentation": "Returns a specific student contact", "method": "get", "endpoint": "contacts/:id", "responses": [ { "uuid": "d98a0cbc-684a-4aff-822f-470847105155", "body": "{\n \"data\": {\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"phone_type\": \"\",\n \"relationship\": \"\",\n \"sis_id\": \"\",\n \"student\": \"\",\n \"type\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "70552cc7-de87-4522-9724-7e31b5c8b50e", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d4b2345-dc42-41dd-9578-8ffd72f8df7d", "documentation": "Returns the district for a student contact", "method": "get", "endpoint": "contacts/:id/district", "responses": [ { "uuid": "f14b8273-2504-4330-8471-e2a0e378474b", "body": "{\n \"data\": {\n \"id\": \"\",\n \"mdr_number\": \"\",\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ad374ae6-618e-4f68-a3b3-e260196ed2b9", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "efff246e-8cef-493d-872d-c24bd042fa0c", "documentation": "Returns the student for a student contact", "method": "get", "endpoint": "contacts/:id/student", "responses": [ { "uuid": "3da4bd05-ddc0-48b8-9707-5352fa12af3b", "body": "{\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"dob\": \"\",\n \"ell_status\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"email\": \"\",\n \"gender\": \"{{oneOf (array 'M' 'F' '')}}\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"graduation_year\": \"\",\n \"hispanic_ethnicity\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"race\": \"{{oneOf (array 'Caucasian' 'Asian' 'Black or African American' 'American Indian' 'Hawaiian or Other Pacific Islander' 'Two or More Races' 'Unknown' '')}}\",\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"student_number\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "83c8c5ee-8d69-47c4-ba74-6c682fb0615e", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0948732b-7e95-44f1-8038-473e7404fcfb", "documentation": "Returns a list of district admins", "method": "get", "endpoint": "district_admins", "responses": [ { "uuid": "c512c6f0-cdf0-4d4f-9f27-4aabbce927d6", "body": "{\n \"data\": [\n {\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"title\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d4b88b64-7066-4671-a333-41893958a28e", "documentation": "Returns a specific district admin", "method": "get", "endpoint": "district_admins/:id", "responses": [ { "uuid": "ee03d965-0627-4211-b40b-68214586d78a", "body": "{\n \"data\": {\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"title\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf11e45a-b59b-41c1-b1ba-39d9069d68bb", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7add4ba-2fe8-4069-93db-0d9fadc00be6", "documentation": "Returns a list of districts", "method": "get", "endpoint": "districts", "responses": [ { "uuid": "6ac265c7-16b7-43fb-8039-7f8cad7fad58", "body": "{\n \"data\": [\n {\n \"data\": {\n \"id\": \"\",\n \"mdr_number\": \"\",\n \"name\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "30115cfe-efd6-4de2-a556-84b79a9d3f21", "documentation": "Returns a specific district", "method": "get", "endpoint": "districts/:id", "responses": [ { "uuid": "bb1fc6a5-c600-43a1-9fb1-baff8c776a3c", "body": "{\n \"data\": {\n \"id\": \"\",\n \"mdr_number\": \"\",\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a70949c7-2476-4d25-aa55-b19b125f3871", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6f211dc-fc09-4e40-a373-4ff6d8c0c779", "documentation": "Returns the admins for a district", "method": "get", "endpoint": "districts/:id/admins", "responses": [ { "uuid": "7ba5765b-1f88-406c-9342-b75146b5e396", "body": "{\n \"data\": [\n {\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"title\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8d035aa5-a9bb-4530-868d-4f8d570db572", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9950b122-5fe4-4301-ad63-ad59d121dd47", "documentation": "Returns the schools for a district", "method": "get", "endpoint": "districts/:id/schools", "responses": [ { "uuid": "03a8d9cc-aae6-4350-9d2f-633c0f81b068", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"district\": \"\",\n \"high_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"low_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"mdr_number\": \"\",\n \"name\": \"\",\n \"nces_id\": \"\",\n \"phone\": \"\",\n \"principal\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"school_number\": \"\",\n \"sis_id\": \"\",\n \"state_id\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e73afe2c-443f-42f0-b4b5-856273879b82", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61723961-4ff5-40ae-a06a-79467586b1dc", "documentation": "Returns the sections for a district", "method": "get", "endpoint": "districts/:id/sections", "responses": [ { "uuid": "d8a945e4-2e62-40b6-b13c-ab80afa3ea17", "body": "{\n \"data\": [\n {\n \"data\": {\n \"course_description\": \"\",\n \"course_name\": \"\",\n \"course_number\": \"\",\n \"created\": \"\",\n \"district\": \"\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": \"\",\n \"period\": \"\",\n \"school\": \"\",\n \"section_number\": \"\",\n \"sis_id\": \"\",\n \"students\": [\n \"\"\n ],\n \"subject\": \"{{oneOf (array 'english/language arts' 'math' 'science' 'social studies' 'language' 'homeroom/advisory' 'interventions/online learning' 'technology and engineering' 'PE and health' 'arts and music' 'other')}}\",\n \"teacher\": \"\",\n \"teachers\": [\n \"\"\n ],\n \"term\": {\n \"end_date\": \"\",\n \"name\": \"\",\n \"start_date\": \"\"\n }\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3cb3e1ef-922a-48e0-8935-94a2910fb931", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "143368df-532c-4b0f-99bc-47706a85d7f1", "documentation": "Returns the status of the district", "method": "get", "endpoint": "districts/:id/status", "responses": [ { "uuid": "f6d28284-a6bb-48cb-9044-66bcbb5ae285", "body": "{\n \"data\": [\n {\n \"data\": {\n \"error\": \"\",\n \"id\": \"\",\n \"instant_login\": {{faker 'datatype.boolean'}},\n \"last_sync\": \"\",\n \"launch_date\": \"\",\n \"pause_end\": \"\",\n \"pause_start\": \"\",\n \"sis_type\": \"\",\n \"state\": \"{{oneOf (array 'running' 'pending' 'error' 'paused')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b3b97e8f-51ef-4012-9b07-ffea42f502fc", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b265a22-351d-43ad-a3cb-c0407039b275", "documentation": "Returns the students for a district", "method": "get", "endpoint": "districts/:id/students", "responses": [ { "uuid": "bbe78b81-9a30-473f-9f36-ccf5795a933a", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"dob\": \"\",\n \"ell_status\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"email\": \"\",\n \"gender\": \"{{oneOf (array 'M' 'F' '')}}\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"graduation_year\": \"\",\n \"hispanic_ethnicity\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"race\": \"{{oneOf (array 'Caucasian' 'Asian' 'Black or African American' 'American Indian' 'Hawaiian or Other Pacific Islander' 'Two or More Races' 'Unknown' '')}}\",\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"student_number\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e6d8f793-2583-403e-99a4-10bf26a56e56", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f960e07-e45c-4aeb-b091-31a5b1c737b5", "documentation": "Returns the teachers for a district", "method": "get", "endpoint": "districts/:id/teachers", "responses": [ { "uuid": "3850b60f-7c4f-4a22-bad6-ed13eb3d5401", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"teacher_number\": \"\",\n \"title\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76010a54-b15a-40a5-899e-aa2277a03032", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5818ee21-5df3-4038-8a0a-921eea02f334", "documentation": "Returns a list of school admins", "method": "get", "endpoint": "school_admins", "responses": [ { "uuid": "734ea463-c0f1-4760-8a4c-0e48ef8c91fd", "body": "{\n \"data\": [\n {\n \"data\": {\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"schools\": [\n \"\"\n ],\n \"staff_id\": \"\",\n \"title\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d89b5c09-f019-4f31-b75d-94727a5da3b5", "documentation": "Returns a specific school admin", "method": "get", "endpoint": "school_admins/:id", "responses": [ { "uuid": "21e8026c-ff2e-4709-b5a9-13107d8c415b", "body": "{\n \"data\": {\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"schools\": [\n \"\"\n ],\n \"staff_id\": \"\",\n \"title\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cd1aaaa7-d280-4272-a50e-149570d4c26d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "95b772d2-b42a-4349-9412-75f03b82e433", "documentation": "Returns the schools for a school admin", "method": "get", "endpoint": "school_admins/:id/schools", "responses": [ { "uuid": "8c6fe024-8002-4afc-9419-00442a65e069", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"district\": \"\",\n \"high_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"low_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"mdr_number\": \"\",\n \"name\": \"\",\n \"nces_id\": \"\",\n \"phone\": \"\",\n \"principal\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"school_number\": \"\",\n \"sis_id\": \"\",\n \"state_id\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aa9aac54-3ca2-47ed-8ce2-841ccf73a351", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20a45db2-1a0d-46fa-a58b-5ca55e959ab8", "documentation": "Returns a list of schools", "method": "get", "endpoint": "schools", "responses": [ { "uuid": "bb21c2b2-5d03-4953-8ecd-47094aa8b2a0", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"district\": \"\",\n \"high_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"low_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"mdr_number\": \"\",\n \"name\": \"\",\n \"nces_id\": \"\",\n \"phone\": \"\",\n \"principal\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"school_number\": \"\",\n \"sis_id\": \"\",\n \"state_id\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03d727b0-6d19-42d7-956b-8619642d7165", "documentation": "Returns a specific school", "method": "get", "endpoint": "schools/:id", "responses": [ { "uuid": "4d2895a1-cf95-4f30-a883-752fda1fc3f8", "body": "{\n \"data\": {\n \"created\": \"\",\n \"district\": \"\",\n \"high_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"low_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"mdr_number\": \"\",\n \"name\": \"\",\n \"nces_id\": \"\",\n \"phone\": \"\",\n \"principal\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"school_number\": \"\",\n \"sis_id\": \"\",\n \"state_id\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6e29054c-5607-4ebf-9aab-7897b36c2b70", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41251214-4a78-4741-9774-cc9ae8d76c5e", "documentation": "Returns the district for a school", "method": "get", "endpoint": "schools/:id/district", "responses": [ { "uuid": "08d56f76-6bf1-44c2-b77f-d6ca24254492", "body": "{\n \"data\": {\n \"id\": \"\",\n \"mdr_number\": \"\",\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b166eeb1-a41a-4b04-a51e-07acc5b1ee3e", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "062dcac2-7678-4b9b-a73a-53b1af555dd9", "documentation": "Returns the sections for a school", "method": "get", "endpoint": "schools/:id/sections", "responses": [ { "uuid": "ee63d6a3-3034-4b5c-b9c4-0b7aee725503", "body": "{\n \"data\": [\n {\n \"data\": {\n \"course_description\": \"\",\n \"course_name\": \"\",\n \"course_number\": \"\",\n \"created\": \"\",\n \"district\": \"\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": \"\",\n \"period\": \"\",\n \"school\": \"\",\n \"section_number\": \"\",\n \"sis_id\": \"\",\n \"students\": [\n \"\"\n ],\n \"subject\": \"{{oneOf (array 'english/language arts' 'math' 'science' 'social studies' 'language' 'homeroom/advisory' 'interventions/online learning' 'technology and engineering' 'PE and health' 'arts and music' 'other')}}\",\n \"teacher\": \"\",\n \"teachers\": [\n \"\"\n ],\n \"term\": {\n \"end_date\": \"\",\n \"name\": \"\",\n \"start_date\": \"\"\n }\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cc247e82-3771-4a14-a2a7-8515976fb92d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a6cb078-5d5b-4eb5-880d-9cb398509175", "documentation": "Returns the students for a school", "method": "get", "endpoint": "schools/:id/students", "responses": [ { "uuid": "dd711190-3d9d-4e15-b46d-78c75856863b", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"dob\": \"\",\n \"ell_status\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"email\": \"\",\n \"gender\": \"{{oneOf (array 'M' 'F' '')}}\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"graduation_year\": \"\",\n \"hispanic_ethnicity\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"race\": \"{{oneOf (array 'Caucasian' 'Asian' 'Black or African American' 'American Indian' 'Hawaiian or Other Pacific Islander' 'Two or More Races' 'Unknown' '')}}\",\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"student_number\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c1cccb11-d131-42a0-a263-47c9fda59736", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c2915ee6-c493-45f9-8feb-344b4d536459", "documentation": "Returns the teachers for a school", "method": "get", "endpoint": "schools/:id/teachers", "responses": [ { "uuid": "69535c5f-15b4-4e49-a4dd-56abe40d8e93", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"teacher_number\": \"\",\n \"title\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5241929b-c974-457f-a759-da4eb98fd543", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26558772-0616-4fa9-bf81-b01a2730c55c", "documentation": "Returns a list of sections", "method": "get", "endpoint": "sections", "responses": [ { "uuid": "59a0ddf2-90a2-4bc0-ae66-6804847e0379", "body": "{\n \"data\": [\n {\n \"data\": {\n \"course_description\": \"\",\n \"course_name\": \"\",\n \"course_number\": \"\",\n \"created\": \"\",\n \"district\": \"\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": \"\",\n \"period\": \"\",\n \"school\": \"\",\n \"section_number\": \"\",\n \"sis_id\": \"\",\n \"students\": [\n \"\"\n ],\n \"subject\": \"{{oneOf (array 'english/language arts' 'math' 'science' 'social studies' 'language' 'homeroom/advisory' 'interventions/online learning' 'technology and engineering' 'PE and health' 'arts and music' 'other')}}\",\n \"teacher\": \"\",\n \"teachers\": [\n \"\"\n ],\n \"term\": {\n \"end_date\": \"\",\n \"name\": \"\",\n \"start_date\": \"\"\n }\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b561316-ed4d-4a3c-a7ed-e90aa11a9d86", "documentation": "Returns a specific section", "method": "get", "endpoint": "sections/:id", "responses": [ { "uuid": "2ca47d00-308a-473b-93c6-cd57894b4689", "body": "{\n \"data\": {\n \"course_description\": \"\",\n \"course_name\": \"\",\n \"course_number\": \"\",\n \"created\": \"\",\n \"district\": \"\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": \"\",\n \"period\": \"\",\n \"school\": \"\",\n \"section_number\": \"\",\n \"sis_id\": \"\",\n \"students\": [\n \"\"\n ],\n \"subject\": \"{{oneOf (array 'english/language arts' 'math' 'science' 'social studies' 'language' 'homeroom/advisory' 'interventions/online learning' 'technology and engineering' 'PE and health' 'arts and music' 'other')}}\",\n \"teacher\": \"\",\n \"teachers\": [\n \"\"\n ],\n \"term\": {\n \"end_date\": \"\",\n \"name\": \"\",\n \"start_date\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f5448e78-b6fa-4cc3-a76c-5230f3bcce4d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8ab2943-7e31-420f-99df-13fe22be2c6d", "documentation": "Returns the district for a section", "method": "get", "endpoint": "sections/:id/district", "responses": [ { "uuid": "9dc27c42-1ed6-4908-ae75-39e013d2f3ec", "body": "{\n \"data\": {\n \"id\": \"\",\n \"mdr_number\": \"\",\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "966dc5ff-abc0-47da-a7e0-3d2243892699", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7eb0b2cb-fd90-441a-82fe-92fb8819ad5f", "documentation": "Returns the school for a section", "method": "get", "endpoint": "sections/:id/school", "responses": [ { "uuid": "dce3e5ee-15c9-4103-b829-25b490e0b3ee", "body": "{\n \"data\": {\n \"created\": \"\",\n \"district\": \"\",\n \"high_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"low_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"mdr_number\": \"\",\n \"name\": \"\",\n \"nces_id\": \"\",\n \"phone\": \"\",\n \"principal\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"school_number\": \"\",\n \"sis_id\": \"\",\n \"state_id\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2eb60d4f-2070-4328-9cdb-6e460e45ae86", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0c0ad16-825c-43a7-a04c-97f98f1d359c", "documentation": "Returns the students for a section", "method": "get", "endpoint": "sections/:id/students", "responses": [ { "uuid": "996b1f1c-9541-46c5-9e22-b395f79b5fd7", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"dob\": \"\",\n \"ell_status\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"email\": \"\",\n \"gender\": \"{{oneOf (array 'M' 'F' '')}}\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"graduation_year\": \"\",\n \"hispanic_ethnicity\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"race\": \"{{oneOf (array 'Caucasian' 'Asian' 'Black or African American' 'American Indian' 'Hawaiian or Other Pacific Islander' 'Two or More Races' 'Unknown' '')}}\",\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"student_number\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "38d035f5-a375-4270-9690-70e84551ba24", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "371f0c69-3e7b-4fee-b5cd-b26e870d6a8e", "documentation": "Returns the primary teacher for a section", "method": "get", "endpoint": "sections/:id/teacher", "responses": [ { "uuid": "b8a073e9-cba4-47ff-8a03-a213d26da675", "body": "{\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"teacher_number\": \"\",\n \"title\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f848da98-2820-40c4-ad31-4ebc16c05ba6", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11fe8fc1-b279-4a14-97ee-2ceaba2d3250", "documentation": "Returns the teachers for a section", "method": "get", "endpoint": "sections/:id/teachers", "responses": [ { "uuid": "9a45910e-8b3d-4162-9be5-db16f1d2991c", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"teacher_number\": \"\",\n \"title\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "37d31fd0-ae06-4449-8b2a-939b53ebe85e", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7845bbd-49af-4e4c-acfa-1ca78b13bff7", "documentation": "Returns a list of students", "method": "get", "endpoint": "students", "responses": [ { "uuid": "24f9803a-61a2-4607-a7d7-9fb621171734", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"dob\": \"\",\n \"ell_status\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"email\": \"\",\n \"gender\": \"{{oneOf (array 'M' 'F' '')}}\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"graduation_year\": \"\",\n \"hispanic_ethnicity\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"race\": \"{{oneOf (array 'Caucasian' 'Asian' 'Black or African American' 'American Indian' 'Hawaiian or Other Pacific Islander' 'Two or More Races' 'Unknown' '')}}\",\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"student_number\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe279827-eb5d-4ad2-9be4-b5832a00ce68", "documentation": "Returns a specific student", "method": "get", "endpoint": "students/:id", "responses": [ { "uuid": "d8671b29-5dd9-484e-be0a-0fe4ef6a580c", "body": "{\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"dob\": \"\",\n \"ell_status\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"email\": \"\",\n \"gender\": \"{{oneOf (array 'M' 'F' '')}}\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"graduation_year\": \"\",\n \"hispanic_ethnicity\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"race\": \"{{oneOf (array 'Caucasian' 'Asian' 'Black or African American' 'American Indian' 'Hawaiian or Other Pacific Islander' 'Two or More Races' 'Unknown' '')}}\",\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"student_number\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "55bd3d3d-f0c8-4f7a-89b2-5cd11f4d3dd6", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e6c58ed-2e28-43b2-9b9d-4e8aade7b104", "documentation": "Returns the contacts for a student", "method": "get", "endpoint": "students/:id/contacts", "responses": [ { "uuid": "f907b3be-6470-4be0-99d0-1ae1a84ac6ef", "body": "{\n \"data\": [\n {\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"phone_type\": \"\",\n \"relationship\": \"\",\n \"sis_id\": \"\",\n \"student\": \"\",\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "12bd5145-88ee-47aa-adf9-d180e641e160", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b86ba67f-7747-4580-b7a0-ed9741cc8f68", "documentation": "Returns the district for a student", "method": "get", "endpoint": "students/:id/district", "responses": [ { "uuid": "ea9623cd-3755-41d7-8d62-03fcd7805524", "body": "{\n \"data\": {\n \"id\": \"\",\n \"mdr_number\": \"\",\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f56501e2-bc45-4130-a03e-bc5901380726", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4fd6469d-d33c-44d4-9fe5-54d59da266f3", "documentation": "Returns the primary school for a student", "method": "get", "endpoint": "students/:id/school", "responses": [ { "uuid": "6a3bd34e-fc43-4608-9803-b5f71ed40018", "body": "{\n \"data\": {\n \"created\": \"\",\n \"district\": \"\",\n \"high_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"low_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"mdr_number\": \"\",\n \"name\": \"\",\n \"nces_id\": \"\",\n \"phone\": \"\",\n \"principal\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"school_number\": \"\",\n \"sis_id\": \"\",\n \"state_id\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a1d40ef2-f21e-4baa-b47e-7df6fac84d6b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52c563a1-b29c-443a-9442-0f94e029915b", "documentation": "Returns the sections for a student", "method": "get", "endpoint": "students/:id/sections", "responses": [ { "uuid": "4bf72e6d-e6e7-4048-88de-b30500cfbf8e", "body": "{\n \"data\": [\n {\n \"data\": {\n \"course_description\": \"\",\n \"course_name\": \"\",\n \"course_number\": \"\",\n \"created\": \"\",\n \"district\": \"\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": \"\",\n \"period\": \"\",\n \"school\": \"\",\n \"section_number\": \"\",\n \"sis_id\": \"\",\n \"students\": [\n \"\"\n ],\n \"subject\": \"{{oneOf (array 'english/language arts' 'math' 'science' 'social studies' 'language' 'homeroom/advisory' 'interventions/online learning' 'technology and engineering' 'PE and health' 'arts and music' 'other')}}\",\n \"teacher\": \"\",\n \"teachers\": [\n \"\"\n ],\n \"term\": {\n \"end_date\": \"\",\n \"name\": \"\",\n \"start_date\": \"\"\n }\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fb15815e-4b08-4e9c-83eb-cbd2edaee9c4", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab0dc4b6-a83c-44ad-beef-baab7acdf155", "documentation": "Returns the teachers for a student", "method": "get", "endpoint": "students/:id/teachers", "responses": [ { "uuid": "285dea36-8c82-4dcd-8568-01128d12f042", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"teacher_number\": \"\",\n \"title\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c1dbfef1-8791-4bef-9e65-1fbf7c13f58f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e47a50f7-8e4e-4488-9ae0-b3e831ad9936", "documentation": "Returns a list of teachers", "method": "get", "endpoint": "teachers", "responses": [ { "uuid": "15c1cde9-3111-4151-8fb0-e26a0076107d", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"teacher_number\": \"\",\n \"title\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "731807ff-e420-4bb1-a8d2-bbb6c6811f33", "documentation": "Returns a specific teacher", "method": "get", "endpoint": "teachers/:id", "responses": [ { "uuid": "1253204f-f57c-4e62-b184-f959fc63e82a", "body": "{\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"teacher_number\": \"\",\n \"title\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9ebe5cdf-9c31-433d-80b4-a7cbb98b5d17", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e97959d-40a8-47c0-9f59-7def8e575444", "documentation": "Returns the district for a teacher", "method": "get", "endpoint": "teachers/:id/district", "responses": [ { "uuid": "f176fb49-3bed-42ef-b871-2952874cd232", "body": "{\n \"data\": {\n \"id\": \"\",\n \"mdr_number\": \"\",\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a99d9952-a44e-443c-91cb-c77854ffcf42", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b43fb3e-184c-492f-bfdc-8608d5563309", "documentation": "Returns the grade levels for sections a teacher teaches", "method": "get", "endpoint": "teachers/:id/grade_levels", "responses": [ { "uuid": "7dc4875d-ac64-4faa-94a9-c7d192398376", "body": "{\n \"data\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1642610a-7cea-4edd-beff-c5a9b2928479", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "882301fe-339e-441b-a077-1e29c4ecc97b", "documentation": "Retrieves school info for a teacher.", "method": "get", "endpoint": "teachers/:id/school", "responses": [ { "uuid": "f6f29c6a-4ac0-4b07-97f6-ded1fd0f4ab7", "body": "{\n \"data\": {\n \"created\": \"\",\n \"district\": \"\",\n \"high_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"low_grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"mdr_number\": \"\",\n \"name\": \"\",\n \"nces_id\": \"\",\n \"phone\": \"\",\n \"principal\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"school_number\": \"\",\n \"sis_id\": \"\",\n \"state_id\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "69c54505-7f27-486e-b3c6-3c85b19817cc", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbba84d1-d583-451f-9f60-39a023fe97d0", "documentation": "Returns the sections for a teacher", "method": "get", "endpoint": "teachers/:id/sections", "responses": [ { "uuid": "8da2e952-644b-433b-aad0-e9fcedcf4869", "body": "{\n \"data\": [\n {\n \"data\": {\n \"course_description\": \"\",\n \"course_name\": \"\",\n \"course_number\": \"\",\n \"created\": \"\",\n \"district\": \"\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"name\": \"\",\n \"period\": \"\",\n \"school\": \"\",\n \"section_number\": \"\",\n \"sis_id\": \"\",\n \"students\": [\n \"\"\n ],\n \"subject\": \"{{oneOf (array 'english/language arts' 'math' 'science' 'social studies' 'language' 'homeroom/advisory' 'interventions/online learning' 'technology and engineering' 'PE and health' 'arts and music' 'other')}}\",\n \"teacher\": \"\",\n \"teachers\": [\n \"\"\n ],\n \"term\": {\n \"end_date\": \"\",\n \"name\": \"\",\n \"start_date\": \"\"\n }\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "12ad4a60-27cb-4d99-bef5-8973cb9668b5", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d1a4a736-d09a-4cc0-a616-848fc48ca2d1", "documentation": "Returns the students for a teacher", "method": "get", "endpoint": "teachers/:id/students", "responses": [ { "uuid": "93f9a234-a9c8-44b2-b22f-b844a1a8db57", "body": "{\n \"data\": [\n {\n \"data\": {\n \"created\": \"\",\n \"credentials\": {\n \"district_username\": \"\"\n },\n \"district\": \"\",\n \"dob\": \"\",\n \"ell_status\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"email\": \"\",\n \"gender\": \"{{oneOf (array 'M' 'F' '')}}\",\n \"grade\": \"{{oneOf (array '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' 'PreKindergarten' 'Kindergarten' 'PostGraduate' 'Other')}}\",\n \"graduation_year\": \"\",\n \"hispanic_ethnicity\": \"{{oneOf (array 'Y' 'N' '')}}\",\n \"id\": \"\",\n \"last_modified\": \"\",\n \"location\": {\n \"address\": \"\",\n \"city\": \"\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"name\": {\n \"first\": \"\",\n \"last\": \"\",\n \"middle\": \"\"\n },\n \"race\": \"{{oneOf (array 'Caucasian' 'Asian' 'Black or African American' 'American Indian' 'Hawaiian or Other Pacific Islander' 'Two or More Races' 'Unknown' '')}}\",\n \"school\": \"\",\n \"schools\": [\n \"\"\n ],\n \"sis_id\": \"\",\n \"state_id\": \"\",\n \"student_number\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5c2cd4b8-13af-46d8-9417-17af160eb326", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Entity Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "782b7f48-c115-4505-8b9a-c75b98f21397" }, { "type": "route", "uuid": "3ce00575-3e05-4e5f-a1ce-813fb6e378f5" }, { "type": "route", "uuid": "0d4b2345-dc42-41dd-9578-8ffd72f8df7d" }, { "type": "route", "uuid": "efff246e-8cef-493d-872d-c24bd042fa0c" }, { "type": "route", "uuid": "0948732b-7e95-44f1-8038-473e7404fcfb" }, { "type": "route", "uuid": "d4b88b64-7066-4671-a333-41893958a28e" }, { "type": "route", "uuid": "c7add4ba-2fe8-4069-93db-0d9fadc00be6" }, { "type": "route", "uuid": "30115cfe-efd6-4de2-a556-84b79a9d3f21" }, { "type": "route", "uuid": "e6f211dc-fc09-4e40-a373-4ff6d8c0c779" }, { "type": "route", "uuid": "9950b122-5fe4-4301-ad63-ad59d121dd47" }, { "type": "route", "uuid": "61723961-4ff5-40ae-a06a-79467586b1dc" }, { "type": "route", "uuid": "143368df-532c-4b0f-99bc-47706a85d7f1" }, { "type": "route", "uuid": "2b265a22-351d-43ad-a3cb-c0407039b275" }, { "type": "route", "uuid": "3f960e07-e45c-4aeb-b091-31a5b1c737b5" }, { "type": "route", "uuid": "5818ee21-5df3-4038-8a0a-921eea02f334" }, { "type": "route", "uuid": "d89b5c09-f019-4f31-b75d-94727a5da3b5" }, { "type": "route", "uuid": "95b772d2-b42a-4349-9412-75f03b82e433" }, { "type": "route", "uuid": "20a45db2-1a0d-46fa-a58b-5ca55e959ab8" }, { "type": "route", "uuid": "03d727b0-6d19-42d7-956b-8619642d7165" }, { "type": "route", "uuid": "41251214-4a78-4741-9774-cc9ae8d76c5e" }, { "type": "route", "uuid": "062dcac2-7678-4b9b-a73a-53b1af555dd9" }, { "type": "route", "uuid": "2a6cb078-5d5b-4eb5-880d-9cb398509175" }, { "type": "route", "uuid": "c2915ee6-c493-45f9-8feb-344b4d536459" }, { "type": "route", "uuid": "26558772-0616-4fa9-bf81-b01a2730c55c" }, { "type": "route", "uuid": "8b561316-ed4d-4a3c-a7ed-e90aa11a9d86" }, { "type": "route", "uuid": "e8ab2943-7e31-420f-99df-13fe22be2c6d" }, { "type": "route", "uuid": "7eb0b2cb-fd90-441a-82fe-92fb8819ad5f" }, { "type": "route", "uuid": "b0c0ad16-825c-43a7-a04c-97f98f1d359c" }, { "type": "route", "uuid": "371f0c69-3e7b-4fee-b5cd-b26e870d6a8e" }, { "type": "route", "uuid": "11fe8fc1-b279-4a14-97ee-2ceaba2d3250" }, { "type": "route", "uuid": "c7845bbd-49af-4e4c-acfa-1ca78b13bff7" }, { "type": "route", "uuid": "fe279827-eb5d-4ad2-9be4-b5832a00ce68" }, { "type": "route", "uuid": "0e6c58ed-2e28-43b2-9b9d-4e8aade7b104" }, { "type": "route", "uuid": "b86ba67f-7747-4580-b7a0-ed9741cc8f68" }, { "type": "route", "uuid": "4fd6469d-d33c-44d4-9fe5-54d59da266f3" }, { "type": "route", "uuid": "52c563a1-b29c-443a-9442-0f94e029915b" }, { "type": "route", "uuid": "ab0dc4b6-a83c-44ad-beef-baab7acdf155" }, { "type": "route", "uuid": "e47a50f7-8e4e-4488-9ae0-b3e831ad9936" }, { "type": "route", "uuid": "731807ff-e420-4bb1-a8d2-bbb6c6811f33" }, { "type": "route", "uuid": "5e97959d-40a8-47c0-9f59-7def8e575444" }, { "type": "route", "uuid": "6b43fb3e-184c-492f-bfdc-8608d5563309" }, { "type": "route", "uuid": "882301fe-339e-441b-a077-1e29c4ecc97b" }, { "type": "route", "uuid": "fbba84d1-d583-451f-9f60-39a023fe97d0" }, { "type": "route", "uuid": "d1a4a736-d09a-4cc0-a616-848fc48ca2d1" } ] }