How do I get all the reviews done by a single user? (not by GB staff)

Avatar image for ismaelc
ismaelc

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Question in title. Halp!

Avatar image for castiel
Castiel

3657

Forum Posts

0

Wiki Points

0

Followers

Reviews: 14

User Lists: 0

Find the user that have written the reviews you want to read. Go to the users' profile page. On the users' profile page find the menu/tab called reviews at the top of their page. Now you can see all the reviews that user have written.

Happy Holidays.

Avatar image for ismaelc
ismaelc

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

@castiel: Hey thanks for the prompt reply! I'm assuming you mean scrape the data off html? Not the API?

Happy holidays!

Avatar image for castiel
Castiel

3657

Forum Posts

0

Wiki Points

0

Followers

Reviews: 14

User Lists: 0

@ismaelc said:

@castiel: Hey thanks for the prompt reply! I'm assuming you mean scrape the data off html? Not the API?

Happy holidays!

What the whaaaat?

I'm just talking about this:

No Caption Provided

Avatar image for ismaelc
ismaelc

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

@castiel: Oh I'm talking about this - http://www.giantbomb.com/api/documentation#toc-0-43

I'm in the API forum I think?

Avatar image for gennah
gennah

20

Forum Posts

4

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I think it would be something like this:

http://www.giantbomb.com/api/user_reviews/?api_key=[key]&filter=reviewer:[user]

But I'm getting an internal server error when I try it.

Avatar image for ismaelc
ismaelc

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#7  Edited By ismaelc

Hmm yeah I'm getting the error as well. Oh well, I'll work on something else in the meantime.

Avatar image for ismaelc
ismaelc

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

@gennah: Anyone you think I can reach out to here to help fix this? I'm still getting 500 Internal Server Error. Or maybe we're doing it wrong

Avatar image for spitz1000
spitz1000

213

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#9  Edited By spitz1000

Have you tried to look through the network tab in the browser debugger?

Avatar image for ismaelc
ismaelc

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#10  Edited By ismaelc

@spitz1000: I'm actually using Postman to make the API call. I did just try the browser just now and it's giving the same response. I'm getting a bunch of tracking errors which I think is just related to the loading of the 500 page

EDIT: The endpoint works, but when you're trying to filter by reviewer, it returns a 500 error. In fact I don't think I ever got the "filter" to work on anything except by game e.g. &filter=object:<game release id>

EDIT2: Also just found out that filter works for /reviews, but not for /user_reviews which is what I need