{ "info": { "_postman_id": "d7af597c-0f81-4c95-949b-46601535aca5", "name": "LMS365 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Attach SCORM to course", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "YOUR_API_KEY", "type": "string" }, { "key": "username", "value": "api", "type": "string" } ] }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{ \"@odata.id\" :\"https://api.365.systems/odata/v2/Scorms(SCORM_ID)\"}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://api.365.systems/odata/v2/Courses(COURSE_ID)/Scorms/$ref", "protocol": "https", "host": [ "api", "365", "systems" ], "path": [ "odata", "v2", "Courses(COURSE_ID)", "Scorms", "$ref" ] } }, "response": [] } ] }