Basecamp · Example Payload

Projectconstruction Example

CollaborationProject ManagementRESTSaaSTeam Communication

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

Top-level fields

idstatusurlproject

Example Payload

Raw ↑
{
  "id": 0,
  "status": "example-status",
  "url": "example-url",
  "project": "example-project"
}