Related Product
Which product is this feature related to?
Registrations
Is your feature request related to a problem? Please describe.
Simple count and named attendees have different ways to best get registrant info. With simple counts, the only option is to get the registrant contact and the count. However, for named attendees, the attendees endpoint is more accurate to if that specific person has signed up. Without knowing what type of registration it is, it's a bit of a guess on which data-point is best to use.
Describe the solution you'd like
Ideally the signup endpoint would return a signup_type value.
Describe alternatives you've considered
I'm currently just pulling both for all registrations. It works okay for my use case, but I'd love a bit more detail.
I have..
Related Product
Which product is this feature related to?
Registrations
Is your feature request related to a problem? Please describe.
Simple count and named attendees have different ways to best get registrant info. With simple counts, the only option is to get the registrant contact and the count. However, for named attendees, the attendees endpoint is more accurate to if that specific person has signed up. Without knowing what type of registration it is, it's a bit of a guess on which data-point is best to use.
Describe the solution you'd like
Ideally the signup endpoint would return a signup_type value.
Describe alternatives you've considered
I'm currently just pulling both for all registrations. It works okay for my use case, but I'd love a bit more detail.
I have..