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.

Log in to see full request history

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

KeyValue
Id of a particular ValueValue

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

Error codeError Description
400The 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"
}
404The 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.

Path Params
string
required

Unique organizer URL

Query Params
string

type contain values (profile/register/engagement)

string

Field name in which we want to search a specific value.

string

if a field is inside a JSON value then specified that field name.

string

specify a value which you want to search.

int32

limit of records.

Headers
string
required

API Authorisation token

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain