---
title: "Sync Table with Integration"
method: POST
path: "/v1/table/{table_id}/sync/{integration_name}"
tags: ["Table"]
---

# Sync Table with Integration

`POST /v1/table/{table_id}/sync/{integration_name}`

Sync a table with a specified integration.

## Path parameters

- `table_id` string, uuid, required
- `integration_name` string, required

## Request body

- SyncTable
  - `context` BaseRequestContext
    - `projectId` string, uuid
    - `processPublicId` string, uuid, nullable
    - `processSectionPublicId` string, uuid, nullable
    - `processResponsePublicId` string, uuid, nullable
  - `enterpriseId` string
  - `projectId` string
  - `folderId` string
  - `hubId` string
  - `topFolderId` string
  - `companyId` string
  - `licenseId` string
  - `docTypes` string[]
  - `projectIds` string[]
  - `type` 'Projects' | 'Resources' | 'Users' | 'Documents' | 'Workflows' | 'Comments' | 'RFIs' | 'Checklists' | 'Columns' | 'Issues' | 'AEC Data Model' | 'Forms'
  - `modelId` string
  - `region` string
  - `properties` string[]

## Response `200`

Successfully started synchronization.

- object
  - `metadata` object
  - `data` string

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions or table already synced.
- `404` — Table or User not found.

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
