{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes assist API", "version": "0.1" }, "items": [ { "info": { "name": "assist", "type": "folder" }, "items": [ { "info": { "name": "getDailyHabits", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/assist/habits/daily" } }, { "info": { "name": "create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/assist/habits/daily", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getDailyHabit", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/assist/habits/daily/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/assist/habits/daily/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/assist/habits/daily/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "delete_1", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/assist/habits/daily/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "migrateToSmartSeries", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/assist/habits/daily/:id/migrate-to-smart-series", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "recurrenceType", "value": "", "type": "query" } ] } }, { "info": { "name": "getHabitTemplate", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/assist/habits/template", "params": [ { "name": "templateKey", "value": "", "type": "query" } ] } }, { "info": { "name": "createHabitTemplates", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/assist/habits/template/create", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getHabitTemplates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/assist/habits/templates", "params": [ { "name": "role", "value": "", "type": "query" }, { "name": "department", "value": "", "type": "query" } ] } }, { "info": { "name": "availabilityDiagnostics", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/assist/smart-meetings/availability-diagnostics", "params": [ { "name": "seriesId", "value": "", "type": "query" } ] } } ] } ], "bundled": true }