Comment on page
Marketo.Leads
Returns a table with lead details.
function (url
as text,leadIds
as list, optionaloptions
as nullable any) as table
Makes a call to the Marketo REST API endpoint at
url
/rest/v1/leads.json. All leads in list leadIds
are returned.Accessing data
Pulls the details for three leads
Marketo.Leads("https://100-AAA-999.mktorest.com/rest", {50, 2343, 88498})
A table with details for the supplied leads
Last modified 5yr ago