Support

Home Forums Event Espresso Premium Export CSV equivalent via REST API

Export CSV equivalent via REST API

Posted: June 29, 2021 at 2:22 pm


texashauntersgroup

June 29, 2021 at 2:22 pm

Greetings, Is there a REST API call that will export the equivalent of the registration CSV format containing all the columns for attendees?

Let me know. Thank you!


Tony

  • Support Staff

July 2, 2021 at 8:37 am

Hi there,

We don’t an endpoint for outputting the same details but the EE REST API allow syou to

The REST API allows you to specify specific fields to and related entities to include in response so you could pull of the data in a single request.

Have you checked the REST API docs for this?

https://github.com/eventespresso/event-espresso-core/tree/master/docs/C–REST-API

This section shows you how to include specific fields:

https://github.com/eventespresso/event-espresso-core/blob/master/docs/C–REST-API/ee4-rest-api-GET-including-specific-fields-and-related-entities-in-results.md

That should get your started although you’ll need to work through and add additional field depending on what you need.

The CSV exports pulls in a lot of data, we added a batch system into Event Espresso as users start experiencing timeouts with the requests at around 2000 registration. You may find your requests start timing out as you pull more data. However, it really depends on your registration set-up and server as to how many you can process.

The support post ‘Export CSV equivalent via REST API’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso