Log in
Fixed an issue that caused slow load times for customers with large datasets. Calls to GET /api/dataset
and GET /api/dataset/{datasetid}
no longer return entity information for the dataset files. Instead, the new GET /api/dataset/{datasetid}/pii_info
endpoint returns the entity information for a dataset’s files.
A new dataset settings option controls the output in .docx tables. By default, table content goes through the regular scan and redaction process, and detected entity values are handled based on the dataset’s entity type handling configuration. You can also choose to completely block out all table cells, in which case each table cell is covered by a black box.