Basecamp · Example Payload

Documentcreaterequest Example

CollaborationProject ManagementRESTSaaSTeam Communication

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

Top-level fields

titlecontentstatus

Example Payload

Raw ↑
{
  "title": "example-title",
  "content": "example-content",
  "status": "example-status"
}