2024-02-08
Search...
/
Log in
Book a demo
Guides
API Reference
Guides
API Reference
API Reference
Bulk Sync
GET
List Bulk Syncs
POST
Create Bulk Sync
GET
Get Bulk Sync
PUT
Update Bulk Sync
DEL
Remove Bulk Sync
POST
Activate Bulk Sync
POST
Start Bulk Sync Execution
GET
Get Bulk Sync Status
GET
Get Bulk Source
GET
Get Bulk Destination
Executions
Schemas
Connections
Query Runner
Models
Model Sync
Schemas
Events
Jobs
Identity
Organization
Users
Permissions
Webhooks
Log in
Book a demo
API Reference
Bulk Sync
Create Bulk Sync
POST
https://app.polytomic.com
/
api
/
bulk
/
syncs
Request
This endpoint expects an object.
destination_connection_id
string
Required
name
string
Required
schedule
object
Required
Show 7 properties
source_connection_id
string
Required
active
boolean
Optional
automatically_add_new_fields
enum
Optional
Allowed values:
all
onlyIncremental
onlyNonIncremental
none
automatically_add_new_objects
enum
Optional
Allowed values:
all
onlyIncremental
onlyNonIncremental
none
destination_configuration
map from strings to any
Optional
disable_record_timestamps
boolean
Optional
discover
boolean
Optional
DEPRECATED: Use automatically_add_new_objects/automatically_add_new_fields instead
mode
enum
Optional
Show 8 enum values
organization_id
string
Optional
policies
list of strings
Optional
schemas
list of strings or objects
Optional
List of schemas to sync; if omitted, all schemas will be selected for syncing.
Show 2 variants
source_configuration
map from strings to any
Optional
Response
This endpoint returns an object.
data
object
Optional
Show 12 properties
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
422
Unprocessable Entity
500
Internal Server Error