Basecamp · Example Payload

Recording Example

CollaborationProject ManagementRESTSaaSTeam Communication

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

Top-level fields

idstatusvisible_to_clientscreated_atupdated_attitleinherits_statustypeurlapp_urlbucketcreator

Example Payload

Raw ↑
{
  "id": 0,
  "status": "example-status",
  "visible_to_clients": true,
  "created_at": "2026-04-19T12:00:00Z",
  "updated_at": "2026-04-19T12:00:00Z",
  "title": "example-title",
  "inherits_status": true,
  "type": "example-type",
  "url": "example-url",
  "app_url": "example-app_url",
  "bucket": "example-bucket",
  "creator": "example-creator"
}