Basecamp · JSON Structure

Projectconstruction Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Projectconstruction Structure is a JSON Structure definition published by Basecamp. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/basecamp/json-structure/projectconstruction-structure.json",
  "title": "ProjectConstruction",
  "type": "record",
  "members": [
    {
      "name": "id",
      "type": "integer",
      "description": "Project construction job ID"
    },
    {
      "name": "status",
      "type": "string",
      "description": "Construction status"
    },
    {
      "name": "url",
      "type": "string",
      "description": "API URL to poll for this construction job"
    },
    {
      "name": "project",
      "type": "string",
      "description": "The resulting project once construction is completed"
    }
  ]
}