CommunityContent.GetStreamingStatusForMember

CommunityContent

Verb: GET

Path: /CommunityContent/Live/Users/{partnershipType}/{membershipType}/{membershipId}/

Gets the Live Streaming status of a particular Account and Membership Type.

Path Parameters

  • membershipId
    The membershipId related to that type.
    Type: int64
  • membershipType
    The type of account for which info will be extracted.
    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
  • partnershipType
    The type of partnership for which info will be extracted.
    Representing external partners to which BNet users can link accounts, but that are not Account System credentials: partnerships that BNet uses exclusively for data.
    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