Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Its not a job run, I'm literally just calling the API with return = 200 and offset 0 & then a second call with same return and offset 200 and in both is an instance of the exact same folder JSON object with a specific id/type. Audit trail shows 0 change during my API call tests demonstrating this.
I don't need to as its repeatable 100% of the time. Adds/deletes wouldn't explain that.
Thanks Jo, yes I confirm we have the identity properly defined to include id and folder type, it is not that causing the new issue we haven't seen before.
That is fair to a degree (mainly for delete/adds during a paging operation) however paging requires consistent sorting or else there is no guarantee that I will retrieve all items from all pages if the order changes every time I call the API. While I agree that handling duplicates is something I can...
Hello, While paging through /rest/asset/v1/folders.json using the offset parameter, we are seeing duplicate folder ids in later pages that were returned in earlier pages. E.g. With a maxReturn=200 and offset=0, we get folder id 130 in the results. Then with the same maxReturn=200 and offset=200, we ...
Hoping that product managers/employees are roaming here. Need to talk about the Marketo REST API documentation and/or APIs. I'm doing what I imagine is fairly common development against the REST APIs. I'm using the formal Swagger file and documentation (https://developers.marketo.com/rest-api/endpoi...
Okay, so that's interesting. So as far as you know, the MSI "Add to Marketo Campaign" functionality will essentially only do a "RequestCampaign" API call to that campaign with that lead? If so, assuming the following:The campaign had a recurring scheduleHad qualification rules to allow a person to g...
When you say Microsoft Campaign, do you mean a record in Dynamics or some entity in Marketo? I have two campaigns available currently in the "Add to Marketing Campaign' MSI dialog but they are not also records in the native Dynamics "Campaign" entity. In fact their names match up to
Okay, so it sounds like I may have a misunderstanding of how the "Add To Campaign" function works in MSI. The name add to campaign specifically did not seem to be related to programs in Marketo but perhaps it is. So when I use that function in say Dynamics, it actually adds the Lead to a program tha...
I'll test again, I ran the campaign manually once with a given lead in the qualified people tab and I didn't see the Lead become a member. Will retry to see if I missed something. Maybe its not instant. My question isn't related to Programs. Let me know if you have any thoughts about the other quest...