Get Group Data

21 May 2016

  • Release 9.78 - added optional parameter target.

21 December 2014

  • Release 7.34 - added group Corrade permission.

<data Commands> Type: Corrade progressive command Command[wiki]: getgroupdata Description[wiki]: The getgroupdata command allows you to query the current configured group, or a group specified by the optional target parameter, for data in a libopenmetaverse Group structure. Permissions[wiki]: group Parameters[wiki]: group, password, data Last Changes[wiki]: Release 9.78 - added optional parameter target. </data>

The getgroupdata command allows you to query the current configured group, or a group specified by the optional target parameter, for data in a libopenmetaverse Group structure.

Command Required Parameters Required Corrade Permissions Example
getgroupdata group, password, data group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // retrieve the group charter
            "command", "getgroupdata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", "Charter",
            "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.

secondlife/scripted_agents/corrade/api/commands/getgroupdata.txt ยท Last modified: by office

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.