2024-02-08
Search...
/
Log in
Book a demo
Guides
API Reference
Guides
API Reference
API Reference
Bulk Sync
Connections
Query Runner
Models
Model Sync
GET
Get Sync Source
GET
Model Sync Field Query
GET
Get Sync Target
GET
Get Sync Target Fields
GET
Get Sync Target Objects
GET
List Syncs
POST
Create Sync
GET
Get Sync Schedule Options
GET
Get Sync
PUT
Update Sync
DEL
Remove Sync
POST
Activate Sync
POST
Start Sync
GET
Get Sync Status
Executions
Schemas
Events
Jobs
Identity
Organization
Users
Permissions
Webhooks
Log in
Book a demo
API Reference
Model Sync
Update Sync
PUT
https://app.polytomic.com
/
api
/
syncs
/
:id
Path parameters
id
string
Required
Request
This endpoint expects an object.
fields
list of objects
Required
Fields to sync from source to target.
Show 5 properties
mode
string
Required
name
string
Required
schedule
object
Required
Show 10 properties
target
object
Required
Show 6 properties
active
boolean
Optional
enricher
object
Optional
Show 5 properties
filter_logic
string
Optional
filters
list of objects
Optional
Either
field
or
field_id
must be provided. If
field
is provided,
field_id
is ignored.
Show 6 properties
identity
object
Optional
Show 5 properties
organization_id
string
Optional
override_fields
list of objects
Optional
Values to set in the target unconditionally.
Show 5 properties
overrides
list of objects
Optional
Conditional value replacement for fields.
Show 5 properties
policies
list of strings
Optional
sync_all_records
boolean
Optional
Response
This endpoint returns an object.
data
object
Optional
Show 15 properties
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
422
Unprocessable Entity
500
Internal Server Error