How to access each of the options and whole structure of custom field in event
Hi,
I am creating a client for wild apricot. So to facilitate event registration the form has to be created in mobile app. To do the same the custom event fields has to be shown in the mobile client. So when I try to access the event Registration or event eventdetails using API.
{
"FieldName": "Testing field",
"Value": [
{
"Id": 8815648,
"Label": "New Item 1"
}
]
}
Currently I am using https://api.wildapricot.org/v2/Accounts/209675/EventRegistrations?eventId=2297435
also tried with
https://api.wildapricot.org/v2/Accounts/209675/EventRegistrations/16216925
I get the Field and label for it. but there is a field tyepe and list of values assocaited with it. how to fetch them?
If you need a list of field descriptions, you should get event by id. The data you need are located in Event.Details.EventRegistrationFields
-
Hi,
If you need a list of field descriptions, you should get event by id. The data you need are located in Event.Details.EventRegistrationFields