/platforms filter by company name

Avatar image for viniciuscarvalho
viniciuscarvalho

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hi there, the following endpoint does not seems to be working: api/platforms/?api_key=<redacted>&format=json&field_list=id,name,release_date,company&offset=0&limit=100&filter=company.name:Nintendo

The docs says company can be filtered, but neither filter=company.name:Nintendo or filter=company.id:90 would work

Is there a special notation for structures like company?

Regards

Avatar image for whatsthatgame
whatsthatgame

18

Forum Posts

6084

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

Hi,

You can filter by company id by adding filter=company:90 (instead of filter=company.id:90). I don't think you can filter by anything else than id for object fields.

Hope that helps =)