Filtering a "has and belongs to many" relation

How can i filter

When having a Collection Type resource with a ( has and belongs to many) relation to course.

How would the request url look like, when i want to filter for resources that have a course with the id 3 ?

I currently have
/api/resources?filters%5Bcourses%5D%5B%24eq%5D=3&pagination%5BpageSize%5D=100&pagination%5Bpage%5D=1&populate=%2A

And I’m wondering why I get a 404, since i double checked if the course exist and they have an active/published relation. :thinking:

This topic has been created from a Discord post (1271056381604266025) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord