Basecamp · Example Payload

Cardcolumn Example

CollaborationProject ManagementRESTSaaSTeam Communication

Cardcolumn 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

idtitletypecolorpositioncards_countcards_url

Example Payload

Raw ↑
{
  "id": 0,
  "title": "example-title",
  "type": "example-type",
  "color": "example-color",
  "position": 0,
  "cards_count": 0,
  "cards_url": "example-cards_url"
}