- Home
- Resources
- ItemSynchronizationResource
The following resources are applicable:
POST /desynchronizations
To return remote items data required to be synced at the client.
Request Body
media type |
data type |
description |
application/vnd.ptc.sc+json |
SCList
(JSON) |
, SCList containing clientSyncs |
Response Body
media type |
data type |
application/vnd.ptc.sc+json |
SCItem
(JSON) |
POST /synchronizations
To sync master/remote content with that of client. It allows to exchange sync contents with master.
Request Body
media type |
data type |
description |
application/vnd.ptc.sc+json |
SCItem
(JSON) |
, SCItem of clientExchangeSCItem |
Response Body
media type |
data type |
application/vnd.ptc.sc+json |
SCItem
(JSON) |
POST /executeSynchronization
It allows to perform data synchronization between client and master.
Response Body
media type |
data type |
application/vnd.ptc.sc+json |
SCItem
(JSON) |