Status Code
A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.
Example: Get Table Synchronization Execution Status
[{
"source_tdpid": "table1",
"target_tdpid": "table2",
"sync_job_status": "Successful",
"sync_ts": "2018-07-05T20:09:27.090Z",
"status": "Successful",
"message": "The table synchronization is successful"
}]