Skip to content
Pile
Esc
navigateopen⌘Jpreview

List project reminder

GET/workspaces/{organizationId}/projects/{projectId}/reminder
Path parameters
organizationIdstringrequired
projectIdstringrequired
Responses
200Project update reminder
idstringrequired
organizationIdstringrequired
projectIdstringrequired
cadencestringrequired
Allowed:dailyweeklybiweeklymonthly
nextDueAtstring | nullrequired
createdAtstringrequired
updatedAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/projects/string/reminder"
Response
{
  "id": "string",
  "organizationId": "string",
  "projectId": "string",
  "cadence": "daily",
  "nextDueAt": "string",
  "createdAt": "string",
  "updatedAt": "string"
}