Get Pending Inventory Offers
getinventoryoffers (Commands) |
Type | Corrade progressive command |
Command | getinventoryoffers |
Description | The getinventoryoffers command lists all pending inventory offers. |
Permissions | inventory |
Parameters | group , password |
Last Changes | none |
The getinventoryoffers
command lists all pending inventory offers as as CSV list of sequential elements of:
the agent name offering the item
-
the message (usually, the item name)
the session UUID (which can be used with the replytoinventoryoffer
command to accept or decline the offered item).
Command | Required Parameters | Required Corrade Permissions | Example |
getinventoryoffers | group , password | inventory | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// get the current inventory offers
"command", "getinventoryoffers",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"callback", wasURLEscape(URL)
]
)
);
|