Get Estate Lists (Bans, Groups, Managers, Users)

4 February 2015

  • Release 7.62 - The timeout parameter has been removed.
getestatelist (Commands)
TypeCorrade progressive command
Commandgetestatelist
DescriptionThe getestatelist command retrieves the bans, allowed groups, managers and allowed users of the current estate.
Permissionsland
Parametersgroup, password, type
Last ChangesRelease 7.62 - The timeout parameter has been removed.

The getestatelist command retrieves the bans, allowed groups, managers and allowed users of the current estate.

Command Required Parameters Required Corrade Permissions Example
getestatelist group, password, type land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Get the ban list for the current estate.
            "command", "getestatelist",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "type", "ban",
            "callback", wasURLEscape(URL)
        ]
    )
);
Parameter Possible Values Description
type ban Retrieves the ban-list for the current estate.
group Retrieves the allowed-groups list for the current estate.
manager Retrieves the estate managers for the current estate.
user Retrieves the allowed-users list for the current estate.

Notes