REST API: Landing page content not received
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}.json
However, when I call this request: GET /rest/asset/v1/landingPage/{id}/content.json, I always get this response:
{"success":true,"errors":[],"requestId":"2407#1614cdc6a5c","warnings":["No assets found for the given search criteria."]}
Any idea why is this happening or what it could mean? I am pretty sure the landing page has a content because I can see it when I click Edit Draft.
Filip