Get Group Titles

21 May 2016

  • Release 9.78 - added optional parameter target.

20 February 2015

  • Release 7.71 - added.
gettitles (Commands)
TypeCorrade progressive command
Commandgettitles
DescriptionThe gettitles command can be used to enumerate all the titles for a group.
Permissionsgroup
Parametersgroup, password
Last ChangesRelease 9.78 - added optional parameter target.

The gettitles command can be used to enumerate all the titles for a group.

Command Required Parameters Required Corrade Permissions Example
gettitles group, password group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "gettitles",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);
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.

Returns a CSV data list of title data, for each group title, in-order:

  1. a string containing the title,
  2. the UUID of the title,
  3. the role name corresponding to the title,
  4. the UUID of the role corresponding to the title.