How to pull On24 event details using Marketo API | Community
Skip to main content
May 22, 2016
Question

How to pull On24 event details using Marketo API

  • May 22, 2016
  • 1 reply
  • 2529 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adam_Benitez1
Level 3
May 22, 2016

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:

May 23, 2016

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.