Basecamp · Example Payload

Campfireline Example

CollaborationProject ManagementRESTSaaSTeam Communication

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

Top-level fields

idstatuscreated_atupdated_attitlecontenttypecreatorbucketparentboosts_count

Example Payload

Raw ↑
{
  "id": 0,
  "status": "example-status",
  "created_at": "2026-04-19T12:00:00Z",
  "updated_at": "2026-04-19T12:00:00Z",
  "title": "example-title",
  "content": "example-content",
  "type": "example-type",
  "creator": "example-creator",
  "bucket": "example-bucket",
  "parent": "example-parent",
  "boosts_count": 0
}