Source

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

Info

Schema

  • Schema Type: Class
  • Type: object

Properties

Name Type Description
categoryName string  
entries SearchResultOfTrendingEntry  
categoryId string  

Example

{
    // Type: string
    "categoryName": "",
    // Type: SearchResultOfTrendingEntry
    "entries": {
        // 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: string
    "categoryId": ""
}

References

  1. https://bungie-net.github.io/multi/schema_Trending-TrendingCategory.html#schema_Trending-TrendingCategory