{"collection":{"info":{"_postman_id":"fc237174-e824-49bf-9a92-dc304b4bc8f6","name":"Edlink API","description":"A collection containing all of the endpoints for a basic user flow.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2021-08-11T17:24:46.000Z","updatedAt":"2022-09-19T22:40:44.000Z","lastUpdatedBy":"23437198","uid":"14522809-fc237174-e824-49bf-9a92-dc304b4bc8f6"},"item":[{"name":"SSO Authentication","item":[{"name":"Exchange Code for Access Token","id":"be3b381a-643f-40d9-ae6e-4c5762b172da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\": \"{{application_id}}\",\n\t\"client_secret\": \"{{application_secret}}\",\n\t\"grant_type\": \"authorization_code\",\n\t\"code\": \"{{authorization_code}}\",\n\t\"redirect_uri\": \"{{redirect_uri}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/authentication/token","protocol":"https","host":["ed","link"],"path":["api","authentication","token"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2022-03-21T21:49:56.000Z","uid":"14522809-be3b381a-643f-40d9-ae6e-4c5762b172da"},{"name":"Refresh Access Token","id":"4ae93bd7-4456-42e8-8b46-b6f40cefc992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\": \"{{application_id}}\",\n\t\"client_secret\": \"{{application_secret}}\",\n\t\"grant_type\": \"refresh_token\",\n\t\"refresh_token\": \"{{refresh_token}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/authentication/token","protocol":"https","host":["ed","link"],"path":["api","authentication","token"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:05:25.000Z","uid":"14522809-4ae93bd7-4456-42e8-8b46-b6f40cefc992"},{"name":"Generate Login Request","id":"02f0f6da-900c-4e85-9461-d07de1e93fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/sso/login?client_id={{application_id}}&redirect_uri={{redirect_uri}}&state={{$randomUUID}}","protocol":"https","host":["ed","link"],"path":["sso","login"],"query":[{"key":"client_id","value":"{{application_id}}"},{"key":"redirect_uri","value":"{{redirect_uri}}"},{"key":"state","value":"{{$randomUUID}}"}]}},"response":[],"createdAt":"2021-08-11T17:49:40.000Z","updatedAt":"2021-08-11T17:52:02.000Z","uid":"14522809-02f0f6da-900c-4e85-9461-d07de1e93fac"}],"id":"e0773e20-9b70-46e6-aac6-0c18a73ff378","createdAt":"2021-08-11T17:24:46.000Z","updatedAt":"2021-08-11T18:19:29.000Z","uid":"14522809-e0773e20-9b70-46e6-aac6-0c18a73ff378"},{"name":"v2","item":[{"name":"Graph API","item":[{"name":"Districts","item":[{"name":"List Districts","id":"645ed28f-6b0e-46d6-b357-1a2653ea4616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/districts","protocol":"https","host":["ed","link"],"path":["api","v2","graph","districts"]}},"response":[],"createdAt":"2021-08-11T17:56:33.000Z","updatedAt":"2021-08-11T18:17:12.000Z","uid":"14522809-645ed28f-6b0e-46d6-b357-1a2653ea4616"},{"name":"Fetch District By ID","id":"6967a657-abd1-4dda-9519-4c0dcdb11df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/districts/{{district_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","districts","{{district_id}}"]}},"response":[],"createdAt":"2021-08-11T18:06:29.000Z","updatedAt":"2021-08-11T18:30:03.000Z","uid":"14522809-6967a657-abd1-4dda-9519-4c0dcdb11df0"},{"name":"List District Administrators","id":"dc96a693-c57d-48b9-88b5-9f93905024ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/districts/{{district_id}}/administrators","protocol":"https","host":["ed","link"],"path":["api","v2","graph","districts","{{district_id}}","administrators"]}},"response":[],"createdAt":"2021-08-11T18:06:53.000Z","updatedAt":"2021-08-11T18:17:02.000Z","uid":"14522809-dc96a693-c57d-48b9-88b5-9f93905024ea"}],"id":"0f11e5e8-1f1a-455b-bc2d-330c3f74b229","createdAt":"2021-08-11T18:01:42.000Z","updatedAt":"2021-08-11T18:07:50.000Z","uid":"14522809-0f11e5e8-1f1a-455b-bc2d-330c3f74b229"},{"name":"Schools","item":[{"name":"List Schools","id":"c63ec43c-71a0-4335-b6a4-a9b67ba3224b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools"]}},"response":[],"createdAt":"2021-08-11T18:07:45.000Z","updatedAt":"2021-08-11T18:17:24.000Z","uid":"14522809-c63ec43c-71a0-4335-b6a4-a9b67ba3224b"},{"name":"Fetch School By ID","id":"6791649f-1462-4d66-a992-23594039704b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}"]}},"response":[],"createdAt":"2021-08-11T18:12:47.000Z","updatedAt":"2021-08-11T18:30:51.000Z","uid":"14522809-6791649f-1462-4d66-a992-23594039704b"},{"name":"List Classes By School","id":"8478dfc2-71ae-44b0-8202-e2b2d7323d5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}/classes","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}","classes"]}},"response":[],"createdAt":"2021-08-11T18:14:19.000Z","updatedAt":"2021-08-11T18:30:58.000Z","uid":"14522809-8478dfc2-71ae-44b0-8202-e2b2d7323d5f"},{"name":"List Courses By School","id":"2dc241dc-2ada-424c-a435-2b208a44a6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}/courses","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}","courses"]}},"response":[],"createdAt":"2021-08-11T18:15:27.000Z","updatedAt":"2021-08-11T18:31:03.000Z","uid":"14522809-2dc241dc-2ada-424c-a435-2b208a44a6f5"},{"name":"List Sessions By School","id":"3300868e-3d03-4d6f-b897-7a96bb5d70af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}/sessions","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}","sessions"]}},"response":[],"createdAt":"2021-08-11T18:16:17.000Z","updatedAt":"2021-08-11T18:31:08.000Z","uid":"14522809-3300868e-3d03-4d6f-b897-7a96bb5d70af"},{"name":"List People By School","id":"b104a70b-b94c-4c12-a0d2-766e5e1dc41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}/people","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}","people"]}},"response":[],"createdAt":"2021-08-11T18:16:32.000Z","updatedAt":"2021-08-11T18:31:14.000Z","uid":"14522809-b104a70b-b94c-4c12-a0d2-766e5e1dc41b"},{"name":"List Administrators By School","id":"a9f5a617-f3ce-43ad-9ced-dbec51081431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}/administrators","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}","administrators"]}},"response":[],"createdAt":"2021-08-11T18:17:39.000Z","updatedAt":"2021-08-11T18:31:21.000Z","uid":"14522809-a9f5a617-f3ce-43ad-9ced-dbec51081431"},{"name":"List Teachers By School","id":"01f43532-b92e-4560-a047-7adde2daf3ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}/teachers","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}","teachers"]}},"response":[],"createdAt":"2021-08-11T18:20:36.000Z","updatedAt":"2021-08-11T18:31:27.000Z","uid":"14522809-01f43532-b92e-4560-a047-7adde2daf3ad"},{"name":"List Students By School","id":"9eb92224-5698-49ae-b022-48317fab64e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/schools/{{school_id}}/students","protocol":"https","host":["ed","link"],"path":["api","v2","graph","schools","{{school_id}}","students"]}},"response":[],"createdAt":"2021-08-11T18:20:52.000Z","updatedAt":"2021-08-11T18:31:31.000Z","uid":"14522809-9eb92224-5698-49ae-b022-48317fab64e2"}],"id":"9dd801a6-3d7b-4cc7-9331-896272dcc24a","createdAt":"2021-08-11T18:07:27.000Z","updatedAt":"2021-08-11T18:20:52.000Z","uid":"14522809-9dd801a6-3d7b-4cc7-9331-896272dcc24a"},{"name":"Classes","item":[{"name":"List Classes","id":"4b19f2d6-841d-48ea-9ef6-8944cb21a84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes"]}},"response":[],"createdAt":"2021-08-11T18:22:12.000Z","updatedAt":"2021-08-11T18:22:26.000Z","uid":"14522809-4b19f2d6-841d-48ea-9ef6-8944cb21a84a"},{"name":"Fetch Class By ID","id":"38146200-a6e5-4bca-a4f9-85bc5094bd8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}"]}},"response":[],"createdAt":"2021-08-11T18:22:33.000Z","updatedAt":"2021-08-11T18:36:25.000Z","uid":"14522809-38146200-a6e5-4bca-a4f9-85bc5094bd8c"},{"name":"List Sections By Class","id":"3c921bad-3854-419a-a897-c3bf78140be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/sections","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","sections"]}},"response":[],"createdAt":"2021-08-11T18:23:13.000Z","updatedAt":"2021-08-11T18:32:29.000Z","uid":"14522809-3c921bad-3854-419a-a897-c3bf78140be9"},{"name":"List Enrollments By Class","id":"ade0a1fe-d5a5-46e1-8c4a-9efc0ea88575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/enrollments","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","enrollments"]}},"response":[],"createdAt":"2021-08-11T18:24:52.000Z","updatedAt":"2021-08-11T18:32:39.000Z","uid":"14522809-ade0a1fe-d5a5-46e1-8c4a-9efc0ea88575"},{"name":"List People By Class","id":"abe7daea-a830-421b-ae96-1e46fa0d7059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/people","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","people"]}},"response":[],"createdAt":"2021-08-11T18:25:17.000Z","updatedAt":"2021-08-11T18:32:44.000Z","uid":"14522809-abe7daea-a830-421b-ae96-1e46fa0d7059"},{"name":"List Teachers By Class","id":"992cb861-ca54-4898-8749-ab61ed9220dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/teachers","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","teachers"]}},"response":[],"createdAt":"2021-08-11T18:25:42.000Z","updatedAt":"2021-08-11T18:32:49.000Z","uid":"14522809-992cb861-ca54-4898-8749-ab61ed9220dd"},{"name":"List Students By Class","id":"ae608518-c87d-4313-a7e8-626717e54bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/students","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","students"]}},"response":[],"createdAt":"2021-08-11T18:25:56.000Z","updatedAt":"2021-08-11T18:32:54.000Z","uid":"14522809-ae608518-c87d-4313-a7e8-626717e54bde"},{"name":"List Meetings By Class","id":"fdc6d694-0e0f-407b-83c8-021f7c607331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/meetings","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","meetings"]}},"response":[],"createdAt":"2024-11-27T23:14:02.000Z","updatedAt":"2024-11-27T23:14:32.000Z","uid":"14522809-fdc6d694-0e0f-407b-83c8-021f7c607331"},{"name":"Fetch Meeting By Class","id":"8a03b1bd-aa0c-4d39-83f0-7a877b4a935d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/meetings/{{meeting_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","meetings","{{meeting_id}}"]}},"response":[],"createdAt":"2024-11-27T23:14:46.000Z","updatedAt":"2024-11-27T23:15:13.000Z","uid":"14522809-8a03b1bd-aa0c-4d39-83f0-7a877b4a935d"}],"id":"a0014f97-f4e9-4232-bb6a-0ffd806bf494","createdAt":"2021-08-11T18:21:20.000Z","updatedAt":"2024-11-27T23:14:46.000Z","uid":"14522809-a0014f97-f4e9-4232-bb6a-0ffd806bf494"},{"name":"Sections","item":[{"name":"List Sections","id":"bf61a27c-6ff6-46b5-9c90-c384ad2dd2ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sections","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sections"]}},"response":[],"createdAt":"2021-08-11T18:27:06.000Z","updatedAt":"2021-08-11T18:27:25.000Z","uid":"14522809-bf61a27c-6ff6-46b5-9c90-c384ad2dd2ac"},{"name":"Fetch Section By ID","id":"b1a7ac2e-510e-491a-8ee2-4d52dfe19acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sections/{{section_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sections","{{section_id}}"]}},"response":[],"createdAt":"2021-08-11T18:27:36.000Z","updatedAt":"2021-08-11T18:36:30.000Z","uid":"14522809-b1a7ac2e-510e-491a-8ee2-4d52dfe19acc"},{"name":"List Enrollments By Section","id":"26b64afe-3dc9-4b0d-b593-48ee0ebac1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sections/{{section_id}}/enrollments","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sections","{{section_id}}","enrollments"]}},"response":[],"createdAt":"2021-08-11T18:27:57.000Z","updatedAt":"2021-08-11T18:35:29.000Z","uid":"14522809-26b64afe-3dc9-4b0d-b593-48ee0ebac1ed"},{"name":"List People By Section","id":"f9f05c45-e981-4d5f-8f76-4faf2f2ae259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sections/{{section_id}}/people","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sections","{{section_id}}","people"]}},"response":[],"createdAt":"2021-08-11T18:28:36.000Z","updatedAt":"2022-09-19T22:40:36.000Z","uid":"14522809-f9f05c45-e981-4d5f-8f76-4faf2f2ae259"},{"name":"List Teachers By Section","id":"fca19104-7394-4326-945c-df6bbc88065c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sections/{{section_id}}/teachers","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sections","{{section_id}}","teachers"]}},"response":[],"createdAt":"2021-08-11T18:28:52.000Z","updatedAt":"2021-08-11T18:35:39.000Z","uid":"14522809-fca19104-7394-4326-945c-df6bbc88065c"},{"name":"List Students By Section","id":"882f4bfe-471d-4ab4-9226-630d1a8c3742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sections/{{section_id}}/students","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sections","{{section_id}}","students"]}},"response":[],"createdAt":"2021-08-11T18:29:10.000Z","updatedAt":"2021-08-11T18:35:45.000Z","uid":"14522809-882f4bfe-471d-4ab4-9226-630d1a8c3742"}],"id":"f914d8fe-6b34-4a53-8ffd-433db9805ef4","createdAt":"2021-08-11T18:26:42.000Z","updatedAt":"2021-08-11T18:29:11.000Z","uid":"14522809-f914d8fe-6b34-4a53-8ffd-433db9805ef4"},{"name":"People","item":[{"name":"List People","id":"f3f2bca4-2ea3-492c-bff2-846271550557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people"]}},"response":[],"createdAt":"2021-08-11T18:29:25.000Z","updatedAt":"2021-08-11T18:29:42.000Z","uid":"14522809-f3f2bca4-2ea3-492c-bff2-846271550557"},{"name":"Fetch Person By ID","id":"52d14d90-a570-4b69-b358-ea028de9a89c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people/{{person_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people","{{person_id}}"]}},"response":[],"createdAt":"2021-08-11T18:29:25.000Z","updatedAt":"2021-08-11T18:35:14.000Z","uid":"14522809-52d14d90-a570-4b69-b358-ea028de9a89c"},{"name":"List Enrollments By Person","id":"db04a6b7-5135-44fe-a1ee-1a1598d141f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people/{{person_id}}/enrollments","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people","{{person_id}}","enrollments"]}},"response":[],"createdAt":"2021-08-11T18:30:42.000Z","updatedAt":"2021-08-11T18:35:17.000Z","uid":"14522809-db04a6b7-5135-44fe-a1ee-1a1598d141f2"},{"name":"List Districts By Person","id":"8e3368c2-db4e-4210-99f7-7bd457bc89ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people/{{person_id}}/districts","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people","{{person_id}}","districts"]}},"response":[],"createdAt":"2021-08-11T18:31:11.000Z","updatedAt":"2021-08-11T18:35:20.000Z","uid":"14522809-8e3368c2-db4e-4210-99f7-7bd457bc89ec"},{"name":"List Schools By Person","id":"cf3b5b7f-5898-4917-8a24-d3bd44c3570e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people/{{person_id}}/schools","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people","{{person_id}}","schools"]}},"response":[],"createdAt":"2021-08-11T18:31:24.000Z","updatedAt":"2021-08-11T18:35:23.000Z","uid":"14522809-cf3b5b7f-5898-4917-8a24-d3bd44c3570e"},{"name":"List Classes By Person","id":"088dad09-4b17-481b-925e-ebf57110a825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people/{{person_id}}/classes","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people","{{person_id}}","classes"]}},"response":[],"createdAt":"2021-08-11T18:31:40.000Z","updatedAt":"2021-08-11T18:35:26.000Z","uid":"14522809-088dad09-4b17-481b-925e-ebf57110a825"},{"name":"List Sections By Person","id":"de276b88-7c7d-4815-95bc-6ec3594870fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people/{{person_id}}/sections","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people","{{person_id}}","sections"]}},"response":[],"createdAt":"2021-08-11T18:32:28.000Z","updatedAt":"2021-08-11T18:35:28.000Z","uid":"14522809-de276b88-7c7d-4815-95bc-6ec3594870fb"},{"name":"List Agents By Person","id":"9bd928b7-b0df-4e3c-af91-2f7024238e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/people/{{person_id}}/agents","protocol":"https","host":["ed","link"],"path":["api","v2","graph","people","{{person_id}}","agents"]}},"response":[],"createdAt":"2021-08-11T18:32:43.000Z","updatedAt":"2021-08-11T18:35:31.000Z","uid":"14522809-9bd928b7-b0df-4e3c-af91-2f7024238e06"}],"id":"bf1167ec-3e65-446f-9778-0739751c1044","createdAt":"2021-08-11T18:29:25.000Z","updatedAt":"2021-08-11T18:32:44.000Z","uid":"14522809-bf1167ec-3e65-446f-9778-0739751c1044"},{"name":"Enrollments","item":[{"name":"List Enrollments","id":"bb07f565-b516-4fc6-8511-0e2dc6c4e539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/enrollments","protocol":"https","host":["ed","link"],"path":["api","v2","graph","enrollments"]}},"response":[],"createdAt":"2021-08-11T18:28:32.000Z","updatedAt":"2021-08-11T18:29:03.000Z","uid":"14522809-bb07f565-b516-4fc6-8511-0e2dc6c4e539"},{"name":"Fetch Enrollment By ID","id":"14c61395-04d5-4cf2-9d36-58198241c6a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/enrollments/{{enrollment_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","enrollments","{{enrollment_id}}"]}},"response":[],"createdAt":"2021-08-11T18:28:32.000Z","updatedAt":"2021-08-11T18:29:09.000Z","uid":"14522809-14c61395-04d5-4cf2-9d36-58198241c6a3"}],"id":"3c4bc67c-6e2a-48b0-b48f-0e44c5c58bea","createdAt":"2021-08-11T18:28:32.000Z","updatedAt":"2021-08-11T18:28:35.000Z","uid":"14522809-3c4bc67c-6e2a-48b0-b48f-0e44c5c58bea"},{"name":"Courses","item":[{"name":"List Courses","id":"1cb7f2ae-1b88-436d-9c2b-4ff05561a32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/courses","protocol":"https","host":["ed","link"],"path":["api","v2","graph","courses"]}},"response":[],"createdAt":"2021-08-11T18:27:43.000Z","updatedAt":"2021-08-11T18:28:08.000Z","uid":"14522809-1cb7f2ae-1b88-436d-9c2b-4ff05561a32b"},{"name":"List Classes By Course","id":"fd7611b2-42c0-4b93-afca-84b1875550ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/courses/{{course_id}}/classes","protocol":"https","host":["ed","link"],"path":["api","v2","graph","courses","{{course_id}}","classes"]}},"response":[],"createdAt":"2021-08-11T18:30:35.000Z","updatedAt":"2021-08-11T18:30:44.000Z","uid":"14522809-fd7611b2-42c0-4b93-afca-84b1875550ce"},{"name":"Fetch Course By ID","id":"98f9e826-0070-4e90-af78-163a3d758611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/courses/{{course_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","courses","{{course_id}}"]}},"response":[],"createdAt":"2021-08-11T18:27:43.000Z","updatedAt":"2021-08-11T18:28:55.000Z","uid":"14522809-98f9e826-0070-4e90-af78-163a3d758611"}],"id":"0ae9446d-a73d-49d7-a993-65be9c8fc9f4","createdAt":"2021-08-11T18:27:43.000Z","updatedAt":"2021-08-11T18:30:35.000Z","uid":"14522809-0ae9446d-a73d-49d7-a993-65be9c8fc9f4"},{"name":"Sessions","item":[{"name":"List Sessions","id":"267acfdc-b6d3-4324-a169-8ebe0788577a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sessions","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sessions"]}},"response":[],"createdAt":"2021-08-11T18:26:30.000Z","updatedAt":"2021-08-11T18:27:25.000Z","uid":"14522809-267acfdc-b6d3-4324-a169-8ebe0788577a"},{"name":"Fetch Session By ID","id":"a1946c6b-4cec-4b78-b5dd-c33cf855632b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/sessions/{{session_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","sessions","{{session_id}}"]}},"response":[],"createdAt":"2021-08-11T18:26:30.000Z","updatedAt":"2021-08-11T18:27:22.000Z","uid":"14522809-a1946c6b-4cec-4b78-b5dd-c33cf855632b"}],"id":"f5442c8c-522e-4230-bf69-b3dafd76fa2e","createdAt":"2021-08-11T18:26:30.000Z","updatedAt":"2021-08-11T18:26:57.000Z","uid":"14522809-f5442c8c-522e-4230-bf69-b3dafd76fa2e"},{"name":"Agents","item":[{"name":"List Agents","id":"fd574835-59d7-4f2e-9076-e83397d88fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/agents","protocol":"https","host":["ed","link"],"path":["api","v2","graph","agents"]}},"response":[],"createdAt":"2021-08-11T18:26:24.000Z","updatedAt":"2021-08-11T18:26:51.000Z","uid":"14522809-fd574835-59d7-4f2e-9076-e83397d88fb8"},{"name":"Fetch Agent By ID","id":"f7839bc6-806b-4688-bdb4-f0bea9d55092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/agents/{{agent_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","agents","{{agent_id}}"]}},"response":[],"createdAt":"2021-08-11T18:26:24.000Z","updatedAt":"2021-08-11T18:26:48.000Z","uid":"14522809-f7839bc6-806b-4688-bdb4-f0bea9d55092"}],"id":"e499a284-beea-4f5d-a835-50ab921aec66","createdAt":"2021-08-11T18:26:24.000Z","updatedAt":"2021-08-11T18:26:28.000Z","uid":"14522809-e499a284-beea-4f5d-a835-50ab921aec66"},{"name":"Events","item":[{"name":"List Events","id":"2107417f-3200-408f-9974-a9c244a6da1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/events","protocol":"https","host":["ed","link"],"path":["api","v2","graph","events"]}},"response":[],"createdAt":"2021-08-11T18:25:01.000Z","updatedAt":"2021-08-11T18:25:31.000Z","uid":"14522809-2107417f-3200-408f-9974-a9c244a6da1a"},{"name":"Fetch Event By ID","id":"38fecca0-e1a1-42a2-b00e-85150a0481db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/events/{{event_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","events","{{event_id}}"]}},"response":[],"createdAt":"2021-08-11T18:25:40.000Z","updatedAt":"2021-08-11T18:25:56.000Z","uid":"14522809-38fecca0-e1a1-42a2-b00e-85150a0481db"}],"id":"c23cb8c8-45a1-49f6-bd3b-03c8cfe40784","createdAt":"2021-08-11T18:24:19.000Z","updatedAt":"2021-08-11T18:25:40.000Z","uid":"14522809-c23cb8c8-45a1-49f6-bd3b-03c8cfe40784"},{"name":"Assignments","item":[{"name":"Create Assignment","id":"c397a6d0-3389-43d4-9fb6-74a497eeedec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Week 12 Homework\",\n  \"description\": \"This is the description of the assignment\",\n  \"due_date\": \"2022-01-28T18:00:24.573Z\",\n  \"grading_type\": \"points\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments"]}},"response":[],"createdAt":"2022-03-09T23:08:41.000Z","updatedAt":"2022-03-09T23:08:59.000Z","uid":"14522809-c397a6d0-3389-43d4-9fb6-74a497eeedec"},{"name":"Fetch Assignment","id":"ffa1b910-d02c-43a7-ae48-063fb99a0661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments/{{assignment_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments","{{assignment_id}}"]}},"response":[],"createdAt":"2024-11-27T23:06:07.000Z","updatedAt":"2024-11-27T23:08:30.000Z","uid":"14522809-ffa1b910-d02c-43a7-ae48-063fb99a0661"},{"name":"List Assignments","id":"63a65949-a880-4c3e-9785-268ce2f15f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments"]}},"response":[],"createdAt":"2024-11-27T23:07:08.000Z","updatedAt":"2024-11-27T23:08:28.000Z","uid":"14522809-63a65949-a880-4c3e-9785-268ce2f15f85"},{"name":"Update Assignment","id":"8deb3aad-a449-4740-b6e8-d644a95483f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Week 14 Homework\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments/{{assignment_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments","{{assignment_id}}"]}},"response":[],"createdAt":"2024-11-27T23:07:32.000Z","updatedAt":"2024-11-27T23:09:59.000Z","uid":"14522809-8deb3aad-a449-4740-b6e8-d644a95483f3"},{"name":"Delete Assignment","id":"318c2446-af9f-4982-97b8-3edb04e104bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments/{{assignment_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments","{{assignment_id}}"]}},"response":[],"createdAt":"2024-11-27T23:08:41.000Z","updatedAt":"2024-11-27T23:09:18.000Z","uid":"14522809-318c2446-af9f-4982-97b8-3edb04e104bb"}],"id":"473f1615-27aa-40d2-8f44-be0a71221644","createdAt":"2022-03-09T23:08:27.000Z","updatedAt":"2024-11-27T23:08:41.000Z","uid":"14522809-473f1615-27aa-40d2-8f44-be0a71221644"},{"name":"Submissions","item":[{"name":"Update Submission Metadata","id":"248d7d57-4ce8-45ce-9ec3-371b4253657a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"grade_points\": \"12\",\n  \"override_due_date\": \"2022-01-27T17:10:09.702Z\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments/{{assignment_id}}/submissions/{{submission_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments","{{assignment_id}}","submissions","{{submission_id}}"]}},"response":[],"createdAt":"2022-03-09T23:09:57.000Z","updatedAt":"2022-03-09T23:13:50.000Z","uid":"14522809-248d7d57-4ce8-45ce-9ec3-371b4253657a"},{"name":"List Submissions","id":"8cb46342-7b3d-4ed1-85e2-3d0bfdbbf008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments/{{assignment_id}}/submissions/","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments","{{assignment_id}}","submissions",""]}},"response":[],"createdAt":"2022-03-09T23:12:33.000Z","updatedAt":"2022-03-11T17:01:51.000Z","uid":"14522809-8cb46342-7b3d-4ed1-85e2-3d0bfdbbf008"},{"name":"Fetch Submission","id":"c418bd76-36df-4780-b43e-40948721fe30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/assignments/{{assignment_id}}/submissions/{{submission_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","assignments","{{assignment_id}}","submissions","{{submission_id}}"]}},"response":[],"createdAt":"2024-11-27T23:22:13.000Z","updatedAt":"2024-11-27T23:22:41.000Z","uid":"14522809-c418bd76-36df-4780-b43e-40948721fe30"}],"id":"6ecd2865-a074-44e1-956f-5b578ba7af8d","createdAt":"2022-03-09T23:09:03.000Z","updatedAt":"2024-11-27T23:22:13.000Z","uid":"14522809-6ecd2865-a074-44e1-956f-5b578ba7af8d"},{"name":"Licenses","item":[{"name":"List Licenses","id":"2859f16f-d033-4fd6-9eb3-bcd553161a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/licenses","protocol":"https","host":["ed","link"],"path":["api","v2","graph","licenses"]}},"response":[],"createdAt":"2023-03-10T20:48:01.000Z","updatedAt":"2023-03-10T20:48:51.000Z","uid":"14522809-2859f16f-d033-4fd6-9eb3-bcd553161a6e"}],"id":"9d2520c1-d310-4a65-a157-0621308bd935","createdAt":"2023-03-10T20:47:43.000Z","updatedAt":"2023-03-10T20:48:01.000Z","uid":"14522809-9d2520c1-d310-4a65-a157-0621308bd935"},{"name":"Departments","item":[{"name":"List Departments","id":"30ca5b60-0b61-46fe-8513-60382062e4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/departments","protocol":"https","host":["ed","link"],"path":["api","v2","graph","departments"]}},"response":[],"createdAt":"2023-05-16T16:32:04.000Z","updatedAt":"2023-05-16T16:33:02.000Z","uid":"14522809-30ca5b60-0b61-46fe-8513-60382062e4d7"},{"name":"Fetch Department By ID","id":"547d1441-aca5-4858-b03d-48db88e743ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/departments/{{department_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","departments","{{department_id}}"]}},"response":[],"createdAt":"2023-05-16T16:33:06.000Z","updatedAt":"2023-05-16T16:33:24.000Z","uid":"14522809-547d1441-aca5-4858-b03d-48db88e743ae"}],"id":"415e245e-7ad1-4a33-b7ab-7a4c4c46dcf0","createdAt":"2023-05-16T16:29:20.000Z","updatedAt":"2023-05-16T16:36:27.000Z","uid":"14522809-415e245e-7ad1-4a33-b7ab-7a4c4c46dcf0"},{"name":"Subjects","item":[{"name":"List Subjects","id":"f8f146a3-987d-496d-b165-4c5c6a0e6f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/subjects","protocol":"https","host":["ed","link"],"path":["api","v2","graph","subjects"]}},"response":[],"createdAt":"2023-05-16T16:34:23.000Z","updatedAt":"2023-05-16T16:45:03.000Z","uid":"14522809-f8f146a3-987d-496d-b165-4c5c6a0e6f05"},{"name":"Fetch Subject By ID","id":"8020bce9-2bd2-4c0b-948c-478b644c1359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/subjects/{{subject_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","subjects","{{subject_id}}"]}},"response":[],"createdAt":"2023-05-16T16:34:25.000Z","updatedAt":"2023-05-16T16:45:10.000Z","uid":"14522809-8020bce9-2bd2-4c0b-948c-478b644c1359"}],"id":"47faac76-4e6d-4d2e-b84d-8a3135a5248c","createdAt":"2023-05-16T16:29:31.000Z","updatedAt":"2023-05-16T16:34:29.000Z","uid":"14522809-47faac76-4e6d-4d2e-b84d-8a3135a5248c"},{"name":"Periods","item":[{"name":"List Periods","id":"0c4c82e9-1428-42c1-8e65-5574716d149e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/periods","protocol":"https","host":["ed","link"],"path":["api","v2","graph","periods"]}},"response":[],"createdAt":"2023-05-16T16:34:30.000Z","updatedAt":"2023-05-16T16:45:23.000Z","uid":"14522809-0c4c82e9-1428-42c1-8e65-5574716d149e"},{"name":"Fetch Period By ID","id":"a8f4f088-4e41-4dc3-bccc-5b89a518846b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/periods/{{period_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","periods","{{period_id}}"]}},"response":[],"createdAt":"2023-05-16T16:34:30.000Z","updatedAt":"2023-05-16T16:45:38.000Z","uid":"14522809-a8f4f088-4e41-4dc3-bccc-5b89a518846b"}],"id":"18c145f5-1a68-4023-806a-17c13cb6295f","createdAt":"2023-05-16T16:29:38.000Z","updatedAt":"2023-05-16T16:34:34.000Z","uid":"14522809-18c145f5-1a68-4023-806a-17c13cb6295f"},{"name":"Incidents","item":[{"name":"List Incidents","id":"fd6190a0-4723-4a2f-a8f0-3add70a5f177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/incidents","protocol":"https","host":["ed","link"],"path":["api","v2","graph","incidents"]}},"response":[],"createdAt":"2023-05-16T16:34:35.000Z","updatedAt":"2023-05-16T16:45:46.000Z","uid":"14522809-fd6190a0-4723-4a2f-a8f0-3add70a5f177"},{"name":"Fetch Incident By ID","id":"fd920e32-d91b-4c5a-9619-ad17b3f6cdbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/incidents/{{incident_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","incidents","{{incident_id}}"]}},"response":[],"createdAt":"2023-05-16T16:34:36.000Z","updatedAt":"2023-05-16T16:45:53.000Z","uid":"14522809-fd920e32-d91b-4c5a-9619-ad17b3f6cdbe"}],"id":"6016fefc-90a7-4118-b543-b4314928725f","createdAt":"2023-05-16T16:29:49.000Z","updatedAt":"2023-05-16T16:34:45.000Z","uid":"14522809-6016fefc-90a7-4118-b543-b4314928725f"},{"name":"Meetings","item":[{"name":"List Meetings","id":"a9cc108d-8796-4bc6-ba54-44315e3783da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/meetings","protocol":"https","host":["ed","link"],"path":["api","v2","graph","meetings"]}},"response":[],"createdAt":"2023-05-16T16:34:13.000Z","updatedAt":"2023-05-16T16:47:22.000Z","uid":"14522809-a9cc108d-8796-4bc6-ba54-44315e3783da"},{"name":"Fetch Meeting By ID","id":"24d4c5ee-03ee-453c-99ac-c3631636cdd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/meetings/{{meeting_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","meetings","{{meeting_id}}"]}},"response":[],"createdAt":"2023-05-16T16:34:15.000Z","updatedAt":"2023-05-16T16:47:27.000Z","uid":"14522809-24d4c5ee-03ee-453c-99ac-c3631636cdd6"},{"name":"List Attendance By Meeting ID","id":"721878d9-e29f-4332-96c2-430a748c33ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/meetings/{{meeting_id}}/attendance","protocol":"https","host":["ed","link"],"path":["api","v2","graph","meetings","{{meeting_id}}","attendance"]}},"response":[],"createdAt":"2024-11-27T23:24:33.000Z","updatedAt":"2024-11-27T23:25:28.000Z","uid":"14522809-721878d9-e29f-4332-96c2-430a748c33ac"},{"name":"Get Attendance Record","id":"b9d95ede-f00a-4678-903d-ee6989607525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/meetings/{{meeting_id}}/attendance/{{attendance_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","meetings","{{meeting_id}}","attendance","{{attendance_id}}"]}},"response":[],"createdAt":"2024-11-27T23:25:41.000Z","updatedAt":"2024-11-27T23:26:31.000Z","uid":"14522809-b9d95ede-f00a-4678-903d-ee6989607525"}],"id":"fae837d8-638a-4cc1-b944-c562d5f6a3fa","createdAt":"2023-05-16T16:29:57.000Z","updatedAt":"2024-11-27T23:25:41.000Z","uid":"14522809-fae837d8-638a-4cc1-b944-c562d5f6a3fa"},{"name":"Attendance","item":[{"name":"List Attendance","id":"41886fe8-968f-4a66-b4eb-9217f8c76dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/attendance","protocol":"https","host":["ed","link"],"path":["api","v2","graph","attendance"]}},"response":[],"createdAt":"2023-05-16T16:34:47.000Z","updatedAt":"2023-05-16T16:47:10.000Z","uid":"14522809-41886fe8-968f-4a66-b4eb-9217f8c76dd0"},{"name":"Fetch Attendance By ID","id":"8e7eb1b4-d133-4b2d-83a1-194760128f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/attendance/{{attendance_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","attendance","{{attendance_id}}"]}},"response":[],"createdAt":"2023-05-16T16:34:48.000Z","updatedAt":"2023-05-16T16:47:16.000Z","uid":"14522809-8e7eb1b4-d133-4b2d-83a1-194760128f07"}],"id":"3e61084c-5def-4eee-bf16-1caf5203f5e8","createdAt":"2023-05-16T16:30:16.000Z","updatedAt":"2023-05-16T16:34:54.000Z","uid":"14522809-3e61084c-5def-4eee-bf16-1caf5203f5e8"},{"name":"Facilities","item":[{"name":"List Facilities","id":"338aa8e0-65f3-4f64-9f94-38e9a8012771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/facilities","protocol":"https","host":["ed","link"],"path":["api","v2","graph","facilities"]}},"response":[],"createdAt":"2023-05-16T16:34:58.000Z","updatedAt":"2023-05-16T16:46:55.000Z","uid":"14522809-338aa8e0-65f3-4f64-9f94-38e9a8012771"},{"name":"Fetch Facility By ID","id":"de1f9ec7-c7de-4c1f-8a6c-5517d9f42e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/facilities/{{facility_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","facilities","{{facility_id}}"]}},"response":[],"createdAt":"2023-05-16T16:34:59.000Z","updatedAt":"2023-05-16T16:47:02.000Z","uid":"14522809-de1f9ec7-c7de-4c1f-8a6c-5517d9f42e44"}],"id":"0701188a-82eb-4de7-a22a-7a295e7c3d9e","createdAt":"2023-05-16T16:30:50.000Z","updatedAt":"2023-05-16T16:35:04.000Z","uid":"14522809-0701188a-82eb-4de7-a22a-7a295e7c3d9e"},{"name":"Rooms","item":[{"name":"List Rooms","id":"4a80c263-77c7-47e3-9d11-686f0e5883e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/rooms","protocol":"https","host":["ed","link"],"path":["api","v2","graph","rooms"]}},"response":[],"createdAt":"2023-05-16T16:35:05.000Z","updatedAt":"2023-05-16T16:46:43.000Z","uid":"14522809-4a80c263-77c7-47e3-9d11-686f0e5883e7"},{"name":"Fetch Room By ID","id":"cf937395-b43c-4c2c-a038-f80986b58ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/rooms/{{room_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","rooms","{{room_id}}"]}},"response":[],"createdAt":"2023-05-16T16:35:05.000Z","updatedAt":"2023-05-16T16:46:48.000Z","uid":"14522809-cf937395-b43c-4c2c-a038-f80986b58ca7"}],"id":"94dbef9b-126b-4172-baae-dc6f9f4ce420","createdAt":"2023-05-16T16:31:00.000Z","updatedAt":"2023-05-16T16:35:12.000Z","uid":"14522809-94dbef9b-126b-4172-baae-dc6f9f4ce420"},{"name":"Assets","item":[{"name":"List Assets","id":"8a0beaf7-37ea-4c4f-8a37-0139cd694a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/assets","protocol":"https","host":["ed","link"],"path":["api","v2","graph","assets"]}},"response":[],"createdAt":"2023-05-16T16:33:40.000Z","updatedAt":"2023-05-16T16:46:32.000Z","uid":"14522809-8a0beaf7-37ea-4c4f-8a37-0139cd694a15"},{"name":"Fetch Asset By ID","id":"1cd5bb6b-a8f3-4ced-b093-cfe8e3990b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/assets/{{asset_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","assets","{{asset_id}}"]}},"response":[],"createdAt":"2023-05-16T16:33:41.000Z","updatedAt":"2023-05-16T16:46:36.000Z","uid":"14522809-1cd5bb6b-a8f3-4ced-b093-cfe8e3990b8b"}],"id":"ac5c70d7-6f06-4dc3-8eef-4a82c654eb54","createdAt":"2023-05-16T16:31:04.000Z","updatedAt":"2023-05-16T16:34:07.000Z","uid":"14522809-ac5c70d7-6f06-4dc3-8eef-4a82c654eb54"},{"name":"Fees","item":[{"name":"List Fees","id":"155c06c7-1896-408a-9d98-9cfc6467e08b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/fees","protocol":"https","host":["ed","link"],"path":["api","v2","graph","fees"]}},"response":[],"createdAt":"2023-05-16T16:35:32.000Z","updatedAt":"2023-05-16T16:47:48.000Z","uid":"14522809-155c06c7-1896-408a-9d98-9cfc6467e08b"},{"name":"Fetch Fee By ID","id":"568f3262-8be0-4a89-8100-72b2ae45bedc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/fees/{{fee_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","fees","{{fee_id}}"]}},"response":[],"createdAt":"2023-05-16T16:35:33.000Z","updatedAt":"2023-05-16T16:47:54.000Z","uid":"14522809-568f3262-8be0-4a89-8100-72b2ae45bedc"}],"id":"9ad1af96-bc3c-46cd-abb5-38b69eadc121","createdAt":"2023-05-16T16:31:11.000Z","updatedAt":"2023-05-16T16:35:42.000Z","uid":"14522809-9ad1af96-bc3c-46cd-abb5-38b69eadc121"},{"name":"Stops","item":[{"name":"List Stops","id":"b6a309e4-e071-41be-baa4-11280d23a8fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/stops","protocol":"https","host":["ed","link"],"path":["api","v2","graph","stops"]}},"response":[],"createdAt":"2023-05-16T16:35:51.000Z","updatedAt":"2023-05-16T16:48:00.000Z","uid":"14522809-b6a309e4-e071-41be-baa4-11280d23a8fd"},{"name":"Fetch Stop By ID","id":"ffdbdb23-676a-46e0-8948-e9a686016f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/stops/{{stop_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","stops","{{stop_id}}"]}},"response":[],"createdAt":"2023-05-16T16:35:52.000Z","updatedAt":"2023-05-16T16:48:06.000Z","uid":"14522809-ffdbdb23-676a-46e0-8948-e9a686016f0f"}],"id":"ba9c619a-df59-49ee-b259-f8df80164f79","createdAt":"2023-05-16T16:31:17.000Z","updatedAt":"2023-05-16T16:35:57.000Z","uid":"14522809-ba9c619a-df59-49ee-b259-f8df80164f79"},{"name":"Routes","item":[{"name":"List Routes","id":"788b5a9e-8b3b-4c18-bcef-e910c9e6c30e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/routes","protocol":"https","host":["ed","link"],"path":["api","v2","graph","routes"]}},"response":[],"createdAt":"2023-05-16T16:35:59.000Z","updatedAt":"2023-05-16T16:48:13.000Z","uid":"14522809-788b5a9e-8b3b-4c18-bcef-e910c9e6c30e"},{"name":"Fetch Route By ID","id":"aa99e5d8-fce2-4309-8d0b-bf7cfed9d1f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/routes/{{route_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","routes","{{route_id}}"]}},"response":[],"createdAt":"2023-05-16T16:36:00.000Z","updatedAt":"2023-05-16T16:48:19.000Z","uid":"14522809-aa99e5d8-fce2-4309-8d0b-bf7cfed9d1f9"}],"id":"7933edb5-a9a6-4507-9259-f18fdffa240a","createdAt":"2023-05-16T16:31:24.000Z","updatedAt":"2023-05-16T16:36:05.000Z","uid":"14522809-7933edb5-a9a6-4507-9259-f18fdffa240a"},{"name":"Vehicles","item":[{"name":"List Vehicles","id":"8034e9b9-c832-4b9b-ae99-1fa74537a67a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/vehicles","protocol":"https","host":["ed","link"],"path":["api","v2","graph","vehicles"]}},"response":[],"createdAt":"2023-05-16T16:36:10.000Z","updatedAt":"2023-05-16T16:48:27.000Z","uid":"14522809-8034e9b9-c832-4b9b-ae99-1fa74537a67a"},{"name":"Fetch Vehicle By ID","id":"9b1524c4-ba9e-4976-a4ce-c9a5a1789ffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/vehicles/{{vehicle_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","vehicles","{{vehicle_id}}"]}},"response":[],"createdAt":"2023-05-16T16:36:11.000Z","updatedAt":"2023-05-16T16:48:32.000Z","uid":"14522809-9b1524c4-ba9e-4976-a4ce-c9a5a1789ffc"}],"id":"90ad4d40-d8ec-4be3-8e0c-de043f3e0fd5","createdAt":"2023-05-16T16:31:30.000Z","updatedAt":"2023-05-16T16:36:16.000Z","uid":"14522809-90ad4d40-d8ec-4be3-8e0c-de043f3e0fd5"},{"name":"Calendars","item":[{"name":"List Calendars","id":"f6bc9fe1-1f25-4bc2-98f2-5f28b17fa950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/calendars","protocol":"https","host":["ed","link"],"path":["api","v2","graph","calendars"]}},"response":[],"createdAt":"2023-05-16T16:36:16.000Z","updatedAt":"2023-05-16T16:46:23.000Z","uid":"14522809-f6bc9fe1-1f25-4bc2-98f2-5f28b17fa950"},{"name":"Fetch Calendar By ID","id":"829f2666-df4b-4895-872f-8e5283419c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/calendars/{{calendar_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","calendars","{{calendar_id}}"]}},"response":[],"createdAt":"2023-05-16T16:36:17.000Z","updatedAt":"2023-05-16T16:46:21.000Z","uid":"14522809-829f2666-df4b-4895-872f-8e5283419c6a"}],"id":"de0ea7f9-c4b9-443c-9a6a-42bc9fa4cab7","createdAt":"2023-05-16T16:31:36.000Z","updatedAt":"2023-05-16T16:36:21.000Z","uid":"14522809-de0ea7f9-c4b9-443c-9a6a-42bc9fa4cab7"},{"name":"Days","item":[{"name":"List Days","id":"6b974781-41bf-4789-ad51-a174ac2f8c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/days","protocol":"https","host":["ed","link"],"path":["api","v2","graph","days"]}},"response":[],"createdAt":"2023-05-16T16:36:22.000Z","updatedAt":"2023-05-16T16:46:10.000Z","uid":"14522809-6b974781-41bf-4789-ad51-a174ac2f8c10"},{"name":"Fetch Day By ID","id":"0b04cf83-3992-4911-90d0-00f630ea2ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/days/{{day_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","days","{{day_id}}"]}},"response":[],"createdAt":"2023-05-16T16:36:23.000Z","updatedAt":"2023-05-16T16:46:06.000Z","uid":"14522809-0b04cf83-3992-4911-90d0-00f630ea2ef7"}],"id":"2d543136-b71b-47bb-869f-0cdbd7f73f8c","createdAt":"2023-05-16T16:31:43.000Z","updatedAt":"2023-05-16T16:36:27.000Z","uid":"14522809-2d543136-b71b-47bb-869f-0cdbd7f73f8c"},{"name":"Categories","item":[{"name":"List Categories","id":"163fde35-8244-4f1f-808e-89055f568a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/categories","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","categories"]}},"response":[],"createdAt":"2024-11-27T23:30:38.000Z","updatedAt":"2024-11-27T23:31:00.000Z","uid":"14522809-163fde35-8244-4f1f-808e-89055f568a10"},{"name":"Fetch Categories","id":"3ceaf0d8-7723-4a5b-91ce-eef0a6ef9b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/categories/{{category_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","categories","{{category_id}}"]}},"response":[],"createdAt":"2024-11-27T23:31:14.000Z","updatedAt":"2024-11-27T23:32:02.000Z","uid":"14522809-3ceaf0d8-7723-4a5b-91ce-eef0a6ef9b1a"},{"name":"Create Category","id":"627fc3a2-093b-4413-bf12-57031173626b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Example Category\",\n  \"position\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/categories","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","categories"]}},"response":[],"createdAt":"2024-11-27T23:31:42.000Z","updatedAt":"2024-11-27T23:32:13.000Z","uid":"14522809-627fc3a2-093b-4413-bf12-57031173626b"},{"name":"Update Category","id":"4f0a1b66-1c73-4b93-aa21-add8734c1bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Quizzes\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/categories/{{category_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","categories","{{category_id}}"]}},"response":[],"createdAt":"2024-11-27T23:32:24.000Z","updatedAt":"2024-11-27T23:32:54.000Z","uid":"14522809-4f0a1b66-1c73-4b93-aa21-add8734c1bd1"},{"name":"Delete Category","id":"b4908be1-2be2-4fdc-82d2-56c1b521ff47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://ed.link/api/v2/graph/classes/{{class_id}}/categories/{{category_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","graph","classes","{{class_id}}","categories","{{category_id}}"]}},"response":[],"createdAt":"2024-11-27T23:33:04.000Z","updatedAt":"2024-11-27T23:33:21.000Z","uid":"14522809-b4908be1-2be2-4fdc-82d2-56c1b521ff47"}],"id":"31dd194e-4250-4a12-bcd4-d723ba8dcaaa","createdAt":"2024-11-27T23:30:19.000Z","updatedAt":"2024-11-27T23:33:05.000Z","uid":"14522809-31dd194e-4250-4a12-bcd4-d723ba8dcaaa"}],"id":"157c882c-d810-4c11-bf3f-3dceff7d16ee","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"event":[{"listen":"prerequest","script":{"id":"b48faf61-3e03-4eff-a9cd-190398bd1cc3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5afcc984-8165-4f38-9ff2-420ac06c8fee","type":"text/javascript","exec":[""]}}],"createdAt":"2021-08-11T17:26:14.000Z","updatedAt":"2024-11-27T23:30:19.000Z","uid":"14522809-157c882c-d810-4c11-bf3f-3dceff7d16ee"},{"name":"User API","item":[{"name":"Categories","item":[{"name":"List Categories","id":"1e43ed70-4622-4c73-9c4c-2b02f9926085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/categories","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","categories"]}},"response":[],"createdAt":"2022-03-02T22:35:24.000Z","updatedAt":"2022-03-02T23:36:45.000Z","uid":"14522809-1e43ed70-4622-4c73-9c4c-2b02f9926085"},{"name":"Fetch Category","id":"de87d223-5051-4a61-9a51-a874547bd74c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/categories/{{category_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","categories","{{category_id}}"]}},"response":[],"createdAt":"2022-03-02T22:48:17.000Z","updatedAt":"2022-03-02T23:36:41.000Z","uid":"14522809-de87d223-5051-4a61-9a51-a874547bd74c"},{"name":"Create Category","id":"edb9b2cc-c197-4308-b27e-43ba9490abd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Example Category\",\n  \"position\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/categories","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","categories"]}},"response":[],"createdAt":"2022-03-02T22:54:07.000Z","updatedAt":"2022-03-02T23:23:12.000Z","uid":"14522809-edb9b2cc-c197-4308-b27e-43ba9490abd4"},{"name":"Update Category","id":"8dcff614-1d62-4e60-8819-8de63487ecbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Quizzes\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/categories/{{category_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","categories","{{category_id}}"]}},"response":[],"createdAt":"2022-03-02T23:23:00.000Z","updatedAt":"2022-03-02T23:33:24.000Z","uid":"14522809-8dcff614-1d62-4e60-8819-8de63487ecbb"},{"name":"Delete Category","id":"08e7100d-5799-4723-8273-a5bacb0b7d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/categories/{{category_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","categories","{{category_id}}"]}},"response":[],"createdAt":"2022-03-02T23:36:13.000Z","updatedAt":"2022-03-02T23:39:15.000Z","uid":"14522809-08e7100d-5799-4723-8273-a5bacb0b7d02"}],"id":"76296e5f-329c-4395-95e0-95dd4346eee4","createdAt":"2022-03-02T22:33:33.000Z","updatedAt":"2024-11-26T22:22:05.000Z","uid":"14522809-76296e5f-329c-4395-95e0-95dd4346eee4"},{"name":"Assignments","item":[{"name":"List Assignments","id":"bf2ad71c-ad73-47d9-b01d-1ce705bb10fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments"]}},"response":[],"createdAt":"2022-03-02T23:39:22.000Z","updatedAt":"2022-03-02T23:40:48.000Z","uid":"14522809-bf2ad71c-ad73-47d9-b01d-1ce705bb10fa"},{"name":"Fetch Assignment","id":"a387fbe0-c8c4-4730-9d13-d785da391732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}"]}},"response":[],"createdAt":"2022-03-02T23:39:22.000Z","updatedAt":"2022-03-02T23:41:46.000Z","uid":"14522809-a387fbe0-c8c4-4730-9d13-d785da391732"},{"name":"Create Assignment","id":"43719839-56cb-4cb6-acbf-e52d5769dae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Week 12 Homework\",\n  \"description\": \"This is the description of the assignment\",\n  \"due_date\": \"2022-01-28T18:00:24.573Z\",\n  \"grading_type\": \"points\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments"]}},"response":[],"createdAt":"2022-03-02T23:39:22.000Z","updatedAt":"2022-03-02T23:41:43.000Z","uid":"14522809-43719839-56cb-4cb6-acbf-e52d5769dae1"},{"name":"Update Assignment","id":"17bb7a5a-e432-4578-908c-c60be6dd83d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Week 14 Homework\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}"]}},"response":[],"createdAt":"2022-03-02T23:39:22.000Z","updatedAt":"2022-03-02T23:42:15.000Z","uid":"14522809-17bb7a5a-e432-4578-908c-c60be6dd83d2"},{"name":"Delete Assignment","id":"5e890114-3aa9-458f-a992-bf7b4dd7446a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}"]}},"response":[],"createdAt":"2022-03-02T23:39:22.000Z","updatedAt":"2022-03-02T23:42:29.000Z","uid":"14522809-5e890114-3aa9-458f-a992-bf7b4dd7446a"}],"id":"364c4690-0f88-457e-b11b-25b2d5e62d37","createdAt":"2022-03-02T23:39:22.000Z","updatedAt":"2022-03-02T23:39:27.000Z","uid":"14522809-364c4690-0f88-457e-b11b-25b2d5e62d37"},{"name":"Submissions","item":[{"name":"List Submissions","id":"1e59b3ab-165f-4156-aafe-70ac667e95b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}/submissions/","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}","submissions",""]}},"response":[],"createdAt":"2022-03-02T23:49:52.000Z","updatedAt":"2022-06-09T20:47:11.000Z","uid":"14522809-1e59b3ab-165f-4156-aafe-70ac667e95b3"},{"name":"Fetch Submission","id":"ef34c978-26c1-40eb-9002-f9d8b431eeb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}/submissions/{{submission_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}","submissions","{{submission_id}}"]}},"response":[],"createdAt":"2022-03-02T23:49:52.000Z","updatedAt":"2022-03-02T23:52:38.000Z","uid":"14522809-ef34c978-26c1-40eb-9002-f9d8b431eeb6"},{"name":"Update Submission Metadata","id":"27486f01-c478-431f-a39d-24da2fe4114d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"grade_points\": \"12\",\n  \"override_due_date\": \"2022-01-27T17:10:09.702Z\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}/submissions/{{submission_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}","submissions","{{submission_id}}"]}},"response":[],"createdAt":"2022-03-02T23:49:52.000Z","updatedAt":"2022-03-02T23:52:56.000Z","uid":"14522809-27486f01-c478-431f-a39d-24da2fe4114d"},{"name":"Submit Submission","id":"ca4e4de3-ac96-4fd6-af85-ca7ca062f11e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"attachments\": [\n        {\n            \"type\": \"link\",\n            \"url\": \"https://google.com\",\n            \"title\": \"Google\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}/submit","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}","submit"]}},"response":[],"createdAt":"2022-03-02T23:49:52.000Z","updatedAt":"2022-03-02T23:53:45.000Z","uid":"14522809-ca4e4de3-ac96-4fd6-af85-ca7ca062f11e"},{"name":"Reclaim Submission","id":"0a8c594f-796e-40bb-ae3d-74dd3da823de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}/reclaim","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}","reclaim"]}},"response":[],"createdAt":"2022-03-02T23:54:01.000Z","updatedAt":"2022-03-02T23:55:21.000Z","uid":"14522809-0a8c594f-796e-40bb-ae3d-74dd3da823de"},{"name":"Return Submission","id":"792548aa-f1a3-4a1d-bdc8-5cfc31a1d00d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/assignments/{{assignment_id}}/submissions/{{submission_id}}/return","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","assignments","{{assignment_id}}","submissions","{{submission_id}}","return"]}},"response":[],"createdAt":"2022-03-02T23:54:22.000Z","updatedAt":"2022-03-02T23:54:57.000Z","uid":"14522809-792548aa-f1a3-4a1d-bdc8-5cfc31a1d00d"}],"id":"b210e4d8-1755-48b5-b168-2982eaf7265e","createdAt":"2022-03-02T23:49:52.000Z","updatedAt":"2022-03-02T23:54:23.000Z","uid":"14522809-b210e4d8-1755-48b5-b168-2982eaf7265e"},{"name":"Profile","item":[{"name":"Fetch My Profile","id":"a17dbe9d-1839-4f81-98d7-ee0c45c3d3f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/profile","protocol":"https","host":["ed","link"],"path":["api","v2","my","profile"]}},"response":[],"createdAt":"2022-03-03T00:07:40.000Z","updatedAt":"2022-03-03T00:07:49.000Z","uid":"14522809-a17dbe9d-1839-4f81-98d7-ee0c45c3d3f6"}],"id":"abd329e4-1d61-4e21-8f5e-6039142922cb","createdAt":"2022-03-03T00:07:34.000Z","updatedAt":"2022-03-03T00:07:40.000Z","uid":"14522809-abd329e4-1d61-4e21-8f5e-6039142922cb"},{"name":"Classes","item":[{"name":"List Classes","id":"159398bb-916a-4d90-b594-ae6141bd20c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes"]}},"response":[],"createdAt":"2022-03-03T00:09:22.000Z","updatedAt":"2022-03-03T00:10:16.000Z","uid":"14522809-159398bb-916a-4d90-b594-ae6141bd20c5"},{"name":"Fetch Class","id":"61b4494d-0ec7-417f-a159-32b39cde8864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}"]}},"response":[],"createdAt":"2022-03-03T00:09:52.000Z","updatedAt":"2022-03-03T00:10:13.000Z","uid":"14522809-61b4494d-0ec7-417f-a159-32b39cde8864"},{"name":"List Sections By Class","id":"17ec69b0-8487-46cc-9fc6-14d68aaf7325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/sections","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","sections"]}},"response":[],"createdAt":"2022-03-03T00:10:31.000Z","updatedAt":"2022-03-03T00:10:43.000Z","uid":"14522809-17ec69b0-8487-46cc-9fc6-14d68aaf7325"},{"name":"List Enrollments By Class","id":"b84a1de2-9f98-4ff3-9f2c-c53120a2336c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/enrollments","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","enrollments"]}},"response":[],"createdAt":"2022-03-03T00:10:49.000Z","updatedAt":"2022-03-03T00:11:02.000Z","uid":"14522809-b84a1de2-9f98-4ff3-9f2c-c53120a2336c"},{"name":"List People By Class","id":"f59259a8-26f7-43a9-859e-b933b2cbdb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/people","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","people"]}},"response":[],"createdAt":"2022-03-03T00:16:26.000Z","updatedAt":"2022-03-03T00:16:43.000Z","uid":"14522809-f59259a8-26f7-43a9-859e-b933b2cbdb81"},{"name":"List Teachers By Class","id":"924e0a9a-2ab0-4b35-987d-d6e8dd772344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/teachers","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","teachers"]}},"response":[],"createdAt":"2022-03-03T00:17:00.000Z","updatedAt":"2022-03-03T00:17:30.000Z","uid":"14522809-924e0a9a-2ab0-4b35-987d-d6e8dd772344"},{"name":"List Students By Class","id":"29d79046-efcd-4621-b290-3fe1dcfcf7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/classes/{{class_id}}/students","protocol":"https","host":["ed","link"],"path":["api","v2","my","classes","{{class_id}}","students"]}},"response":[],"createdAt":"2022-03-03T00:17:16.000Z","updatedAt":"2022-03-03T00:17:26.000Z","uid":"14522809-29d79046-efcd-4621-b290-3fe1dcfcf7cd"}],"id":"3ac6d584-8b67-4731-821e-3d50f5d0d93c","createdAt":"2022-03-03T00:08:14.000Z","updatedAt":"2022-03-03T00:17:16.000Z","uid":"14522809-3ac6d584-8b67-4731-821e-3d50f5d0d93c"},{"name":"Sections","item":[{"name":"List Sections","id":"b9b43b75-1b17-403d-be13-a87642c6b648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/sections","protocol":"https","host":["ed","link"],"path":["api","v2","my","sections"]}},"response":[],"createdAt":"2022-03-03T00:18:04.000Z","updatedAt":"2022-03-03T00:18:21.000Z","uid":"14522809-b9b43b75-1b17-403d-be13-a87642c6b648"},{"name":"Fetch Section","id":"62502f9f-7cfe-435c-9740-5d54a633831b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/sections/{{section_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","sections","{{section_id}}"]}},"response":[],"createdAt":"2022-03-03T00:18:04.000Z","updatedAt":"2022-03-03T00:19:00.000Z","uid":"14522809-62502f9f-7cfe-435c-9740-5d54a633831b"},{"name":"List Enrollments By Section","id":"fe156b85-18bd-445b-9dd7-82663b8375a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/sections/{{section_id}}/enrollments","protocol":"https","host":["ed","link"],"path":["api","v2","my","sections","{{section_id}}","enrollments"]}},"response":[],"createdAt":"2022-03-03T00:18:04.000Z","updatedAt":"2022-03-03T00:19:29.000Z","uid":"14522809-fe156b85-18bd-445b-9dd7-82663b8375a9"},{"name":"List People By Section","id":"9fe50606-4a92-42e4-ab95-2dc616715008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/sections/{{section_id}}/people","protocol":"https","host":["ed","link"],"path":["api","v2","my","sections","{{section_id}}","people"]}},"response":[],"createdAt":"2022-03-03T00:18:04.000Z","updatedAt":"2022-03-03T00:19:39.000Z","uid":"14522809-9fe50606-4a92-42e4-ab95-2dc616715008"},{"name":"List Teachers By Section","id":"bc092907-3dc8-49b9-82af-86b684d3b2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/sections/{{section_id}}/teachers","protocol":"https","host":["ed","link"],"path":["api","v2","my","sections","{{section_id}}","teachers"]}},"response":[],"createdAt":"2022-03-03T00:18:04.000Z","updatedAt":"2022-03-03T00:19:56.000Z","uid":"14522809-bc092907-3dc8-49b9-82af-86b684d3b2f8"},{"name":"List Students By Section","id":"171abf49-de17-42b7-a493-2e44749413a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/sections/{{section_id}}/students","protocol":"https","host":["ed","link"],"path":["api","v2","my","sections","{{section_id}}","students"]}},"response":[],"createdAt":"2022-03-03T00:18:04.000Z","updatedAt":"2022-03-03T00:20:10.000Z","uid":"14522809-171abf49-de17-42b7-a493-2e44749413a6"}],"id":"481a6ac5-ced8-4154-ba49-0f91ae0a1022","createdAt":"2022-03-03T00:18:04.000Z","updatedAt":"2022-03-03T00:19:17.000Z","uid":"14522809-481a6ac5-ced8-4154-ba49-0f91ae0a1022"},{"name":"Districts","item":[{"name":"List Districts","id":"64ba7e31-faf6-442e-9bae-2f64c1b283ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/districts","protocol":"https","host":["ed","link"],"path":["api","v2","my","districts"]}},"response":[],"createdAt":"2022-03-03T00:20:25.000Z","updatedAt":"2022-03-03T00:20:34.000Z","uid":"14522809-64ba7e31-faf6-442e-9bae-2f64c1b283ea"},{"name":"Fetch District","id":"8d2e6d94-3dc4-4d13-ac1b-d91ec737508e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/districts/{{district_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","districts","{{district_id}}"]}},"response":[],"createdAt":"2022-03-03T00:20:41.000Z","updatedAt":"2022-03-03T00:20:52.000Z","uid":"14522809-8d2e6d94-3dc4-4d13-ac1b-d91ec737508e"}],"id":"19a5b537-fd58-416e-a7bc-30922299daca","createdAt":"2022-03-03T00:08:30.000Z","updatedAt":"2022-03-03T00:20:41.000Z","uid":"14522809-19a5b537-fd58-416e-a7bc-30922299daca"},{"name":"Schools","item":[{"name":"List Schools","id":"874d2650-d789-4ef4-9735-255ce0d301c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/schools","protocol":"https","host":["ed","link"],"path":["api","v2","my","schools"]}},"response":[],"createdAt":"2022-03-03T00:21:09.000Z","updatedAt":"2022-03-03T00:21:29.000Z","uid":"14522809-874d2650-d789-4ef4-9735-255ce0d301c2"},{"name":"Fetch School","id":"7e1101ea-ee2d-4c57-9a51-0b7609e9e39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/schools/{{school_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","schools","{{school_id}}"]}},"response":[],"createdAt":"2022-03-03T00:21:09.000Z","updatedAt":"2022-03-03T00:21:36.000Z","uid":"14522809-7e1101ea-ee2d-4c57-9a51-0b7609e9e39d"}],"id":"2cb75c5b-73b1-4b28-a66f-ae2c0e0ee8b4","createdAt":"2022-03-03T00:21:09.000Z","updatedAt":"2022-03-03T00:21:14.000Z","uid":"14522809-2cb75c5b-73b1-4b28-a66f-ae2c0e0ee8b4"},{"name":"Agents","item":[{"name":"List Agents","id":"207e70a4-9076-45c0-aa87-cde1736db37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/agents","protocol":"https","host":["ed","link"],"path":["api","v2","my","agents"]}},"response":[],"createdAt":"2022-03-03T00:21:46.000Z","updatedAt":"2022-03-03T00:21:59.000Z","uid":"14522809-207e70a4-9076-45c0-aa87-cde1736db37e"},{"name":"Fetch Agent","id":"9ad166db-b536-477c-8dce-dac273bcc630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v2/my/agents/{{agent_id}}","protocol":"https","host":["ed","link"],"path":["api","v2","my","agents","{{agent_id}}"]}},"response":[],"createdAt":"2022-03-03T00:21:46.000Z","updatedAt":"2022-03-03T00:22:09.000Z","uid":"14522809-9ad166db-b536-477c-8dce-dac273bcc630"}],"id":"ef40e67d-957f-4545-9219-290d096964da","createdAt":"2022-03-03T00:21:46.000Z","updatedAt":"2022-03-03T00:21:49.000Z","uid":"14522809-ef40e67d-957f-4545-9219-290d096964da"}],"id":"267b72a3-7e02-48f0-95d1-a6ca23a88e7c","createdAt":"2022-03-02T22:21:21.000Z","updatedAt":"2022-03-03T00:21:46.000Z","uid":"14522809-267b72a3-7e02-48f0-95d1-a6ca23a88e7c"}],"id":"e5053b8c-66f5-43fd-a8db-1c088d053a3e","createdAt":"2021-08-11T17:26:05.000Z","updatedAt":"2022-03-02T22:21:22.000Z","uid":"14522809-e5053b8c-66f5-43fd-a8db-1c088d053a3e"},{"name":"v1","item":[{"name":"Graph API","item":[{"name":"Organizations","item":[{"name":"List Organizations","id":"6e6f67c2-4356-4a9d-bfd0-914370a26f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/{{organization_type}}","protocol":"https","host":["ed","link"],"path":["api","v1","graph","{{organization_type}}"]}},"response":[],"createdAt":"2021-08-11T17:53:53.000Z","updatedAt":"2021-08-11T18:03:20.000Z","uid":"14522809-6e6f67c2-4356-4a9d-bfd0-914370a26f6c"},{"name":"Fetch Organization By ID","id":"90caabcc-caad-48bb-92dd-73e0c61c8f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/{{organization_type}}/{{organization_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","graph","{{organization_type}}","{{organization_id}}"]}},"response":[],"createdAt":"2021-08-11T17:54:28.000Z","updatedAt":"2021-08-11T18:03:21.000Z","uid":"14522809-90caabcc-caad-48bb-92dd-73e0c61c8f28"},{"name":"List Enrollments By Organization","id":"0cdd0856-f40a-47f7-8775-41957b324e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/{{organization_type}}/{{organization_id}}/{{enrollment_type}}","protocol":"https","host":["ed","link"],"path":["api","v1","graph","{{organization_type}}","{{organization_id}}","{{enrollment_type}}"]}},"response":[],"createdAt":"2021-08-11T17:55:13.000Z","updatedAt":"2021-08-11T18:03:24.000Z","uid":"14522809-0cdd0856-f40a-47f7-8775-41957b324e12"}],"id":"dd0fcef8-1f6d-46c5-a83a-0f4fb8905049","createdAt":"2021-08-11T18:03:17.000Z","updatedAt":"2021-08-11T18:03:24.000Z","uid":"14522809-dd0fcef8-1f6d-46c5-a83a-0f4fb8905049"},{"name":"Terms","item":[{"name":"List Terms","id":"3568aed6-f60e-49f3-b2ff-bb58e0a274ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/terms","protocol":"https","host":["ed","link"],"path":["api","v1","graph","terms"]}},"response":[],"createdAt":"2021-08-11T18:03:36.000Z","updatedAt":"2021-08-11T18:04:06.000Z","uid":"14522809-3568aed6-f60e-49f3-b2ff-bb58e0a274ff"},{"name":"Fetch Term By ID","id":"52a16619-a844-43b2-80f8-3284167ad7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/terms/{{term_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","graph","terms","{{term_id}}"]}},"response":[],"createdAt":"2021-08-11T18:04:13.000Z","updatedAt":"2021-08-11T18:04:27.000Z","uid":"14522809-52a16619-a844-43b2-80f8-3284167ad7b6"}],"id":"ab5864d5-5775-4ec8-9dfb-70072c7b3dd6","createdAt":"2021-08-11T18:03:31.000Z","updatedAt":"2021-08-11T18:04:13.000Z","uid":"14522809-ab5864d5-5775-4ec8-9dfb-70072c7b3dd6"},{"name":"People","item":[{"name":"List People","id":"ecc61f8b-9dac-44da-9048-f5efd433eb24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/people","protocol":"https","host":["ed","link"],"path":["api","v1","graph","people"]}},"response":[],"createdAt":"2021-08-11T18:06:14.000Z","updatedAt":"2021-08-11T18:06:30.000Z","uid":"14522809-ecc61f8b-9dac-44da-9048-f5efd433eb24"},{"name":"Fetch Person By ID","id":"fa62489a-1d4f-4655-9588-d38c84bb072f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/people/{{person_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","graph","people","{{person_id}}"]}},"response":[],"createdAt":"2021-08-11T18:06:14.000Z","updatedAt":"2021-08-11T18:06:39.000Z","uid":"14522809-fa62489a-1d4f-4655-9588-d38c84bb072f"}],"id":"540cb4f6-2eee-44b8-8f2c-f435b37855f8","createdAt":"2021-08-11T18:06:14.000Z","updatedAt":"2021-08-11T18:06:18.000Z","uid":"14522809-540cb4f6-2eee-44b8-8f2c-f435b37855f8"},{"name":"Enrollments","item":[{"name":"List Enrollments","id":"0b8cac2f-4847-41d0-87d5-bd36335b5320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/enrollments","protocol":"https","host":["ed","link"],"path":["api","v1","graph","enrollments"]}},"response":[],"createdAt":"2021-08-11T18:06:48.000Z","updatedAt":"2021-08-11T18:07:25.000Z","uid":"14522809-0b8cac2f-4847-41d0-87d5-bd36335b5320"},{"name":"Fetch Enrollment By ID","id":"d5187d1b-4e79-47e4-89e4-83b8150189dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/enrollments/{{enrollment_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","graph","enrollments","{{enrollment_id}}"]}},"response":[],"createdAt":"2021-08-11T18:06:48.000Z","updatedAt":"2021-08-11T18:07:18.000Z","uid":"14522809-d5187d1b-4e79-47e4-89e4-83b8150189dd"}],"id":"f62172a8-0145-4a58-8b52-8cd6fe9e2414","createdAt":"2021-08-11T18:06:48.000Z","updatedAt":"2021-08-11T18:06:52.000Z","uid":"14522809-f62172a8-0145-4a58-8b52-8cd6fe9e2414"},{"name":"Events","item":[{"name":"List Events","id":"aaf06441-da42-4ea4-b6b5-b197242d6cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/events","protocol":"https","host":["ed","link"],"path":["api","v1","graph","events"]}},"response":[],"createdAt":"2021-08-11T18:18:26.000Z","updatedAt":"2021-08-11T18:18:52.000Z","uid":"14522809-aaf06441-da42-4ea4-b6b5-b197242d6cdb"},{"name":"Fetch Events By ID","id":"3be17d50-1fb5-47a2-b1f0-161174977302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{integration_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/graph/events/{{event_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","graph","events","{{event_id}}"]}},"response":[],"createdAt":"2021-08-11T18:18:26.000Z","updatedAt":"2021-08-11T18:18:48.000Z","uid":"14522809-3be17d50-1fb5-47a2-b1f0-161174977302"}],"id":"8947fb53-70c6-474d-8d84-04016ed26b35","createdAt":"2021-08-11T18:18:26.000Z","updatedAt":"2021-08-11T18:18:28.000Z","uid":"14522809-8947fb53-70c6-474d-8d84-04016ed26b35"}],"id":"4b07d550-0b59-44f2-a0c7-b04fcc7c78a6","createdAt":"2021-08-11T17:42:08.000Z","updatedAt":"2021-08-11T18:18:26.000Z","uid":"14522809-4b07d550-0b59-44f2-a0c7-b04fcc7c78a6"},{"name":"User Data API","item":[{"name":"People","item":[{"name":"Get My Profile","id":"25adf831-9d15-4e04-91c2-df89e05a0614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{user_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/my/profile","protocol":"https","host":["ed","link"],"path":["api","v1","my","profile"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:19:07.000Z","uid":"14522809-25adf831-9d15-4e04-91c2-df89e05a0614"}],"id":"8e08b731-788a-4d99-a7d9-a92fdfe2f783","createdAt":"2021-08-11T18:19:02.000Z","updatedAt":"2021-08-11T18:19:08.000Z","uid":"14522809-8e08b731-788a-4d99-a7d9-a92fdfe2f783"},{"name":"Organizations","item":[{"name":"List Course Enrollments","id":"13cb64f1-a464-445a-b217-24d6eaa952d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{user_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/my/courses/{{course_id}}/enrollments","protocol":"https","host":["ed","link"],"path":["api","v1","my","courses","{{course_id}}","enrollments"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:23:51.000Z","uid":"14522809-13cb64f1-a464-445a-b217-24d6eaa952d2"},{"name":"Fetch A Course","id":"33b2470b-58af-4f5b-bd33-693b8eafa898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{user_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/my/courses/{{course_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","my","courses","{{course_id}}"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:21:48.000Z","uid":"14522809-33b2470b-58af-4f5b-bd33-693b8eafa898"},{"name":"List My Schools","id":"5b836ff6-c6be-4e40-84b7-263e0021ec7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{user_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/my/schools","protocol":"https","host":["ed","link"],"path":["api","v1","my","schools"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:21:06.000Z","uid":"14522809-5b836ff6-c6be-4e40-84b7-263e0021ec7b"},{"name":"List My Courses","id":"cd319e2e-72ec-48f8-a679-4abff471bd43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{user_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/my/courses","protocol":"https","host":["ed","link"],"path":["api","v1","my","courses"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:21:07.000Z","uid":"14522809-cd319e2e-72ec-48f8-a679-4abff471bd43"}],"id":"78f4dac9-26b8-425f-9059-72f68fd66c1d","createdAt":"2021-08-11T18:20:56.000Z","updatedAt":"2021-08-11T18:21:07.000Z","uid":"14522809-78f4dac9-26b8-425f-9059-72f68fd66c1d"},{"name":"Assignments","item":[{"name":"List Assignments By Course","id":"d3185c79-9c5d-48ee-b84f-f8b04045bb21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{user_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/my/courses/{{course_id}}/assignments","protocol":"https","host":["ed","link"],"path":["api","v1","my","courses","{{course_id}}","assignments"]}},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:21:38.000Z","uid":"14522809-d3185c79-9c5d-48ee-b84f-f8b04045bb21"},{"name":"Fetch Assignment By Course","id":"6c50d3ef-9906-4691-92d6-e8da64e26f95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{user_access_token}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/my/courses/{{course_id}}/assignments/{{assignment_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","my","courses","{{course_id}}","assignments","{{assignment_id}}"]}},"response":[],"createdAt":"2021-08-11T18:21:21.000Z","updatedAt":"2021-08-11T18:21:35.000Z","uid":"14522809-6c50d3ef-9906-4691-92d6-e8da64e26f95"}],"id":"088fc762-97b6-4fd6-8c9b-495ae938ea66","createdAt":"2021-08-11T18:21:15.000Z","updatedAt":"2021-08-11T18:24:55.000Z","uid":"14522809-088fc762-97b6-4fd6-8c9b-495ae938ea66"}],"id":"4bcef675-c9db-423c-b1e9-56c9468244e6","createdAt":"2021-08-11T17:42:12.000Z","updatedAt":"2021-08-11T18:21:19.000Z","uid":"14522809-4bcef675-c9db-423c-b1e9-56c9468244e6"},{"name":"API Metadata","item":[{"name":"List Available Permissions","id":"2ed543f6-7572-4b29-b3cc-4035d55c0679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/permissions","protocol":"https","host":["ed","link"],"path":["api","v1","permissions"]},"description":"Lists the available permissions within the Edlink system."},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T17:24:47.000Z","uid":"14522809-2ed543f6-7572-4b29-b3cc-4035d55c0679"},{"name":"List Available Providers","id":"b09405c9-a4f6-42a4-9c2c-1ba930bec067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/providers","protocol":"https","host":["ed","link"],"path":["api","v1","providers"]},"description":"Lists the available data providers (e.g. LMSs, SISs) that are supported by Edlink."},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T17:24:47.000Z","uid":"14522809-b09405c9-a4f6-42a4-9c2c-1ba930bec067"}],"id":"82bfc01f-d487-4bc1-9028-8274c7e2c0e4","createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T17:47:02.000Z","uid":"14522809-82bfc01f-d487-4bc1-9028-8274c7e2c0e4"},{"name":"Integration Metadata","item":[{"name":"List Integrated Districts","id":"c37584e4-05cd-4e2e-886c-6feacdcc070a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{application_secret}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/integrations","protocol":"https","host":["ed","link"],"path":["api","v1","integrations"]}},"response":[],"createdAt":"2021-08-11T17:42:05.000Z","updatedAt":"2021-08-11T18:05:34.000Z","uid":"14522809-c37584e4-05cd-4e2e-886c-6feacdcc070a"},{"name":"Fetch Integration By ID","id":"7c6ab83c-efb7-457e-8349-8be2bf8d5dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{application_secret}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/integrations/{{integration_id}}","protocol":"https","host":["ed","link"],"path":["api","v1","integrations","{{integration_id}}"]}},"response":[],"createdAt":"2021-08-11T17:45:46.000Z","updatedAt":"2021-08-11T18:05:40.000Z","uid":"14522809-7c6ab83c-efb7-457e-8349-8be2bf8d5dd2"},{"name":"Fetch Integration Statistics","id":"eef5f879-75c4-4dfa-a063-c96eebe1d15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{application_secret}}","type":"string"}]},"method":"GET","header":[],"url":{"raw":"https://ed.link/api/v1/integrations/{{integration_id}}/analytics","protocol":"https","host":["ed","link"],"path":["api","v1","integrations","{{integration_id}}","analytics"]},"description":"Returns all of the sources to which you have been granted permission by a school or university. This request does not filter sources by the permissions that you may have, or the scope of the integration (e.g. if you're limited to only a small number of courses within a university)."},"response":[],"createdAt":"2021-08-11T17:24:47.000Z","updatedAt":"2021-08-11T18:04:43.000Z","uid":"14522809-eef5f879-75c4-4dfa-a063-c96eebe1d15c"}],"id":"cbf2272f-6998-427c-a013-acd4f63fd0fa","createdAt":"2021-08-11T17:53:02.000Z","updatedAt":"2021-08-11T17:53:10.000Z","uid":"14522809-cbf2272f-6998-427c-a013-acd4f63fd0fa"}],"id":"73ce0565-062c-4694-9ec7-98dee6bbc9f2","createdAt":"2021-08-11T17:41:53.000Z","updatedAt":"2021-08-11T17:53:10.000Z","uid":"14522809-73ce0565-062c-4694-9ec7-98dee6bbc9f2"}],"event":[{"listen":"prerequest","script":{"id":"17e51e5d-091e-4e3b-bac5-4c5f79bbfdda","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a5b28a0-3239-4138-b1c9-b9640079606c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api","value":"https://ed.link/api/v1","type":"string"},{"key":"key","value":"","type":"string"},{"key":"secret","value":"","type":"string"},{"key":"integration_access_token","value":"integration_access_token"},{"key":"district_id","value":"district_id"},{"key":"school_id","value":"school_id"},{"key":"person_id","value":"person_id"},{"key":"enrollment_id","value":"enrollment_id"},{"key":"class_id","value":"class_id"},{"key":"course_id","value":"course_id"},{"key":"term_id","value":"term_id"},{"key":"session_id","value":"session_id"},{"key":"agent_id","value":"agent_id"},{"key":"category_id","value":"category_id"},{"key":"assignment_id","value":"assignment_id"},{"key":"submission_id","value":"submission_id"},{"key":"section_id","value":"section_id"},{"key":"event_id","value":"event_id"},{"key":"organization_type","value":"organization_type"},{"key":"enrollment_type","value":"enrollment_type"},{"key":"organization_id","value":"organization_id"},{"key":"integration_id","value":"integration_id"}]}}