Method | Endpoint | Description |
---|---|---|
GET | <baseApiUrl>/data360/dam/api/v1/data-deidentifications | Retrieve the list of all data de-identification policies |
GET | <baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id} | Retrieve the published version of specific data de-identification policies |
POST | <baseApiUrl>/data360/dam/api/v1/data-deidentifications | Create new data de-identification policies |
PUT | <baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id} | Modify existing data de-identification policies |
PATCH | <baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id} | Modify existing data de-identification policies |
DELETE | <baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id} | Delete existing data de-identification policies |
DELETE | <baseApiUrl>/data360/dam/api/v1/data-deidentifications/{id}/rules | Delete existing data de-identification rules |