Sync Queue

The SyncQueue table is used in the Synchronisation package to keep track of the items that need to be synchronised between two systems. It stores the data related to the items, such as the type of item, the state of the item, when it was added to the queue, when it was last updated, and when it was successfully synced. It also stores the related details for each item to make sure that the data is accurate and up-to-date.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The source entity that is to be synchronised.

string | null

The unique id of the record to be sychronised.

int32

SourceSyncQueueId is an integer field in the SyncQueue table which stores a unique identifier for a source message that is to be synchronized from one system to another. This field is used to store the message ID and ensure that the same message is not processed multiple times.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!