3 December 2021
<data Commands>
Type: Corrade progressive command
Command[wiki]: batchgroupkeytoname
Description[wiki]: The batchgroupkeytoname
command can be used to resolve multiple group keys to group names.
Permissions[wiki]: interact
Parameters[wiki]: group
, password
, groups
Last Changes[wiki]: C11 - added.
</data>
The batchgroupkeytoname
command can be used to resolve multiple group keys to group names.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
batchgroupkeytoname | group , password , groups | inventory | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "batchgroupkeytoname", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // resolve the following group keys "groups", wasListToCSV( [ "098feaa5-805e-5778-3bf9-002089ad63af", "e269893f-a570-0087-930e-6ba2a0b77f9c", "bdfa1f62-0df1-7c8d-1731-02f8b3322882" ] ), // send the results to this URL "callback", wasURLEscape(URL) ] ) ); |
The command will returns a CSV list of group keys by names - it is not guaranteed that a key could be resolved, in which case, the results will not contain the key and the name.
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.