Get Friendship Requests

getfriendshiprequests (Commands)
TypeCorrade progressive command
Commandgetfriendshiprequests
DescriptionThe getfriendshiprequests command lists the pending friendship requests as a CSV list of avatar names by avatar UUIDs.
Permissionsfriendship
Parametersgroup, password
Last Changesnone

The getfriendshiprequests command lists the pending friendship requests as a CSV list of avatar names by avatar UUIDs.

Command Required Parameters Required Corrade Permissions Example
getfriendshiprequests group, password friendship
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // termiante friendship
            // with Big Betty
            "command", "getfriendshiprequests",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);