get https://api.accelevents.com/rest/u/audience/filter/organizer//referenceField
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. |