Anonymize Communication
This request anonymizes communication objects. The participant is set to unknown and the communication subject, contents are also set to unkown or empty. The date, duration, phone line is not changed, so you can still report on communication.
In the AnonymizeInfo object you can select the filters of the communicaton that has te be anonymized.
Here you can filter on specific addressables or/and a specific period.
Resource
POST /communications/anonymize
Parameters
None
Payload
Response
None
Context
Authorization |
Administrator |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/communicatoins/anonymize
Payload
{
"fromDate":"2018-11-01 16:30:31",
"untilDate":"2018-11-21 16:30:31",
"addressables": [
{
"oid": "1650975",
"objectType": "Addressable"
}
]
}