Enterprise Proxy Get Enterprise Proxy Capabilities

Enterprise Proxy Get Enterprise Proxy Capabilities

Gets all partner capabilities (e.g. role customization,, etc.) currently enabled/disabled for the specified partner.

Privileges required:

READ PROXY

Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyCapabilities
COPY
Request Body
{
    "enterpriseProxyId": 0
}
integer
enterpriseProxyId
Optional

enterpriseProxyId

Responses
200

Request was successfully processed

{
    "enableRoleCustomization": false,
    "enableInProductContextualHelpPanel": false
}
boolean
enableRoleCustomization
Optional

enableRoleCustomization

boolean
enableInProductContextualHelpPanel
Optional

enableInProductContextualHelpPanel


400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyCapabilities