Help
Regional Flag[Bug]Guild roster achievement points always 0Source
avatar
Rukiak
Target Source
#1 - 2011/07/09 11:12:00 PM
Apologies if this was reported already, took a look and didn't see any threads or mention to it specifically in the known issues thread.

Using the following call, I get a list of all members in a guild:
https://us.battle.net/api/wow/guild/Perenolde/Collision?fields=members

and for each member in the guild I get a block like:
{
"character":{
"name":"Rukiak",
"realm":"Perenolde",
"class":5,
"race":4,
"gender":1,
"level":85,
"achievementPoints":0,
"thumbnail":"perenolde/48/5226800-avatar.jpg"
},
"rank":1
},

Achievement points (at the moment) is always 0.

However, when I do a specific character API call, such as:
http://us.battle.net/api/wow/character/Perenolde/Rukiak

I get:
{
"lastModified":1310230586000,
"name":"Rukiak",
"realm":"Perenolde",
"class":5,
"race":4,
"gender":1,
"level":85,
"achievementPoints":10370,
"thumbnail":"perenolde/48/5226800-avatar.jpg"
}


So I can get the points, but I'd rather do a single API call to the guild roster than a separate call for each character.

On slightly related note, would it be possible to get 'lastModified' into the guild -> members list also?

- Rukiak

avatar
Web & Mobile Team
Target Source
#2 - 2011/07/11 04:14:00 PM
Thanks for reporting this. It is on our bug list and we'll take a look at it.

avatar
Web & Mobile Team
Target Source
#4 - 2011/07/11 08:26:00 PM
07/11/2011 11:54 AMPosted by Darque
Did you not receive my email?


Was just recognizing it in the forum and being polite.

avatar
Blue Poster
Target Source
#17 - 2012/04/24 11:19:00 PM
This should be fixed.

avatar
Blue Poster
Target Source
#19 - 2012/04/24 11:59:00 PM
Hurray!

avatar
Blue Poster
Target Source
#21 - 2012/04/26 01:48:00 AM
04/25/2012 04:16 PMPosted by Trebonius
Not really


This is a different bug and is known about. I added it to the known issues list since it wasn't already on there.

avatar
Blue Poster
Target Source
#23 - 2012/04/26 05:47:00 AM
Great work guys!

BTW, the suggestion about including a lastupdated timestamp in the roster would also be a massive bonus and further reduce the number of calls we need to make to the character API.


The guild profile api is supposed to have a last modified header. I added this to the known issues list. The roster is updated at the same time as the guild profile itself so as long as the last modified header is working you should be good to go.

avatar
Blue Poster
Target Source
#27 - 2012/04/26 06:18:00 PM

h'es on about a lastupdated timestamp on the roster per charactor so that the roster can be used as a base for charactor pulls. having it in the roster tree will bring down the amount of requests people have to make due to them only having to get char info for chars on the roster that have been updated within the last "3days" or whatever there preset is within there scripts. it will make a huge difference in the amount of calls that are made to the api


Precisely.


Sorry for the misunderstanding, unfortunately this is not a simple change. I'm adding the request to the known issues list but can't promise anything else.