![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns information about your currently listed group.
entryData = C_LFGList.GetActiveEntryInfo()
Returns[]
- entryData
- LfgEntryData
| Field | Type | Description |
|---|---|---|
| activityID | number | The activityID of the group. Use C_LFGList.GetActivityInfo(activityID) to get more information about the activity. This field is not present in Classic. |
| activityIDs |
number[] | List of activity IDs for the listed group. This field is exclusive to Classic. |
| requiredItemLevel | number | Item level requirement for applications. Returns 0 if no requirement is set. |
| requiredHonorLevel | number | |
| name | string | Protected string |
| comment | string | Protected string |
| voiceChat | string | Voice chat specified by group creator. Returns an empty string if no voice chat is specified. |
| duration | number | Expiration time of the group in seconds. Currently starts at 1800 seconds (30 minutes). If no player joins the group within this time the group is delisted for inactivity. |
| autoAccept | boolean | If new applicants are automatically invited. |
| privateGroup | boolean | |
| questID | number? | |
| requiredDungeonScore | number? | |
| requiredPvpRating | number? | |
| playstyle | Enum.LFGEntryPlaystyle? | |
| isCrossFactionListing | boolean | Added in 9.2.5 |
| Value | Field | Description |
|---|---|---|
| 0 | None | |
| 1 | Standard | |
| 2 | Casual | |
| 3 | Hardcore |
Patch changes[]
Patch 9.2.5 (2022-05-31): Added isCrossFactionListing field.
Patch 9.1.5 (2021-11-02): Added requiredDungeonScore, requiredPvpRating, playstyle fields.
Patch 8.1.0 (2018-12-11): Returns structured data.
Patch 6.0.2 (2014-10-14): Added.
