Source
This page was generated with Wiki Builder. Do not change the format!
Info
Returns the detailed results for a specific trending entry. Note that trending entries are uniquely identified by a combination of both the TrendingEntryType and the identifier: the identifier alone is not guaranteed to be globally unique.
- URI: /Trending/Details/{trendingEntryType}/{identifier}/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Trending
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
identifier | string | Yes | The identifier for the entity to be returned. |
trendingEntryType | TrendingEntryType:Enum | Yes | The type of entity to be returned. |
Query String Parameters
None
Example
Request
GET https://www.bungie.net/Platform/Trending/Details/{trendingEntryType}/{identifier}/
Response
PlatformErrorCode: 200
{
// Type: TrendingDetail
"Response": {
// Type: string
"identifier": "",
// Type: TrendingEntryType:Enum
"entityType": 0,
// Type: TrendingEntryNews
"news": {
// Type: ContentItemPublicContract
"article": {
// Type: integer:int64
"contentId": 0,
// Type: string
"cType": "",
// Type: string
"cmsPath": "",
// Type: string:date-time
"creationDate": "",
// Type: string:date-time
"modifyDate": "",
// Type: boolean
"allowComments": false,
// Type: boolean
"hasAgeGate": false,
// Type: integer:int32
"minimumAge": 0,
// Type: string
"ratingImagePath": "",
// Type: GeneralUser
"author": {
// Type: integer:int64
"membershipId": 0,
// Type: string
"uniqueName": "",
// Type: string
"normalizedName": "",
// Type: string
"displayName": "",
// Type: integer:int32
"profilePicture": 0,
// Type: integer:int32
"profileTheme": 0,
// Type: integer:int32
"userTitle": 0,
// Type: integer:int64
"successMessageFlags": 0,
// Type: boolean
"isDeleted": false,
// Type: string
"about": "",
// Type: string:date-time:nullable
"firstAccess": "",
// Type: string:date-time:nullable
"lastUpdate": "",
// Type: integer:int64:nullable
"legacyPortalUID": 0,
// Type: UserToUserContext
"context": {
// Type: boolean
"isFollowing": false,
// Type: IgnoreResponse
"ignoreStatus": {
// Type: boolean
"isIgnored": false,
// Type: IgnoreStatus:Enum
"ignoreFlags": 0
},
// Type: string:date-time:nullable
"globalIgnoreEndDate": ""
},
// Type: string
"psnDisplayName": "",
// Type: string
"xboxDisplayName": "",
// Type: string
"fbDisplayName": "",
// Type: boolean:nullable
"showActivity": false,
// Type: string
"locale": "",
// Type: boolean
"localeInheritDefault": false,
// Type: integer:int64:nullable
"lastBanReportId": 0,
// Type: boolean
"showGroupMessaging": false,
// Type: string
"profilePicturePath": "",
// Type: string
"profilePictureWidePath": "",
// Type: string
"profileThemeName": "",
// Type: string
"userTitleDisplay": "",
// Type: string
"statusText": "",
// Type: string:date-time
"statusDate": "",
// Type: string:date-time:nullable
"profileBanExpire": "",
// Type: string
"blizzardDisplayName": ""
},
// Type: boolean
"autoEnglishPropertyFallback": false,
// Type: Dictionary<string,object>
"properties": {
"{string}": {}
},
// Type: ContentRepresentation[]
"representations": [
// Type: ContentRepresentation
{
// Type: string
"name": "",
// Type: string
"path": "",
// Type: string
"validationString": ""
}
],
// Type: string[]
"tags": [
// Type: string
""
],
// Type: CommentSummary
"commentSummary": {
// Type: integer:int64
"topicId": 0,
// Type: integer:int32
"commentCount": 0
}
}
},
// Type: TrendingEntrySupportArticle
"support": {
// Type: ContentItemPublicContract
"article": {
// Type: integer:int64
"contentId": 0,
// Type: string
"cType": "",
// Type: string
"cmsPath": "",
// Type: string:date-time
"creationDate": "",
// Type: string:date-time
"modifyDate": "",
// Type: boolean
"allowComments": false,
// Type: boolean
"hasAgeGate": false,
// Type: integer:int32
"minimumAge": 0,
// Type: string
"ratingImagePath": "",
// Type: GeneralUser
"author": {
// Type: integer:int64
"membershipId": 0,
// Type: string
"uniqueName": "",
// Type: string
"normalizedName": "",
// Type: string
"displayName": "",
// Type: integer:int32
"profilePicture": 0,
// Type: integer:int32
"profileTheme": 0,
// Type: integer:int32
"userTitle": 0,
// Type: integer:int64
"successMessageFlags": 0,
// Type: boolean
"isDeleted": false,
// Type: string
"about": "",
// Type: string:date-time:nullable
"firstAccess": "",
// Type: string:date-time:nullable
"lastUpdate": "",
// Type: integer:int64:nullable
"legacyPortalUID": 0,
// Type: UserToUserContext
"context": {
// Type: boolean
"isFollowing": false,
// Type: IgnoreResponse
"ignoreStatus": {
// Type: boolean
"isIgnored": false,
// Type: IgnoreStatus:Enum
"ignoreFlags": 0
},
// Type: string:date-time:nullable
"globalIgnoreEndDate": ""
},
// Type: string
"psnDisplayName": "",
// Type: string
"xboxDisplayName": "",
// Type: string
"fbDisplayName": "",
// Type: boolean:nullable
"showActivity": false,
// Type: string
"locale": "",
// Type: boolean
"localeInheritDefault": false,
// Type: integer:int64:nullable
"lastBanReportId": 0,
// Type: boolean
"showGroupMessaging": false,
// Type: string
"profilePicturePath": "",
// Type: string
"profilePictureWidePath": "",
// Type: string
"profileThemeName": "",
// Type: string
"userTitleDisplay": "",
// Type: string
"statusText": "",
// Type: string:date-time
"statusDate": "",
// Type: string:date-time:nullable
"profileBanExpire": "",
// Type: string
"blizzardDisplayName": ""
},
// Type: boolean
"autoEnglishPropertyFallback": false,
// Type: Dictionary<string,object>
"properties": {
"{string}": {}
},
// Type: ContentRepresentation[]
"representations": [
// Type: ContentRepresentation
{
// Type: string
"name": "",
// Type: string
"path": "",
// Type: string
"validationString": ""
}
],
// Type: string[]
"tags": [
// Type: string
""
],
// Type: CommentSummary
"commentSummary": {
// Type: integer:int64
"topicId": 0,
// Type: integer:int32
"commentCount": 0
}
}
},
// Type: TrendingEntryDestinyItem
"destinyItem": {
// Type: integer:uint32
"itemHash": 0
},
// Type: TrendingEntryDestinyActivity
"destinyActivity": {
// Type: integer:uint32
"activityHash": 0,
// Type: DestinyPublicActivityStatus
"status": {
// Type: Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32[]
"challengeObjectiveHashes": [
// Type: integer:uint32
0
],
// Type: Destiny.Definitions.ActivityModifiers.DestinyActivityModifierDefinition:integer:uint32[]
"modifierHashes": [
// Type: integer:uint32
0
],
// Type: DestinyItemQuantity[]
"rewardTooltipItems": [
// Type: DestinyItemQuantity
{
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
"itemHash": 0,
// Type: integer:int64:nullable
"itemInstanceId": 0,
// Type: integer:int32
"quantity": 0
}
]
}
},
// Type: TrendingEntryDestinyRitual
"destinyRitual": {
// Type: string
"image": "",
// Type: string
"icon": "",
// Type: string
"title": "",
// Type: string
"subtitle": "",
// Type: string:date-time:nullable
"dateStart": "",
// Type: string:date-time:nullable
"dateEnd": "",
// Type: DestinyPublicMilestone
"milestoneDetails": {},
// Type: DestinyMilestoneContent
"eventContent": {}
},
// Type: TrendingEntryCommunityCreation
"creation": {
// Type: string
"media": "",
// Type: string
"title": "",
// Type: string
"author": "",
// Type: integer:int64
"authorMembershipId": 0,
// Type: integer:uint64
"postId": 0,
// Type: string
"body": "",
// Type: integer:int32
"upvotes": 0
},
// Type: TrendingEntryCommunityStream
"stream": {
// Type: string
"image": "",
// Type: string
"title": "",
// Type: string
"partnershipIdentifier": "",
// Type: PartnershipType:Enum
"partnershipType": 0
}
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}