Check Status Data
This method is used to verify if data synchronization between the source system and the Codat database is done. The call is made through the GET /companies/{client_id}/dataStatus
Codat endpoint.
Response Example
Copy
{
"company": {
"dataType": "company",
"lastSuccessfulSync": "2022-03-16T10:55:04.8004132Z",
"currentStatus": "Complete",
"latestSyncId": "409110e2-b1d7-4acf-86ec-b94d587b768b",
"latestSuccessfulSyncId": "409110e2-b1d7-4acf-86ec-b94d587b768b"
},
"chartOfAccounts": {
"dataType": "chartOfAccounts",
"lastSuccessfulSync": "2022-03-16T10:55:05.1325826Z",
"currentStatus": "Complete",
"latestSyncId": "e570b5b1-76d1-44bf-a8a3-e7954ec194f1",
"latestSuccessfulSyncId": "e570b5b1-76d1-44bf-a8a3-e7954ec194f1"
}