Get Pending Inventory Offers

getinventoryoffers (Commands)
TypeCorrade progressive command
Commandgetinventoryoffers
DescriptionThe getinventoryoffers command lists all pending inventory offers.
Permissionsinventory
Parametersgroup, password
Last Changesnone

The getinventoryoffers command lists all pending inventory offers as as CSV list of sequential elements of:

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)
        ]
    )
);