{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes actions API", "version": "0.1" }, "items": [ { "info": { "name": "actions", "type": "folder" }, "items": [ { "info": { "name": "addTime", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/add-time/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "minutes", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "clearHabitTimePolicyExceptions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/clear-exceptions/habit/:habitId", "params": [ { "name": "habitId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "clearOneOnOneTimePolicyExceptions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/clear-exceptions/one-on-one/:oneOnOneId", "params": [ { "name": "oneOnOneId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "clearTaskTimePolicyExceptions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/clear-exceptions/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "doneHabit", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/done/habit/:habitId", "params": [ { "name": "habitId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "doneTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/done/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "changeCategory", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/planner/event/category/:calendarId/:eventId", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" }, { "name": "categoryIn", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "Event Actions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/event/move/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] }, "docs": "Event Actions" }, { "info": { "name": "pinEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/event/pin/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "rsvp", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/planner/event/rsvp/:calendarId/:eventId", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "unpinEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/event/unpin/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "moveTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/event/:calendarId/:eventId/move", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "pinEventV2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/event/:calendarId/:eventId/pin", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "unpinEventV2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/event/:calendarId/:eventId/unpin", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "habitDeleteInstanceAndReschedule", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/habit/:calendarId/:eventId/reschedule", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" }, { "name": "snoozeOption", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "logWork", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/log-work/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "minutes", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "migrateToPrioritySystem", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/migration/priorities" } }, { "info": { "name": "oneOnOneReschedule", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/one-on-one/reschedule/:oneOnOneId/:eventId", "params": [ { "name": "oneOnOneId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "oneOnOneSkipDay", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/one-on-one/skip-day/:oneOnOneId/:eventId", "params": [ { "name": "oneOnOneId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "oneOnOneSkipUntil", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/one-on-one/skip-until/:oneOnOneId/:eventId", "params": [ { "name": "oneOnOneId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "oneOnOneSkipWeek", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/one-on-one/skip-week/:oneOnOneId/:eventId", "params": [ { "name": "oneOnOneId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "planWork", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/plan-work/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "dateTime", "value": "", "type": "query" }, { "name": "durationMinutes", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "deleteHabitPolicy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/planner/policy/habit/:habitId", "params": [ { "name": "habitId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "Task Actions", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/planner/policy/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] }, "docs": "Task Actions" }, { "info": { "name": "prioritizeTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/prioritize/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ] } }, { "info": { "name": "rescheduleHabitEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/reschedule/habit/event/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "rescheduleTaskEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/reschedule/task/event/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "restartHabit", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/restart/habit/:habitId", "params": [ { "name": "habitId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "restartTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/restart/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "skipHabitEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/skip/habit/event/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "Habit Actions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/start/habit/:habitId", "params": [ { "name": "habitId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] }, "docs": "Habit Actions" }, { "info": { "name": "startTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/start/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "stopHabit", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/stop/habit/:habitId", "params": [ { "name": "habitId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "stopTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/stop/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "taskDeleteMultipleInstanceAndReschedule", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/task/reschedule/bulk", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "taskDeleteInstanceAndReschedule", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/task/:calendarId/:eventId/reschedule", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" }, { "name": "snoozeOption", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "taskClearSnooze", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/task/:taskId/clear-snooze", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "snoozeTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/task/:taskId/snooze", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "snoozeOption", "value": "", "type": "query" }, { "name": "relativeFrom", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "toggleHabit", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/toggle/habit/:habitId", "params": [ { "name": "habitId", "value": "", "type": "path" }, { "name": "enable", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "unarchiveTask", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/planner/unarchive/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "findProvider", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/sso/provider/:email", "params": [ { "name": "email", "value": "", "type": "path" } ] } } ] } ], "bundled": true }