v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
data_cleanup

Count duplicated rows

Counts how many duplicates will be removed and how many rows remain when deduplicating

post/datasets/{handle}/deduplicate-rows-count

Path parameters

handlestring required

Unique file ID

Request body

FilterModelobject

Filter model to use when deduplicating. Only rows matching this filter will be deduplicated. All other rows will remain.

columnsstring[]

List of column ids used for deduplication. Deduplication is performed based on unique tuples of values from the given columns.

Response

OK

Messagestring
Successboolean
deletedRowsCountinteger
remainingRowsCountinteger