{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes schedule-policy API", "version": "0.1" }, "items": [ { "info": { "name": "schedule-policy", "type": "folder" }, "items": [ { "info": { "name": "listPolicies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy" } }, { "info": { "name": "availablePolicyTypes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/available-types" } }, { "info": { "name": "createDefaultPolicies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/create-default-policies" } }, { "info": { "name": "getEventMatcherTags", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/event-matcher-tags" } }, { "info": { "name": "findMatchingEvents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-policy/matching-events", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "recommendedPolicies", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-policy/recommended", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "findSmartMeetingCandidates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/smart-meeting/candidates" } }, { "info": { "name": "findTemplates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/templates" } }, { "info": { "name": "instantiateMeetingQualityPolicies", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/schedule-policy/templates/instantiate-meeting-quality", "params": [ { "name": "templateIds", "value": "", "type": "query" } ] } }, { "info": { "name": "instantiateTemplate", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/templates/instantiated/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] } }, { "info": { "name": "findPolicy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "findUpcomingPolicyEvents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/schedule-policy/:policyId/events", "params": [ { "name": "policyId", "value": "", "type": "path" }, { "name": "numUpcoming", "value": "", "type": "query" }, { "name": "lookaheadDays", "value": "", "type": "query" }, { "name": "scopeId", "value": "", "type": "query" } ] } } ] } ], "bundled": true }