{ "opencollection": "1.0.0", "info": { "name": "Skilljar Assets Instructor Led Training > Instructors API", "version": "1.0.0" }, "items": [ { "info": { "name": "Instructor Led Training > Instructors", "type": "folder" }, "items": [ { "info": { "name": "ilt_instructors_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ilt-instructors", "params": [ { "name": "email", "value": "", "type": "query", "description": "Filter instructors by exact match of an email. (optional)" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "provider", "value": "", "type": "query", "description": "Filter instructors by exact match of a provider. (optional)\n\n* `calendar` - calendar\n* `goto.meeting` - goto.meeting\n* `goto.training` - goto.training\n* `goto.webinar` - goto.webinar\n* `goto.webcast` - goto.webcast\n* `webex.meeting` - webex.meeting\n* `webex.webinar` - webex.webinar\n* `zoom.meeting` - zoom.meeting\n* `zoom.webinar` - zoom.webinar" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a paginated list of ILT instructors.\n\nYou can filter by email or provider. Results are paginated." }, { "info": { "name": "ilt_instructors_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/ilt-instructors", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new ILT instructor.\n\nProvide instructor details in the request body." }, { "info": { "name": "ilt_instructors_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ilt-instructors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this vilt account." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve details for a specific ILT instructor by ID." }, { "info": { "name": "ilt_instructors_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/ilt-instructors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this vilt account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing ILT instructor.\n\nProvide updated instructor details in the request body." }, { "info": { "name": "ilt_instructors_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/ilt-instructors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this vilt account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Partially update an existing ILT instructor.\n\nOnly the provided fields will be updated." }, { "info": { "name": "ilt_instructors_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/ilt-instructors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this vilt account." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete an ILT instructor.\n\nThis will remove the instructor from the organization." } ] } ], "bundled": true }