Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello!I am building an app to create custom objects in Marketo. A limitation with the software I am using is that I cannot cache the API Token I generate and will have to make many redundant calls to generate/retrieve an api token even if it has not expired yet. I will have to do this with every cus...
How can I get all opportunities (unconditionally) via the REST API? I've tried this endpoint, but it errors if I don't pass in filterTypes and filterValues (though docs say the latter is optional). That said, based on docs, the getMObjects() SOAP API method doesn't seem to have this restriction.