GET
/sync-status

Get syncing status. Possible values: DISABLED, DONE, FAILED, PARTIALLY_SYNCED, PAUSED, SYNCING


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

cursorString
Optional
The pagination cursor value.

page_sizeInteger
Optional
Number of results to return per page.
Response
JSON
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"results": [
{
"model_name": "Employee",
"model_id": "hris.Employee",
"last_sync_start": "2021-03-30T19:44:18.695973Z",
"next_sync_start": "2021-03-30T20:44:18.662942Z",
"status": "SYNCING",
"is_initial_sync": true,
"selective_sync_configurations_usage": "IN_NEXT_SYNC"
}
]
}