Source
This page was generated with Wiki Builder. Do not change the format!
Info
Returns a user's linked Partnerships.
- URI: /User/{membershipId}/Partnerships/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: User
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
membershipId | integer:int64 | Yes | The ID of the member for whom partnerships should be returned. |
Query String Parameters
None
Example
Request
GET https://www.bungie.net/Platform/User/{membershipId}/Partnerships/
Response
PlatformErrorCode: 200
{
// Type: PublicPartnershipDetail[]
"Response": [
// Type: PublicPartnershipDetail
{
// Type: PartnershipType:Enum
"partnerType": 0,
// Type: string
"identifier": "",
// Type: string
"name": "",
// Type: string
"icon": ""
}
],
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}