Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This Summit is incredible, I love that every one here knows their stuff and we can engage in very insightful conversations!
Hello, my name is Mauricio Giordano, I work for InEvent (inevent.com) and I'm our Marketo Specialist (I'm in tech).
It should be application/json according to the documentation, that's what I'm passing.I tried application/x-www-form-urlencoded and it didn't work too.
Hello, I'm trying to create a folder in a Program using the POST /rest/asset/v1/folders.json endpoint.Here is the parameters I'm sending:{ name: "InEvent", description: "Test", parent: { id: 1008, type: "Program" }} Here is the response I'm getting:{ requestId: "10af3#1802...