Meeting registrant unique identifier data type

When adding a registrant to a meeting, documentation says that we should expect a response that looks like this (notice the “id” node contains a numerical value):

When retrieving the list of registrants for a given meeting, documentation says we should expect a response like this (notice the “id” node contains a string value):

I find it weird that the data type of this unique identifier is not consistent.

Hi @desautelsj ,

In the first example, the idis the meeting id. In the 2nd example, id is the registrant id, however I see in the documentation example that the string length differs from the registrant_id in the first example. It may be a length range that is acceptable for registrant id, but need to confirm that with the webinar team.

1 Like

oh I see. So despite the fact they share the same name, they are in fact not the same. Somehow I missed this distinction. Thanks for pointing it out.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.