Skip to main content

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

As I understand, you want to search events where custom field id/shortcode = xxx. ?

This is currently not possible, customfields are not valid query parameter for event resource. 
This is possible only if the custom field is added to the event logging form as shared field.