Retrieve Land Information for a Group

6 June 2020

  • C10 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getgrouplandinfodata Description[wiki]: The getgrouplandinfodata can be used to query data for a group following the DirectoryParcel structure and is mostly used to determine the land holdings for a group. Permissions[wiki]: group, group Parameters[wiki]: group, password Last Changes[wiki]: C10 - added. </data>

The getgrouplandinfodata can be used to query data for a group following the DirectoryParcel structure and is mostly used to determine the land holdings for a group.

Command Required Parameters Required Corrade Permissions Example
getgrouplandinfodata group, password group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getgrouplandinfodata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "target", "63c7e5a5-4dfd-4f4c-8202-3bff0d87d40a",
            "data", wasListToCSV(
                [
                    "ActualArea",
                    "BillableArea"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameter Possible Value Description
target A group name or UUID. The group to act upon. If this parameter is omitted, then the command acts upon the configured group passed to the group parameter.

Amongst others, the command can be made to query ActualArea and BillableArea that can be used to determine the land holdings of a group by using the following formulas:

Notes