Get Current Groups Data

21 May 2016

  • Release 9.78 - added.
getcurrentgroupsdata (Commands)
TypeCorrade progressive command
Commandgetcurrentgroupsdata
DescriptionThe getcurrentgroupsdata command allows you to query the current groups that Corrade is part of for data in a libopenmetaverse Group structure.
Permissionsgroup
Parametersgroup, password, data
Last ChangesRelease 9.78 - added.

The getcurrentgroupsdata command allows you to query the current groups that Corrade is part of for data in a libopenmetaverse Group structure.

Command Required Parameters Required Corrade Permissions Example
getcurrentgroupsdata group, password, data group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // retrieve the group charter
            // for all groups that Corrade
            // is a current member of
            "command", "getcurrentgroupsdata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", "Charter",
            "callback", wasURLEscape(URL)
        ]
    )
);