Bentley Systems · Example Payload

Bentley Schedule Task Example

Excavate to design depth for Pier 2 foundation.

Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModel

Bentley Schedule Task Example is an example object payload from Bentley Systems, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionplannedStartplannedFinishdurationpercentCompletewbsCodepredecessors

Example Payload

Raw ↑
{
  "id": "task-001",
  "name": "Pier 2 Foundation Excavation",
  "description": "Excavate to design depth for Pier 2 foundation.",
  "plannedStart": "2026-04-01T07:00:00Z",
  "plannedFinish": "2026-04-08T17:00:00Z",
  "duration": "P7D",
  "percentComplete": 0,
  "wbsCode": "2.1.1",
  "predecessors": []
}