Get list of company name of attendee user for event

This is used to get the event company list of all attendee users of the event( ascending manner of a company).

For filtering people/attendees, we need to pass a list of companies that we want to be part of the filter.

The following API can be used to fetch the list of companies of all the attendees of an event. The user whose authorisation token is being used for calling this API should be part of this event. The auth token or API key of the admin of the event can also be used to call this API.

The API returns data in paginated form. You can specify the page size and page number that you want to fetch. The pages are numbered from 0 so the first list of companies will be present on page 0. Refer to the following API documentation for more details.

Get company list of event

Here is the API endpoint.

Here is a sample of the success response.

{"recordsTotal":6,"recordsFiltered":6,"data":[{"title":null,"company":"1AndOnly","count":null},{"title":null,"company":"Brandy","count":null},{"title":null,"company":"Brilworks","count":null},{"title":null,"company":"Brilworks PVT LTD","count":null},{"title":null,"company":"ECW","count":null},{"title":null,"company":"ElitInfoChip","count":null}],"error":null}