Sync
Pull synced rows for an entity type
Returns rows owned by the authenticated user whose updatedAt is newer than since (or all rows if omitted). Used by the desktop app's remote sync engine to reconcile the embedded backend against a connected remote server.
get/sync/{entityType}
Path parameters
entityTypestring required
Query parameters
sincestring
Response
Rows updated since the given timestamp.
Changes
No recorded changes to this endpoint across all 1 revision of this API.