syncs REST Endpoints
Bulk/2.0/syncs
The operations from the Bulk/2.0/syncs category.
- Create an import or export sync
- Method: postPath:
/api/bulk/2.0/syncs - Delete sync data
- Method: deletePath:
/api/bulk/2.0/syncs/{id}/data - Retrieve a list of syncs
- Method: getPath:
/api/bulk/2.0/syncs - Retrieve a sync
- Method: getPath:
/api/bulk/2.0/syncs/{id} - Retrieve a sync's logs
- Method: getPath:
/api/bulk/2.0/syncs/{id}/logs - Retrieve an export sync's data
- Method: getPath:
/api/bulk/2.0/syncs/{id}/data - Retrieve import sync failure data
- Method: getPath:
/api/bulk/2.0/syncs/{id}/rejects