Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
When we try to get program data by rest api, we can do it by different ways as belowQueryBy IdBy NameBrowseBy Date RangeBy Tag TypeIn this, when I hit rest api to get program details by Id ie. GET /rest/asset/v1/program/{id}.jsonI get all fields including startDate,endDate,tagsbut when I hit rest ...
POSTMAN's screen shots -> My GET request -> My POST request
For example, for getting static listGET https://######.mktorest.com/rest/asset/v1/staticLists.json?access_token=######## -> working fine and getting all static list but, for POST https://######.mktorest.com/rest/asset/v1/staticLists.json?_method=GET with access token passed in request in x-www-for...
Agreedbut By using _method= GET in rest APIs , some times getting proper response.... while sometimes getting error array as.... [{message=name cannot be null., code=701}, {message=folder cannot be null., code=701}].... not getting the reason...
As per http://developers.marketo.com/rest-api/error-codes/ We can convert a GET API to POST type by appending _method=GET in URLWould this also be done to make API hits more secure ?, as POST request are more secure than GETAlso,By using _method= GET in rest APIs , some times getting proper respons...
Thanks Sanford As I said We are integrating the staticList, Programs from MarketoBut it is getting difficult to maintain deleted or archive data at our end.. as this data doesn't comes from any rest APIsIf any suggestions anyone have for this will really be helpful
Thanks Devraj and VineelaThis solution will be helpful.. but adding to it..won't any things get logged in Marketo side... like... who created the Static list ?OR if anybody deleting any assetthen who deleted the asset ... ?
We are integrating Programs , Static Lists and Leads in marketo with our applicationBut all we have are owner based thingsLike Program, staticList's... creator or owner we maintain at our endBut at marketo end there is no such concept .. as I realized utill nowIs there any way we can manage owner in...
Thanks for your valuable comments ....I don't have any Marketo Program dedicated to those email addresses. There is no such email addresses actually exist. I just want to explain my case here. I may have one or more than one email addresses for which I need to create email programs. Please correct m...
I need to collect all data related to Email Performance report using APIs only. I need this data email wise. For example I created two email program, one for email "xxx@yyy.com" and another for email "aaa@yyy.com". So I will give email id as an input to an API and related data will come in response...