originally posted in:BungieNetPlatform
Can somebody explain me how to use the periodType parameter?
I have to provide a periodType and a day/month end or start or both?
Can somebody give me an example request?
Some requests I tried:
?modes=FreeForAll&periodType=Monthly&monthstart=2015-09&monthend=2015-10 -> 1618 DestinyUnexpectedError
?modes=FreeForAll&periodType=Monthly&monthstart=2015-09 -> 18 - InvalidParameters
?modes=FreeForAll&periodType=2&monthstart=2015-09 -> 18 - InvalidParameters
?modes=FreeForAll&periodType=2&monthstart=2015-09&monthend=2015-09 -> 1618 DestinyUnexpectedError
English
#Help
-
a.PeriodType = { None: 0, Daily: 1, Monthly: 2, AllTime: 3, Activity: 4 };