Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns status informations and custom message of an applicant.

applicantData = C_LFGList.GetApplicantInfo(applicantID)

Arguments[]

applicantID
number - Ascending number of applicants since creation of the activity.

Returns[]

applicantData
structure - LfgApplicantData
Field Type Description
applicantID number Same as applicantID or nil
applicationStatus string
pendingApplicationStatus string? "applied", "cancelled"
numMembers number 1 or higher if a group
isNew boolean
comment string Applicant custom message
displayOrderID number
applicationStatus
Value Description
applied
invited
failed
cancelled
declined
declined_full
declined_delisted
timedout
inviteaccepted
invitedeclined

Patch changes[]

Battle for Azeroth Patch 8.1.0 (2018-12-11): Return parameters changed to structure.
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

Advertisement