Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Sample Request

Code Block
languagejson
{
    "userAuth": {
        "username": "username",
        "password": "password"
    },
    "operation": "getPropertyInformation",
    "siteIDList": [
        1853
    ],
    "channel"
    "options": [
        "fullPropertyInformation"
    ]
}

Sample Response

Error Handling