SOLVED

How to get Company informations only

Go to solution
Anonymous
Not applicable

How to get Company informations only

Hi all,

If I want to get Company informations, now I have to get all leads and extract fields for Company.
Is there any way to get Company records directly?
BTW, I'm coding c# with Marketo SOAP APIs.

Best Regards,
Biao
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: How to get Company informations only

Marketo stores leads and contacts in a Person object which has a set of company fields.  There is no separate way to query the company names except to get a list of all leads and enumerate/sort/uniquify the company info

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: How to get Company informations only

Biao,
How are you using the list of company names that you extract?  For all contacts, you can query the opportunity MObject and extract the opportunity name and company id.  Details are at http://developers.marketo.com/documentation/soap/getmobjects/
Anonymous
Not applicable

Re: How to get Company informations only

Hi Raj,

I find the Marketo object model here.
http://integratingthecloud.com/the-marketo-object-model-including-a-soaps-perspective/
There are two objects that I need, Contact Object and Company Fields.
But I can't find the SOAP APIs used for this.
Is there any way to get records of them directly? Could you show me an example in C#?

Best Regards,
Biao
Anonymous
Not applicable

Re: How to get Company informations only

Marketo stores leads and contacts in a Person object which has a set of company fields.  There is no separate way to query the company names except to get a list of all leads and enumerate/sort/uniquify the company info