Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
hmmm there is still only the same 3 partitions that's showing up as response.
I tried the following code to get the list of partitions # Make a GET requestresponse = requests.get('https://[marketo-instance].marketo.com/rest/v1/leads/partitions.json', headers={'Authorization': 'Bearer ' + "[access-token]"})print(response)# # Parse the responselead_parti...
Thanks so much for the promptly responses. It's the same on partitions tab too, tho I can see all the partitions listed on the page, but not when I'm calling the details by code
I tried retrieving the partition ID and it gave me 3 rows of data Even though the marketo account has more: I think this is probably the reason why I'm not able to get the activity details for the lead in my partition. But I have no idea why the the get_lead_partitions aren't showing the rest.
Hi everyone, My marketo account has multiple partitions (partition A, partition B, partition C, etc). I am trying to create a python program that will get me certain data about leads in partition B. I have the below code that's setup and working but the leads in the results don't belong to partiti...