GroupsV2.GroupQuery

NOTE: GroupQuery, as of Destiny 2, has essentially two totally different and incompatible "modes".

If you are querying for a group, you can pass any of the properties below.

If you are querying for a Clan, you MUST NOT pass any of the following properties (they must be null or undefined in your request, not just empty string/default values):

- groupMemberCountFilter - localeFilter - tagText

If you pass these, you will get a useless InvalidParameters error.
Type: object
Object Properties
name
Type: string
groupType
Type: int32
creationDate
Type: int32
sortBy
Type: int32
groupMemberCountFilter
Nullable Enumeration
Type: int32
Valid Enum Values
  • All: 0
  • OneToTen: 1
  • ElevenToOneHundred: 2
  • GreaterThanOneHundred: 3
localeFilter
Type: string
tagText
Type: string
itemsPerPage
Type: int32
currentPage
Type: int32
requestContinuationToken
Type: string