Decrypt
Decrypt
- Method: POST.
Decrypts a short encrypted text using the current crypto service provider.
Request example:
POST /odata.svc/('Root')/DecryptDATA:models=[{"text": _value_}]
Can only be called on the root content.
Parameters:
- text (
string
): The text to decrypt.
Return value:
A clear text original value. (Type: string
).
Requirements:
- AllowedRoles: Administrators, Developers