API Reference

Get Reference Field values for a particular attribute of a Organizer

this API is used for searching a particular field value to build an audience filter.

Here is the description of response attributes, which returns to the form of JSON.

Key

Value

Id of a particular Value

Value

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error code

Error Description

400

The request could not be understood by the server due to malformed syntax.

401

{
"errorMessage": "Not authorized",
"errorCode": "4010101",
"developerMessage": "Not authorize to access"
}

403

{
"errorMessage": "Not Event Host",
"errorCode": "4030201",
"developerMessage": "Not Event Host"
}

404

The resource you were trying to reach is not found.

here is an example of the search event name of a particular organization under registration.

https://developer.accelevents.com/rest/u/audience/filter/organizer/{organizerURL}/referenceField?type=register&instance=&field=eventName&value=a&limit=15.

Language
Credentials
Header
Click Try It! to start a request and see the response here!