{ "opencollection": "1.0.0", "info": { "name": "Skilljar Assets VILT > Session Registrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "VILT > Session Registrations", "type": "folder" }, "items": [ { "info": { "name": "vilt_session_registrations_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/vilt-session-registrations", "params": [ { "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": "session__id", "value": "", "type": "query", "description": "Filter results by the id of a ViltSession" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a paginated list of VILT session registrations.\n\nReturns a list of registrations for VILT sessions, filtered by session if specified." }, { "info": { "name": "vilt_session_registrations_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/vilt-session-registrations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Register a user for a VILT session.\n\nThe user must have an existing enrollment before registration. Returns the created registration details." }, { "info": { "name": "vilt_session_registrations_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/vilt-session-registrations/:vilt_session_registration_id", "params": [ { "name": "vilt_session_registration_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve details for a specific VILT session registration." }, { "info": { "name": "vilt_session_registrations_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/vilt-session-registrations/:vilt_session_registration_id", "params": [ { "name": "vilt_session_registration_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update attendance for a VILT session registration.\n\nOnly the attendance status may be changed. Both PATCH and PUT perform partial updates." }, { "info": { "name": "vilt_session_registrations_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/vilt-session-registrations/:vilt_session_registration_id", "params": [ { "name": "vilt_session_registration_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update attendance for a VILT session registration.\n\nOnly the attendance status may be changed. Both PATCH and PUT perform partial updates." }, { "info": { "name": "vilt_session_registrations_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/vilt-session-registrations/:vilt_session_registration_id", "params": [ { "name": "vilt_session_registration_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a VILT session registration.\n\nRemoves the registration and marks the student as unattended for the session event.\n\nThis action cannot be undone." } ] } ], "bundled": true }