Example: Manual Deduplication Workflow
For DUPLICATES entities, use this workflow:
1. Review REVIEW Buckets
BASH
GET /golden/buckets?entity=customers&classification=REVIEW
2. Examine Records
BASH
GET /golden/bucket/{bucketId}?entity=customers
3. Make Decision
If duplicates:
BASH
PUT /golden/bucket/merge
{"entity": "customers", "bucketId": "{bucketId}"}
If not duplicates:
BASH
PUT /golden/bucket/disconnect
{"entity": "customers", "bucketId": "{bucketId}", "recordIds": ["id1", "id2"]}
If unsure - skip and review later
4. Track Progress
Monitor duplicate counts:
BASH
GET /entities/customers
Check duplicateBuckets statistic.