I’d like to query a meeting and get the meetingRegistrants if there’s a registration form. Not seeing a way to do that using meeting. And if I query meetingRegistrants for a meetingId that doesn’t have a registration form, then it throws an error.
Hi @efortenberry ,
If I’m understanding you correctly, GET/meetings/{meetingId}/registrants
sounds like the endpoint you need.
If you need to check if a meeting had registration first, use GET/meetings/{meetingId}
.
Let me know if this helps!