{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes schedule-actions API", "version": "0.1" }, "items": [ { "info": { "name": "schedule-actions", "type": "folder" }, "items": [ { "info": { "name": "actions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "applyActions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/apply-actions", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "disableBackgroundAutomation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/disable-background-automation", "params": [ { "name": "value", "value": "", "type": "query" } ] } }, { "info": { "name": "enable", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/enable", "params": [ { "name": "value", "value": "", "type": "query" } ] } }, { "info": { "name": "enableCalendarUI", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/enable-calendar-ui", "params": [ { "name": "value", "value": "", "type": "query" } ] } }, { "info": { "name": "enableExperimentalFeatures", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/enable-experimental-features", "params": [ { "name": "value", "value": "", "type": "query" } ] } }, { "info": { "name": "enableOrgRelationships", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/enable-org-relationships", "params": [ { "name": "value", "value": "", "type": "query" } ] } }, { "info": { "name": "actionsForEvents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/event-actions", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "findProblems", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/find-problems", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getMigrationLogs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-actions/migrate-user-assist" } }, { "info": { "name": "migrateUserAssist", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/migrate-user-assist", "params": [ { "name": "dryRun", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "isMigrationAvailable", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-actions/migrate-user-assist-available" } }, { "info": { "name": "setSelfServiceMigration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-actions/set-self-service-migration", "params": [ { "name": "value", "value": "", "type": "query" } ] } } ] } ], "bundled": true }