Hello Marketo Community,
Is a Folder ID obtained from the 4~5 digit ID in the URL?
I'm currently trying to clone a program into a folder with this endpoint, but encounter the following error:
I'm able to successfully clone into a program, but for some reason it doesn't work when I try to clone into a folder. Here's how I'm retrieving the Form ID:
Here's the specific JavaScript that's modified:
I've had it say: {"id":XXXXX,"type":"Program"} for the relevant section and it successfully inserted a new program. Any ideas or thoughts would be appreciated Thanks in advance for any insight.
Solved! Go to Solution.
4082 was indeed the wrong Id! For the folder in question, it was 17134. For anyone trying to reference Folder IDs, the ID in the hyperlink doesn't correspond like it does for Programs and Forms
I think my assumption that the ID in the URL was the correct one, may have not been the correct assumption
Why can't the API find my folders?
Going to try pulling via the call for folders and comment back here just in case anyone else encounters this
Don't think it's guaranteed to for Programs, either. It's ultimately a UI shortcut.
Thanks Sanford Whiteman! I won't make that assumption for Programs either.