I am using the REST API with the tMarketoInput component. The connection are working fine. Is there an example where I can get multiple leads at a time using getMultipleLeads operation. What happens if don't have the lead ID?. I was expecting a behavior tSalesforceInput where I did not have to supply this. Thanks Ravi
Found the answer.It appears that I have to construct the URL for specific object I am interested.
For example to get multiple leads I have to enter the following URL:
""
See details of various API methods,
here.
Then I entered the Access Token in the password field.
Then I had to three parameters to get the leads.
"acccess_token" -- value
"filterType" - "id"
"filterValues" --values separated by comma eg. "3,4,5"
Thanks for your quick response. Sorry for the newbie question. How do I specify the username password field in basic authentication type. (tRESTClient component) Looking for the format. Thanks Ravi
Thanks.I entered the password in double quotes (Q: per documentation it says I have to enter the password. No mention of user name and the syntax for user name and password). Thanks for all your help.
The tFileJSONouput file contains the following:
{"data":}
tSClientSetup.pdf_20161223-1353.pdf
Found the answer.It appears that I have to construct the URL for specific object I am interested.
For example to get multiple leads I have to enter the following URL:
""
See details of various API methods,
here.
Then I entered the Access Token in the password field.
Then I had to three parameters to get the leads.
"acccess_token" -- value
"filterType" - "id"
"filterValues" --values separated by comma eg. "3,4,5"
One last request. I am using the tMarketo_Input component and taking LeadKeySelector Option with id as LeadKey Type. Q: How do I enter the values for the id ( I get a pop up window, but won't allow me to enter value). It is a required field. Thanks Ravi