How can I find a custom object in Marketo that I created using a third party API?
Hi Marketo,
I have created REST API in my local system that is creating Custom Objects in Marketo. I am able to describe the objects through my local codebase, but I am not able to find that in Marketo. Where can I find it? Could you please help?
Note: I have used the REST API JAVA code in Marketo Website. Could you please have a look on the response json string when we are describing the objects:
{"requestId":"17f06#15514cf5fdf",
"result":
[{"seq":0,
"marketoGUID":"4f1fcc6d-82d2-46a2-aa20-58d08f79a872",
"testField":"test2",
"externalopportunityid":"Opportunity1TestUpsert",
"name":"customupsert"
},
{"seq":1,
"marketoGUID":"e22ce9ff-a4d8-4f5e-8325-08ceb8bd1153",
"testField":"test1",
"externalopportunityid":"Opportunity1Test1",
"name":"CustObj1"
}],
"success":true}