get https://api.accelevents.com/rest/event//people/getAttendeeCount
This API will return the total number of attendees for events by number of days for an event.
For example, if 10 attendees have registered for an event and there are 2 event days it will return 20 (10*2 = 20).
Response
Here in response, we will get a total number of attendees of the event.
Error Codes
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | OK |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4010101 | Not authorized. |
4040200 | No Event could be found. |