originally posted in:BungieNetPlatform
View Entire Topic
I'm trying to use the GetForumActivityForUser endpoint and I'm specifying the following parameters
itemsperpage: 20
currentpage: 1
format: 0,
However in the response the query is always set as 'itemsperpage: 9'. Any reason why this may be?
Any help is greatly appreciated.
English
-
Edited by lowlines: 12/22/2015 1:43:11 AMThe endpoint may have been retired. There's actually a GetForumActivityForUserV2 endpoint which doesn't accept itemsperpage as a parameter and generally endpoints like this seem to inherit the functionality of the most recent version, ie GetForumActivityForUser may ignore itemsperpage because it will point to the same place as the newer endpoint. I'm not familiar with it personally and a quick test while writing this reply (which returned no results) has me thinking this endpoint may not even be used anymore.