originally posted in:BungieNetPlatform
Is there a property in the JSON that's returned from any of the endpoints that represents the level of the Activity that was played (i.e. level 28 Heroic Strike, level 30 Raid)?
I couldn't find a property that resembled an Activity level from the Stats/PostGameCarnageReport endpoint, so I was wondering if I'm missing it or if I can find it somewhere else.
Thanks.
-
Not sure about the Stats/PostGameCarnageReport but in general you can get activity level by including definitions=true on the query.
-
I realized that the activity level can be determined from the referenceId. Seems as thought each referenceId corresponds to an activity and the level of that activity (i.e. referenceId: 1836893119 = level 33, Crota's End)