Get Avatar Classifieds

24 September 2016

  • Release 9.130 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getavatarclassifieds Description[wiki]: The getavatarclassifieds retrieves the profile classifieds of an avatar. Permissions[wiki]: interact Parameters[wiki]: group, password, firstname, lastname (or agent by UUID) Last Changes[wiki]: Release 9.130 - added. </data>

The getavatarclassifieds retrieves the profile classifieds of an avatar.

Command Required Parameters Required Corrade Permissions Example
getavatarclassifieds group, password, firstname, lastname (or agent by UUID) interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // retrieve all the classifieds of the
            // avatar named Vassi Oppulate
            "command", "getavatarclassifieds",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // or "agent", "69ce412b-dffc-436d-86ff-d788bfa66d9d"
            "firstname", "Vassi",
            "lastname", "Oppulate",
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes

  • The command will return a list of classified UUID by classified name. The pick UUID can then be used, for instance, to retrieve the classified details using the getavatarclassifieddata.

secondlife/scripted_agents/corrade/api/commands/getavatarclassifieds.txt ยท Last modified: by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.