Hi Everyone, Long time reader, first-time poster. I see that event program is Tentative by default, then it can be Confirmed manually and once it's passed - Finished. But via Get program by Id endpoint I see no difference in response among these three statuses. Any ideas how to check what status event program is in please?
I don't think that's something you could query programmatically via API, but curious as well to see if there's a way after all.
Hi @testEIk
Very interesting question, that made to test this one. Here is something I got:
Use Endpoint: GET rest/asset/v1/program/byName.json?name=Test Webinar&includeTags=true
You'll get the below response:
Yes, but I believe OP is trying to see if there's a way to GET the status of the event set in the Marketo > Event > Schedule tab > Status (Tentative, Confirmed, or Finished). This status is something that users can set in-addition to the event start and end date that the GET Program API endpoint returns (e.g., an event could have start and end dates, but their status might be Tentative/Confirmed/Finished). Here's documentation regarding it on the experience league. See the snapshot below: