Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Well, segment, type, and value are the mandatory attributes for the POST request - you can store these values locally and use it in-case if you just want to update the alt-text, I think that shouldn't cause any issues.Yes, I tried it and that's possible. But there is a problem that if e.g. style par...
Thank you for response. 2. I tried your solution and it did the trick. Thank you3. I checked isLocked attribute in getcontent endpoint and the value seems to be independent of lock image size value. So there is probably no way how to get lock image size attribute value, except reading plain email t...
Hi, I have a few questions regarding modification dynamic image content in emails by Rest API. Generally I need update alternative text, but to update just this property, it is neccessary provide request with all content arguments (image url, alt text, with, style...). See issues bellow. 1. Sometime...
I think I understand now. The page that does not return any content has only Template Elements in the draft view, but the other one that works has both Template Elements and Page Elements. So, the /rest/asset/v1/landingPage/{id}/content.json request works only with Page Elements, right?Filip
Thanks for your quick response Sanford.I am not sure because the landing page is not mine, it was created by a customer. How can I check if it has a named content? Sorry, I am quite new to Marketo and maybe I am just missing something obvious.Filip
Hello,I have encountered a strange problem while testing my application that uses Marketo REST API.When I try to get a landing page by ID, everything works fine and the response contains all data: GET /rest/asset/v1/landingPage/{id}.jsonHowever, when I call this request: GET /rest/asset/v1/landingPa...
Hello,I am writing a REST API client and, at some point, I need to obtain a list of workspaces of the particular Marketo account. Is it possible? I could not find such endpoint at the Marketo REST API documentation.Thanks,Filip