onboarding
sync

Get sync status flags

Returns whether each resource has changes after the supplied resource cursor. It returns flags only, never records or affected IDs.

post/onboarding/getSyncStatus

Request body

platform'ios' | 'android'

Required to evaluate the platform-specific app_version flag and to update device information when device_id is also supplied.

last_synced_datestring date-time

Compatibility fallback applied to every resource when per-resource dates are absent.

last_sync_datesobject

Compatibility alias for last_synced_dates.

last_sync_datestring date-time

Compatibility alias for last_synced_date.

Response

Sync flags returned.

status'success'
statusCodeinteger
messagestring
{"stackTrail":"components:schemas:SyncStatusEnvelope:properties:error","oasType":"schema","type":"unknown","example":null,"nullable":true}

Example response

{
  "statusCode": 200,
  "message": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.