Object operations
User operations
Group operations
Last updated Aug 18, 2025

Object operations

The Connector SDK APIs are available through Forge's Early Access Program (EAP).

EAPs are offered to selected users for testing and feedback purposes. APIs and features under EAP are unsupported and subject to change without notice. APIs and features under EAP are not recommended for use in production environments.

To use the Connector SDK, you must be part of the Forge connector EAP. You can express interest in joining this EAP through this form.

Object operations allow you to manage objects in the Teamwork Graph. Objects represent various object types such as projects, work items, documents, and more. See supported Object types.

Available methods

MethodDescription
setObjects

Create or update multiple objects in bulk.

See setObjects.

getObjectByExternalId

Retrieve a single object by its external ID.

See getObjectByExternalId.

deleteObjectsByProperties

Remove objects based on property filters.

See deleteObjectsByProperties.

deleteObjectsByExternalId

Remove objects by their external IDs.

See deleteObjectsByExternalId.

Rate this page: