REST API ERPNext 14 get all Event Participant

I have an Event where has participant 1 Student.
How to get this participant in API?

i tried /resource/Event?fields=[“*”] but seems no single field that relate to participant.

Also tried Event Participant but nothing.
Anybody can help please?

hi,

try this:

https://base-url/api/resource/Event Participants?parent=Event&filters=[[“parent”, “=”, “EV00001”]]&fields=[“reference_docname”, “email”]

it doesn’t work
get this error:

hi

try this:

1 Like


it works now… thanks ayah.