originally posted in:BungieNetPlatform
I will update the document to provide a little more detail.
periodType may be one of the following: Daily, Monthly, AllTime, or Activity
The monthstart,monthend are a year and a month: 2013-11
The daystart and day end are a year, month, and day: 2013-11-03
English
-
Hi Tetron, when I try to use daystart, dayend, monthstart, monthend, I get "Unable to parse your parameters. Please correct them, and try again." The URL I'm using is below. I confirmed it works for other parameters, just not date-based ones. https://www.bungie.net/Platform/Destiny/Stats/2/4611686018446669197/0/?monthstart=2016-02/
-
You have a / at the end of your month, so "2016-02/" is not a valid month. You also must specify 'endmonth' if you specify 'startmonth'. You also need to specify a character ID. The monthly and daily stats do not work with a character of ID '0'. This call works for example. https://www.bungie.com/platform/destiny/Stats/2/4611686018446669197/2305843009273681840/?monthstart=2016-02&monthend=2016-02
-
Brilliant. Thank you so much.