Trimble · Example Payload

Trimble Connect Create Bcf Topic Example

ConstructionTransportationGeospatialGPSMappingBIMFleet ManagementCollaborationAgriculture

Trimble Connect Create Bcf Topic Example is an example object payload from Trimble, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://app.connect.trimble.com/tc/api/2.0/projects/a3b4c5d6-e7f8-4a5b-9c1d-2e3f4a5b6c7d/topics",
    "headers": {
      "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
      "Content-Type": "application/json"
    },
    "body": {
      "topicType": "CLASH",
      "topicStatus": "OPEN",
      "title": "Structural beam conflicts with HVAC duct at Level 4 Grid C3",
      "description": "Hard clash detected between W14x82 beam and 24\" round HVAC supply duct. Requires coordination between structural and MEP teams.",
      "priority": "HIGH",
      "assignedTo": "usr_mep-coordinator@hvac-sub.com",
      "dueDate": "2026-05-15",
      "labels": ["MEP-Clash", "Level-4", "Structural"],
      "viewpoint": {
        "camera": {
          "perspectiveCamera": {
            "cameraViewPoint": { "x": 42.5, "y": 18.3, "z": 12.8 },
            "cameraDirection": { "x": -0.6, "y": 0.7, "z": -0.3 },
            "fieldOfView": 60.0
          }
        },
        "clippingPlanes": []
      }
    }
  },
  "response": {
    "status": 201,
    "body": {
      "guid": "c6d7e8f9-a0b1-4c7d-9e3f-4a5b6c7d8e9f",
      "topicType": "CLASH",
      "topicStatus": "OPEN",
      "title": "Structural beam conflicts with HVAC duct at Level 4 Grid C3",
      "description": "Hard clash detected between W14x82 beam and 24\" round HVAC supply duct. Requires coordination between structural and MEP teams.",
      "priority": "HIGH",
      "assignedTo": "usr_mep-coordinator@hvac-sub.com",
      "createdBy": "usr_coordinator@aec-firm.com",
      "createdAt": "2026-05-03T10:15:00Z",
      "updatedAt": "2026-05-03T10:15:00Z",
      "dueDate": "2026-05-15",
      "labels": ["MEP-Clash", "Level-4", "Structural"],
      "commentCount": 0,
      "snapshotCount": 1
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/trimble-connect-create-bcf-topic-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.