I'm pulling event registrant information using the API like this: https://api.constantcontact.com/ws/customers/0224score/events/a07e5kxadjr5e3217de/registrants/001aLD1V_LkeiK3FRgYtVGlucLAX-R7qkdK6xiVxZvMKZ0g3a-z96c6DLieqW8BIKJC The result is returned, but it does not include the data from the form defined as the first custom field in the Business Information section. In other words, I would expect to see the following in the API response: <BusinessInformation>
<Label>Contact Information</Label>
...
<Blog></Blog>
<CustomField>
<Question>Have you requested counseling previously?</Question>
<Answers>
<Answer>No</Answer>
</Answers>
</CustomField>
</BusinessInformation> matching the format for the custom fields in the CustomInformation1 section. The reality is that I don't get what I would expect, I only get the fixed fields: <BusinessInformation>
<Label>Contact Information</Label>
...
<Blog></Blog>
</BusinessInformation> Is there a problem with the API? Why am I not able to retrieve the custom fields from business information, when I can successfully retrieve custom fields from the Custom Information 1 & 2 sections? The answer unfortunately is not to move this field to an alternative section. It does not make business sense for the customer to do so, and also does not allow me to get at this information captured in existing events. Any help would be appreciated. Phil
... View more