Value Statement: The SYNCHRO 4D Schedule API allows project data from a version 6.5 SYNCHRO 4D Control hosted project to be accessible for custom developed applications for desktop and mobile, web and single-page applications such as dashboards and machine-to-machine no UI services. Schedule data such as Tasks, Resources, Resource Statuses, Resource Groups and User Fields can be retrieved, POST Resources Status is available at release and additional POST and PATCH endpoints to be released in the future.
SYNCHRO Control hosted project must be upgraded to version 6.5 or later.
All API access is over HTTPS and is accessed from https://es-api.bentley.com/. All data is sent and received as JSON.
Dates and times use ISO 8601 format.
YYYY-MM-DDTHH:MM:SSZ
APIs that return collections could return a partial set of results and clients need to page through the results to retrieve all of the results. Requests that return multiple items will be paginated to 100 items by default and a maximum of 10,000 items unless specified otherwise in an API operation's documentation.