Potential bug or dodgy data as I can reproduce on the dev console for the Halo 5 Player Leaderboard request
SeasonId: e668c37d-81c9-49d6-9a92-72fa154ed9e1
PlaylistId: 5c9808b0-03a3-4577-b966-7217f9dda52d
Other playlists and seasons work:
SeasonId: 6080b0bc-95fc-457d-8982-c43801258182
PlaylistId: 892189e9-d712-4bdb-afa7-1ccab43fbed4
https://developer.haloapi.com/docs/services/58acdf27e2f7f71ad0dad84b/operations/58acdf28e2f7f70db4854b35/console
The result we are getting back seems to have a count but contains no other data. Anyone else tried reproing this?
Can confirm, getting 200 Response for all Playlists in the current (May-June 2017) Season, but ResultCount = 0, Results Array empty.
Older Seasons continue to work for all Playlists.
Pragma: no-cache
Vary: Accept-Encoding,Accept-Encoding
Strict-Transport-Security: max-age=157680000; includeSubDomains
X-Content-Type-Options: nosniff
E2EActivity: cRHpOjj66UOnUll7sfGXjQ==
Cache-Control: no-store, must-revalidate, no-cache
Date: Fri, 05 May 2017 07:31:07 GMT
Content-Length: 365
Content-Type: application/json; charset=utf-8
Expires: Fri, 05 May 2017 07:31:07 GMT
{
“Start”: 0,
“Count”: 50,
“ResultCount”: 0,
“Results”: ,
“Links”: {
“Self”: {
“AuthorityId”: “spartanstats”,
“Path”: “/h5/player-leaderboards/csr/e668c37d-81c9-49d6-9a92-72fa154ed9e1/d0766624-dbd7-4536-ba39-2d890a6143a9”,
“QueryString”: “?include-xuids=false&count=50”,
“RetryPolicyId”: “”,
“TopicName”: “”,
“AcknowledgementTypeId”: 0,
“AuthenticationLifetimeExtensionSupported”: false
}
}
}