Filter by dynamic links with REST API?

I’m trying to filter Events by the dynamic linked record. For example, I created an Event linked to a Lead. The Lead would be the event_participant, however when I use …/api/resource/events… doesn’t get the event_participants table.

If I use …/api/resource/ev-00001 it will get the event_participant table, but I need a way to filter events by the event_participant…