{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book slidoSecurePremium API", "version": "1.0.0" }, "items": [ { "info": { "name": "slidoSecurePremium", "type": "folder" }, "items": [ { "info": { "name": "List Compliance Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/slido/compliance/events", "params": [ { "name": "sessionOrgId", "value": "a1111111-1a11-111a-1a11-1a1111a1111a", "type": "query", "description": "Webex organization UUID." }, { "name": "sessionId", "value": "abcdef0123456789abcdef0123456789_I_000000000000000000", "type": "query", "description": "Webex meeting instance ID (`{meetingSeriesId}_I_{conferenceId}`)." }, { "name": "start", "value": "MTIzNDU2Nzg5MDEyMzQ1Ng", "type": "query", "description": "Pagination token. Returned in the response body as the `next` property." } ] }, "docs": "Lists events representing actions that occurred during a Slido Secure Premium session (creating a poll, modifying a poll, activating a poll, posting an answer, etc.)\n\nEvents capture who performed the action and on what resource.\n\nThe events are paginated by the server into pages of max 256 items per page without any order.\n\nThe events are available within 15 minutes after they happened.\n\nEvery resource has properties:\n* type - event type\n\n* ... event specific ids\n\n* ... event specific properties" } ] } ], "bundled": true }