Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Overview

The getPropertyInformation operation can be used to retrieve detailed information for a property or list of properties configured on the Allora IBE.

Sample Request

{
    "userAuth": {
        "username": "username",
        "password": "password"
    },
    "operation": "getPropertyInformation",
    "siteIDList": [
        1853
    ],
    "channelIDList": [
    ],
    "options": [
        "fullPropertyInformation"
    ]
}

Sample Response

Error Handling

  • No labels