[Bug]Guild roster achievement points always 0

#1 - July 9, 2011, 11:12 p.m.
Blizzard Post
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
Forum Avatar
Web & Mobile Team
#2 - July 11, 2011, 4:14 p.m.
Blizzard Post
Thanks for reporting this. It is on our bug list and we'll take a look at it.
Forum Avatar
Web & Mobile Team
#4 - July 11, 2011, 8:26 p.m.
Blizzard Post
07/11/2011 11:54 AMPosted by Darque
Did you not receive my email?


Was just recognizing it in the forum and being polite.
Forum Avatar
Battle.net Developer
#17 - April 24, 2012, 11:19 p.m.
Blizzard Post
This should be fixed.
Forum Avatar
Web & Mobile Team
#19 - April 24, 2012, 11:59 p.m.
Blizzard Post
Hurray!
Forum Avatar
Battle.net Developer
#21 - April 26, 2012, 1:48 a.m.
Blizzard Post
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.
Forum Avatar
Battle.net Developer
#23 - April 26, 2012, 5:47 a.m.
Blizzard Post
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.
Forum Avatar
Battle.net Developer
#27 - April 26, 2012, 6:18 p.m.
Blizzard Post

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.