Support

Home Forums Event Espresso Premium Extend teh Registration API

Extend teh Registration API

Posted: February 8, 2022 at 9:08 pm

Viewing 0 reply threads


TTBC

February 8, 2022 at 9:08 pm

Hi

If I were to add a temp custom DB field to wp_esp_registration how could I extend the API so that I could sync the data across to another system?

The LAST_MOD is the custom DateTime field I want to use.

using an endpoint like this
https://buscircle.com/wp-json/ee/v4.8.36/registrations?include=Transaction,Event,Ticket,Attendee,Answer&where%5BLAST_MOD%5D%5B>%3d%5D={ctsyncModifiedValue}&order_by[LAST_MOD]=ASC

new FIELD CALLED: data_match

and have it show in the API output at the top of each record
[
{
“REG_ID”: 200021709,
“EVT_ID”: 22015061,
“ATT_ID”: 0,
“TXN_ID”: 22010614,
“TKT_ID”: 9001005,
“STS_ID”: “RIC”,
“LAST_MOD”: “2022-02-08”,
……

Viewing 0 reply threads

The support post ‘Extend teh Registration 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