Re: How to pull On24 event details using Marketo API

Anonymous
Not applicable

How to pull On24 event details using Marketo API

I want to pull event details from Marketo which are integrated with On24. Like shown in the below snapshot, this event is associated with On24 and I want to pull details like Event Status using Marketo API. I am able to pull details like Channel and Created Date using Program API but it does not return Event Status in the response. Can someone provide me a way to pull Event Status field using Marketo API call?

pastedImage_0.png

2 REPLIES 2
Adam_Benitez1
Level 3

Re: How to pull On24 event details using Marketo API

Are you saying that the Event Status doesn't change to "Event Complete" after the webinar has been completed? It should do this automatically if the integration is set up and the event is scheduled and linked correctly in On24.

Here are the options that may appear:

pastedImage_0.png

Anonymous
Not applicable

Re: How to pull On24 event details using Marketo API

No, I am saying I need to pull event details using Marketo API call.

/rest/asset/v1/programs.json?_method=GET&offset=0&maxReturn=200

In the response of this API, I receive everything else like Channel, Create Date but not Event Status field. I want to retrieve this field also in the response.