curl --request GET \
--url https://api.chift.eu/syncs/{syncid} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"connections": [
{
"one_api": 123,
"connection_type": 123,
"display_order": 0,
"display_hidden": false
}
],
"syncid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consumers": [
"<string>"
],
"flows": [
{
"name": "<string>",
"id": "<string>",
"description": "<string>",
"execution": {
"type": "code",
"data": {
"name": "<string>"
}
},
"config": {
"datastores": []
},
"triggers": [
{
"id": "<string>",
"type": "timer",
"cronschedules": [
"<string>"
],
"visible": true,
"definitionFields": [
{}
],
"options": {},
"priority": "NORMAL"
}
]
}
],
"config": {},
"mappings": []
}Returns a sync by id
curl --request GET \
--url https://api.chift.eu/syncs/{syncid} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"connections": [
{
"one_api": 123,
"connection_type": 123,
"display_order": 0,
"display_hidden": false
}
],
"syncid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consumers": [
"<string>"
],
"flows": [
{
"name": "<string>",
"id": "<string>",
"description": "<string>",
"execution": {
"type": "code",
"data": {
"name": "<string>"
}
},
"config": {
"datastores": []
},
"triggers": [
{
"id": "<string>",
"type": "timer",
"cronschedules": [
"<string>"
],
"visible": true,
"definitionFields": [
{}
],
"options": {},
"priority": "NORMAL"
}
]
}
],
"config": {},
"mappings": []
}This access token needs to be included in each of your request to the Chift API.
Successful Response
1Show child attributes
Show child attributes
Show child attributes
Show child attributes
Column name that will be indexed and used in search if any.
active, inactive Show child attributes
timer, event NORMAL, MEDIUM, HIGH Show child attributes
Show child attributes
Show child attributes
fixed, api Show child attributes
fixed, api