Hi There!
We're looking to use the Get Multiple Leads by Program ID REST endpoint and the Program ID is a required field. I don't see a REST Resource to call for a list of the Program IDs.
The closest I got was the Get Multiple Campaigns REST Endpoint, but that looks to only return the Program Names, not the IDs I need.
Any suggestions as to how to get the Program IDs through the REST API?
Thanks so much in advance!
Solved! Go to Solution.
Hi Brianne,
This is currently not available through rest, though we are working on a program API. You can retrieve programs through the SOAP API though: getMObjects » Marketo Developers
Hi Brianne,
This is currently not available through rest, though we are working on a program API. You can retrieve programs through the SOAP API though: getMObjects » Marketo Developers
Thanks for your feedback!
Hi Brianne Goracy
if you will not frequently create/delete programs, I recommend REST Get Folder by Name » Marketo Developers
You can get a program ID.
Oh thanks for that information as well! My team will explore that option as well.