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?
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:
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.