21 May 2016
target
.21 December 2014
group
Corrade permission.
<data Commands>
Type: Corrade progressive command
Command[wiki]: getgroupaccountsummarydata
Description[wiki]: The getgroupaccountsummarydata
command can be used to retrieve field and property values from the GroupAccountSummary structure for a given number of days
and interval
(0
for current, 1
for last).
Permissions[wiki]: group
Parameters[wiki]: group
, password
, data
, days
, interval
Last Changes[wiki]: Release 9.78 - added optional parameter target
.
</data>
The getgroupaccountsummarydata
command can be used to retrieve field and property values from the GroupAccountSummary structure for a given number of days
and interval
(0
for current, 1
for last).
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getgroupaccountsummarydata | group , password , data , days , interval | group | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get the group balance // and the group tax estimate "command", "getgroupaccountsummarydata", "group", wasURLEscape(GROUP), "data", wasListToCSV( [ "Balance", "GroupTaxEstimate" ] ), "password", wasURLEscape(PASSWORD), "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. |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.