v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table

Sync Table with Integration

Sync a table with a specified integration.

post/v1/table/{table_id}/sync/{integration_name}

Path parameters

table_idstring uuid required

UUID of the table to sync.

integration_namestring required

Name of the integration to sync with.

Request body

enterpriseIdstring
projectIdstring
folderIdstring
hubIdstring
topFolderIdstring
companyIdstring
licenseIdstring
docTypesstring[]
projectIdsstring[]
type'Projects' | 'Resources' | 'Users' | 'Documents' | 'Workflows' | 'Comments' | 'RFIs' | 'Checklists' | 'Columns' | 'Issues' | 'AEC Data Model' | 'Forms'
modelIdstring
regionstring
propertiesstring[]

Response

Successfully started synchronization.

metadataobject
datastring

Example response

{
  "data": "OK"
}