So I know I can get an array of the various custom fields with the following query parameter, but there is more benefit to be able to retrieve the value for a custom field by wither Short Code or custom field ID. Is that even possible? If so, what is the syntax to do so?
returns all single select custom fields for specified event.
“.../assystREST/v2/events/7430?fields=customFields.singleSelectValue”
looking to return a specific custom field’s value either by ID or Short Code
Thanks in advance for any help