Profile.N.enabled
Get information if a specific profile is enabled. See specific product user manuals on profiles available on your hub.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "Profile.N.enabled" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result":profile-enabled } |
profile-enabled | Description |
---|---|
true | Specific profile is enabled |
false | Specific profile is not enabled |
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": false
}