Reminders
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all reminders
Required API key scopes
user:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /remindersExample response
Status 200
RESPONSE
List all reminders
Required API key scopes
user:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /remindersExample response
Status 200
RESPONSE
Create reminders
Required API key scopes
user:writeRequest parameters
- organizationstring
- teamintegernull
- titlestring
- messagestring
- resource_typestringnull
- resource_idstringnull
- scheduled_atstringnull
- recurrence_interval
- cron_expressionstringnull
- timezonestring
- end_datestringnull
Response
Example request
POST /api /remindersExample response
Status 201
RESPONSE
Create reminders
Required API key scopes
user:writeRequest parameters
- organizationstring
- teamintegernull
- titlestring
- messagestring
- resource_typestringnull
- resource_idstringnull
- scheduled_atstringnull
- recurrence_interval
- cron_expressionstringnull
- timezonestring
- end_datestringnull
Response
Example request
POST /api /remindersExample response
Status 201
RESPONSE
Retrieve reminders
Required API key scopes
user:readPath parameters
- idstring
Response
Example request
GET /api /reminders /:idExample response
Status 200
RESPONSE
Retrieve reminders
Required API key scopes
user:readPath parameters
- idstring
Response
Example request
GET /api /reminders /:idExample response
Status 200
RESPONSE
Update reminders
Required API key scopes
user:writePath parameters
- idstring
Request parameters
- organizationstring
- teamintegernull
- titlestring
- messagestring
- resource_typestringnull
- resource_idstringnull
- scheduled_atstringnull
- recurrence_interval
- cron_expressionstringnull
- timezonestring
- end_datestringnull
Response
Example request
PATCH /api /reminders /:idExample response
Status 200
RESPONSE
Update reminders
Required API key scopes
user:writePath parameters
- idstring
Request parameters
- organizationstring
- teamintegernull
- titlestring
- messagestring
- resource_typestringnull
- resource_idstringnull
- scheduled_atstringnull
- recurrence_interval
- cron_expressionstringnull
- timezonestring
- end_datestringnull
Response
Example request
PATCH /api /reminders /:idExample response
Status 200
RESPONSE
Delete reminders
Required API key scopes
user:writePath parameters
- idstring
Example request
DELETE /api /reminders /:idExample response
Status 204 No response body
Delete reminders
Required API key scopes
user:writePath parameters
- idstring
Example request
DELETE /api /reminders /:id