Get Avatar Classified Data

24 September 2016

  • Release 9.130 - added.
getavatarclassifieddata (Commands)
TypeCorrade progressive command
Commandgetavatarclassifieddata
DescriptionThe getavatarclassifieddata retrieves profile classified data given an avatar and a classified UUID by following the ClassifiedAd structure.
Permissionsinteract
Parametersgroup, password, firstname, lastname (or agent by UUID), item, data
Last ChangesRelease 9.130 - added.

The getavatarclassifieddata retrieves profile classified data given an avatar and a classified UUID by following the ClassifiedAd structure.

Command Required Parameters Required Corrade Permissions Example
getavatarclassifieddata group, password, firstname, lastname (or agent by UUID), item interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // query the avatar Vassi Oppulate
            // and retrieve a classified by UUID
            // to return the pick description text
            "command", "getavatarclassifieddata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "firstname", "Vassi",
            "lastname", "Oppulate",
            // the classified UUID
            "item", "495164eb-c94c-1ef6-be77-1d8cc0d56db5",
            // retrieve the pick description
            "data", "Desc",
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes

  • The command requires that a valid classified UUID is passed to the item parameter. The classified UUID can be retrieved by requesting a list of classifieds using the getavatarclassifieds command.

secondlife/scripted_agents/corrade/api/commands/getavatarclassifieddata.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

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.