Retrieving a single participant from /past_webinars/{webinarId}/participants

I see your documentation states that a a GET request to /past_webinars/{webinarId}/participants returns a list of all participants, but I need to find an a way to request the participation data for a single participant, not of all participants.

Is there a way to pass in a participant’s ID and have only that participants data returned? Like /past_webinars/{webinarId}/participants/{participantID} or a query parameter?

Thank you.

Still looking for a reply.