FireteamFinder.GetListingApplications

FireteamFinder

Verb: GET

Path: /FireteamFinder/Listing/{listingId}/Applications/{destinyMembershipType}/{destinyMembershipId}/{destinyCharacterId}/

Retrieves all applications to a Fireteam Finder listing.

Path Parameters

  • destinyCharacterId
    A valid Destiny character ID.
    Type: int64
  • destinyMembershipId
    A valid Destiny membership ID.
    Type: int64
  • destinyMembershipType
    A valid Destiny membership type.
    The types of membership the Accounts system supports. This is the external facing enum used in place of the internal-only Bungie.SharedDefinitions.MembershipType.
    Type: int32
  • listingId
    The ID of the listing whose applications to retrieve.
    Type: int64

Querystring Parameters

  • flags
    Optional flag representing a filter on the state of the application.
    Type: int64
  • nextPageToken
    An optional token from a previous response to fetch the next page of results.
    Type: string
  • pageSize
    The maximum number of results to be returned with this page.
    Type: int32

Response

Look at the Response property for more information about the nature of this response
Content Type: application/json
Type: object
Object Properties
ErrorCode
Type: int32
ThrottleSeconds
Type: int32
ErrorStatus
Type: string
Message
Type: string
MessageData
Type: object
Dictionary Contents: string
Dictionary Key Type: string
DetailedErrorTrace
Type: string