Deanonymize

Deanonymize

Returns the same usage report with all fields deanonymized.

Request
URI
POST
https://{api_host}/deanonymize
COPY
Request Body

Deanonymize a report

PostDeanonymize of type(s) application/json
Required
{
    "text": "string"
}
string
text
Required

The content of the usage report to be deanonymized.

Responses
202

Data deanonymized successfully.

Returns PostDeanonymize of type(s) application/json
{
    "text": "string"
}
string
text
Required

The content of the usage report to be deanonymized.


401
Returns 401Unauthorized_sessionID of type(s) application/json
{
    "errCode": "GW_LOGIN_REQUIRED",
    "errMessage": "Your session not found or already expired. Please login"
}
string
errCode
Optional

errCode

string
errMessage
Optional

errMessage