{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes interactions API", "version": "0.1" }, "items": [ { "info": { "name": "interactions", "type": "folder" }, "items": [ { "info": { "name": "listSessions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions", "params": [ { "name": "expand", "value": "", "type": "query" } ] } }, { "info": { "name": "interact", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "apply", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/apply", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "chat", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/chat", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "chatSuggestions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/chat/suggestions", "params": [ { "name": "count", "value": "", "type": "query" } ] } }, { "info": { "name": "chatSuggestionsCatalog", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/chat/suggestions/catalog" } }, { "info": { "name": "close", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/close", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "currentEvents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/current", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "dailyDigestCurrent", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/daily-digest/current", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "promoteDailyDigest", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/daily-digest/current/promote" } }, { "info": { "name": "getOnboardingChecklist", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/onboarding/checklist" } }, { "info": { "name": "completeOnboardingStep", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/onboarding/complete-step", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "dismissOnboarding", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/onboarding/dismiss" } }, { "info": { "name": "getOnboardingQuickStatus", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/onboarding/quick-status" } }, { "info": { "name": "resetOnboarding", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/onboarding/reset" } }, { "info": { "name": "skipOnboardingStep", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/onboarding/skip-step", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getOnboardingStatus", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/onboarding/status" } }, { "info": { "name": "proactiveGtdCurrent", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/proactive-gtd/current", "params": [ { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "generateProactiveGtd", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/proactive-gtd/generate", "params": [ { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "promoteProactiveGtd", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/proactive-gtd/promote", "params": [ { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "proactiveGtdTasks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/proactive-gtd/tasks", "params": [ { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "promoteRecommendations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/recommendations/promote" } }, { "info": { "name": "listRecords", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/records", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "expand", "value": "", "type": "query" } ] } }, { "info": { "name": "getGtdTask", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/task/:compoundKey", "params": [ { "name": "compoundKey", "value": "", "type": "path" } ] } }, { "info": { "name": "update_1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interactions/update", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "findSessionById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interactions/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query" } ] } } ] } ], "bundled": true }