The privacyGetStatus Web API Method

Get privacy settings.

Version: 1.14

Required Permissions: Read-only

HTTP method: GET

Supported by Editions: All

Request Parameters:None

Expected Response Code: 200 OK

Response Type: A list of privacy settings.

Possible Action Specific Error Codes: None

Example

Usage Example

Request

GET /ZendServer/Api/privacyGetStatus

Response

{
    "zend.enable_privacy": 1,
    "files": {
        "zend_privacy_regex": "file content",
        "zend_privacy_functions": "file content",
        "zend_privacy_keys": "file content"
    }
}