Home > @uniformdev/canvas > ContentClient > getEntryHistory
ContentClient.getEntryHistory() method
Fetches historical versions of an entry
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
options | ExceptProject<EntriesHistoryGetParameters> |
Returns:
Promise<{ cursor?: string; truncated?: boolean; results?: components$m["schemas"]["HistoryEntry"][]; }>