Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yes... As both the method are used for same purpose.. ie for creating leads on marketo side...which creates some sort of confusion which one to use .I will have to use as per my software design, while mutable behaviour of names will definitely have to consider.
As per http://developers.marketo.com/rest-api/lead-database/leads/ There are two API1) Create and UpdatePOST /rest/v1/leads.json2)Push Lead to MarketoPOST /rest/v1/leads/push.jsoninput difference - program id for create required while program name required for pushWhat is difference between this p...
as screen shot activities are there...am I going wrong anywhere...?
1st API for access tokenhttps://186-LQL-410.mktorest.com/identity/oauth/token?grant_type=client_credentials&client_id=###############&client_secret=############2nd api fro next page tokenhttps://186-lql-410.mktorest.com/rest/v1/activities/pagingtoken.json?access_token=************&sinceDatetime=2019...
There are two ways for getting activity data by activity type Ids1) By Rest API using activity type Id and since date next page token2) By Bulk Import I want to extract data from 2019-01-01T13:22:17-08:00 to 2019-01-31T13:22:17-08:00 but I am not getting any data through this , though I have...
What can be the issues? which things I should check
There are two ways for getting activity data by activity type Ids1) By Rest API using activity type Id and since date next page token2) By Bulk ImportI want to extract data from 2019-01-01T13:22:17-08:00 to 2019-01-31T13:22:17-08:00but I am not getting any data through this , though I have data on ...