Get Estate Lists (Bans, Groups, Managers, Users)
getestatelist (Commands) |
Type | Corrade progressive command |
Command | getestatelist |
Description | The getestatelist command retrieves the bans, allowed groups, managers and allowed users of the current estate. |
Permissions | land |
Parameters | group , password , type |
Last Changes | Release 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