Basecamp · Example Payload

Recurrenceschedule Example

CollaborationProject ManagementRESTSaaSTeam Communication

Recurrenceschedule Example is an example object payload from Basecamp, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

frequencydayshourminuteweek_instancestart_dateend_date

Example Payload

Raw ↑
{
  "frequency": "example-frequency",
  "days": [],
  "hour": 0,
  "minute": 0,
  "week_instance": 0,
  "start_date": "2026-04-19",
  "end_date": "2026-04-19"
}