Source

This page was generated with Wiki Builder. Do not change the format!

Info

Returns paginated lists of trending items for a category.

Parameters

Path Parameters

Name Schema Required Description
categoryId string Yes The ID of the category for whom you want additional results.
pageNumber integer:int32 Yes The page # of results to return.

Query String Parameters

None

Example

Request

GET https://www.bungie.net/Platform/Trending/Categories/{categoryId}/{pageNumber}/

Response

PlatformErrorCode: 200

{
    // Type: SearchResultOfTrendingEntry
    "Response": {
        // Type: TrendingEntry[]
        "results": [
           // Type: TrendingEntry
            {
                // Type: number:double
                "weight": 0,
                // Type: boolean
                "isFeatured": false,
                // Type: string
                "identifier": "",
                // Type: TrendingEntryType:Enum
                "entityType": {},
                // Type: string
                "displayName": "",
                // Type: string
                "tagline": "",
                // Type: string
                "image": "",
                // Type: string:date-time:nullable
                "startDate": "",
                // Type: string:date-time:nullable
                "endDate": "",
                // Type: string
                "link": "",
                // Type: string
                "webmVideo": "",
                // Type: string
                "mp4Video": "",
                // Type: string
                "featureImage": "",
                // Type: TrendingEntry[]
                "items": [
                   // Type: TrendingEntry
                    "{}"
                ]
            }
        ],
        // Type: integer:int32
        "totalResults": 0,
        // Type: boolean
        "hasMore": false,
        // Type: PagedQuery
        "query": {
            // Type: integer:int32
            "itemsPerPage": 0,
            // Type: integer:int32
            "currentPage": 0,
            // Type: string
            "requestContinuationToken": ""
        },
        // Type: string
        "replacementContinuationToken": "",
        // Type: boolean
        "useTotalResults": false
    },
    // Type: PlatformErrorCodes:Enum
    "ErrorCode": 0,
    // Type: integer:int32
    "ThrottleSeconds": 0,
    // Type: string
    "ErrorStatus": "",
    // Type: string
    "Message": "",
    // Type: Dictionary<string,string>
    "MessageData": {
        "{string}": ""
    },
    // Type: object
}

References

  1. https://bungie-net.github.io/multi/operation_get_Trending-GetTrendingCategory.html#operation_get_Trending-GetTrendingCategory