<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Contact properties in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306066#M28985</link>
    <description>&lt;P&gt;Thanks a Lot&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5724"&gt;@jackcoldrick&lt;/a&gt;&amp;nbsp; it works after passing &lt;SPAN&gt;"formSubmissionMode"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 11:33:04 GMT</pubDate>
    <dc:creator>yellalingh</dc:creator>
    <dc:date>2019-12-06T11:33:04Z</dc:date>
    <item>
      <title>Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304971#M28820</link>
      <description>&lt;P&gt;Hi I am trying to write an API to retrvie All contacts using this API&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/get_contacts" target="_blank"&gt;https://developers.hubspot.com/docs/methods/contacts/get_contacts&lt;/A&gt;&amp;nbsp;, In the hubspot tool I can see hundreads of contact properties&amp;nbsp; where as in&amp;nbsp; respose I am reciving only few can you please help me resolve this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 10:55:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304971#M28820</guid>
      <dc:creator>yellalingh</dc:creator>
      <dc:date>2019-12-02T10:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304974#M28821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108754"&gt;@yellalingh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;By default, only a few standard properties will be included in the response data. Specifically "firstname", "lastname" and "lastmodifieddate". If you require more properties you can use the optional "property" parameter multiple times in a request.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;For instance if I wanted to get property A, property B and property C I would make a request like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=demo&amp;amp;property=propertyA&amp;amp;property=propertyB&amp;amp;property=propertyC&amp;amp;property=whateverOtherPropertyYouWant&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It's also worth noting that if you request properties that a contact has no value for we will not return any data for that property even if it's specified in the URL.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jack&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 11:16:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304974#M28821</guid>
      <dc:creator>jackcoldrick</dc:creator>
      <dc:date>2019-12-02T11:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304979#M28822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5724"&gt;@jackcoldrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the prompt response, it worked for the single word property example :"message", but it is not working for multiple word property example :&amp;nbsp;linkedIn Profile i tried passing "linkedIn+Profile". Can you please let me know If i am missing anything&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 12:23:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304979#M28822</guid>
      <dc:creator>yellalingh</dc:creator>
      <dc:date>2019-12-02T12:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304983#M28824</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108754"&gt;@yellalingh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No problem at all.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All Hubspot properties have internal names intended to be used by our APIs. These are what we expect you to pass within the property parameter in the query string. LinkedIn Profile isn't a default property so I'd be unable to tell you exactly what the internal name is. This could be checked by either:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Getting all contact properties via API using &lt;A href="https://developers.hubspot.com/docs/methods/crm-properties/get-properties" target="_self"&gt;this endpoint&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;2) Navigating to the specific property in app and referencing the internal name from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally speaking it would be something like "linkedin_profile" but could also be "linkedinProfile". It really depends on how it was setup originally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 12:41:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/304983#M28824</guid>
      <dc:creator>jackcoldrick</dc:creator>
      <dc:date>2019-12-02T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305021#M28829</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5724"&gt;@jackcoldrick&lt;/a&gt;&amp;nbsp; It works. I am facing one more issue when i pass two properties only one is being passed in tht request.&lt;/P&gt;&lt;PRE&gt;{&lt;SPAN&gt;'hapikey'&lt;/SPAN&gt;: hapikey&lt;SPAN&gt;,  &lt;/SPAN&gt;&lt;SPAN&gt;'property'&lt;/SPAN&gt;:&lt;SPAN&gt;'linkedin_profile__c'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'property'&lt;/SPAN&gt;:&lt;SPAN&gt;'jobtitle'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'count'&lt;/SPAN&gt;:count} &lt;/PRE&gt;&lt;P&gt;I can generate request such as this&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;https://api.hubapi.com/contacts/v1/lists/&lt;SPAN&gt;all&lt;/SPAN&gt;/contacts/&lt;SPAN&gt;all&lt;/SPAN&gt;?hapikey=*******&amp;amp;property=jobtitle&amp;amp;count=&lt;SPAN&gt;100 &lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am using python 3.7.4, with pycharm frame work, I tried passing it as Object as well as array&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 16:17:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305021#M28829</guid>
      <dc:creator>yellalingh</dc:creator>
      <dc:date>2019-12-02T16:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305026#M28830</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108754"&gt;@yellalingh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thats good news!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not overly familiar with python or that specific framework my own background is with PHP. This type of question might be better suited for &lt;A href="https://stackoverflow.com/" target="_self"&gt;stack overflow&lt;/A&gt; potentially or &lt;A href="https://intellij-support.jetbrains.com/hc/en-us/?pycharm" target="_self"&gt;pycharm support&lt;/A&gt;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 16:27:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305026#M28830</guid>
      <dc:creator>jackcoldrick</dc:creator>
      <dc:date>2019-12-02T16:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305215#M28856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5724"&gt;@jackcoldrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; for the support, I have one more Question by using updated Contacts API, will this give if there is any update in contact&amp;nbsp; custom properties and properties imported from sales too.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 10:46:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305215#M28856</guid>
      <dc:creator>yellalingh</dc:creator>
      <dc:date>2019-12-03T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305221#M28858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108754"&gt;@yellalingh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://developers.hubspot.com/docs/methods/contacts/update_contact" target="_self"&gt;update contact API&lt;/A&gt; will allow you to update any of the editable properties of a contact in the HubSpot CRM. Whether they are standard &lt;A href="https://knowledge.hubspot.com/contacts/hubspots-default-contact-properties" target="_self"&gt;default properties provided by HubSpot&lt;/A&gt; or custom properties created by users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course some of our default properties are used by our system and whilst surfaced in app they're read only and will not be editable via the API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 11:04:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305221#M28858</guid>
      <dc:creator>jackcoldrick</dc:creator>
      <dc:date>2019-12-03T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305924#M28960</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5724"&gt;@jackcoldrick&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any restriction on number of Properties that can pe sent as parameters in API request.&lt;/P&gt;&lt;P&gt;During some request I am getting all the properties, During some request I am missing the property.&amp;nbsp; for instance If I am pulling 1,000 contact with 100 contacts each call. call 8 gives me 40 proprties and call 9 gives me 38 not even empty fields for missing properties can you please help me resolve this&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 20:15:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/305924#M28960</guid>
      <dc:creator>yellalingh</dc:creator>
      <dc:date>2019-12-05T20:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306036#M28975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108754"&gt;@yellalingh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are no restrictions that I am aware of. It's worth noting that c&lt;SPAN&gt;ontacts only store data for properties with a value, so records with no value for a property will not include that property in the response JSON, even if the property is specified in the request URL.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jack&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 07:54:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306036#M28975</guid>
      <dc:creator>jackcoldrick</dc:creator>
      <dc:date>2019-12-06T07:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306046#M28981</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5724"&gt;@jackcoldrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running into one more problem, by using contacts API&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=*****&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am getting only one form submission latest, even if the contact has more than 1 submission, where as by using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;https://api.hubapi.com/contacts/v1/contact/vid/26664920/profile?hapikey=********&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I am getting 4 submissions, contact VID&amp;nbsp; i have tested is "&amp;nbsp;&lt;SPAN&gt;26664920". I can see 4 submissions in the hubspot. Can you help me resolve this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 08:53:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306046#M28981</guid>
      <dc:creator>yellalingh</dc:creator>
      <dc:date>2019-12-06T08:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306057#M28983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108754"&gt;@yellalingh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;When using our Contacts API there is an optional parameter you can include in your query string called "formSubmissionMode". This can be set to "all", "none", "newest" or "oldest. If you don't include it then it defaults to "all".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've just run a test in my own HubSpot portal to retrieve a contact that has 4 form submissions and it's working fine. See below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https://api.hubapi.com/contacts/v1/contact/vid/&lt;SPAN&gt;275751&lt;/SPAN&gt;/profile?hapikey={{apikey}}
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Returns:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; {
 	"conversion-id": "ae2d19e4-7c58-4a33-9d29-338453d0ab4f",
 	"timestamp": 1574760656353,
 	"form-id": "a528fd3f-6713-4ba1-90b7-a87bc0a720b8",
 	"portal-id": 2990812,
 	"page-url": "http://dev.jackcoldrick/forms-v3",
 	"page-title": "Forms v3 Example",
 	"title": "Forms API v3 - Legal Consent",
 	"form-type": "HUBSPOT",
 	"contact-associated-by": [
                "VISITOR"
            ],
 	"meta-data": []
 }, {
 	"conversion-id": "4191cacc-e218-4276-9f20-3192fbf69726",
 	"timestamp": 1574760638365,
 	"form-id": "a528fd3f-6713-4ba1-90b7-a87bc0a720b8",
 	"portal-id": 2990812,
 	"page-url": "http://dev.jackcoldrick/forms-v3",
 	"page-title": "Forms v3 Example",
 	"title": "Forms API v3 - Legal Consent",
 	"form-type": "HUBSPOT",
 	"contact-associated-by": [
                "EMAIL"
            ],
 	"meta-data": []
 }, {
 	"conversion-id": "f7f7b1f3-0b4a-4adb-84aa-54b432d43621",
 	"timestamp": 1574760636402,
 	"form-id": "a528fd3f-6713-4ba1-90b7-a87bc0a720b8",
 	"portal-id": 2990812,
 	"page-url": "http://dev.jackcoldrick/forms-v3",
 	"page-title": "Forms v3 Example",
 	"title": "Forms API v3 - Legal Consent",
 	"form-type": "HUBSPOT",
 	"contact-associated-by": [
                "VISITOR"
            ],
 	"meta-data": []
 }, {
 	"conversion-id": "88c4ea3c-5337-423d-a88e-65f322572895",
 	"timestamp": 1574686963180,
 	"form-id": "c45df6c5-85c3-4a8b-86b8-0129bb5d5fef",
 	"portal-id": 2990812,
 	"page-url": "https://www.jackcoldrick.com/meetings/jcoldrick",
 	"title": "Meetings Link: jcoldrick",
 	"form-type": "MEETING",
 	"contact-associated-by": [
                "EMAIL"
            ],
 	"meta-data": []
 }
&lt;/PRE&gt;
&lt;P&gt;You'll notice the "form-type" attribute present in the response. If you could share your HubID I would be able to see in more detail what the problem might be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 10:19:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306057#M28983</guid>
      <dc:creator>jackcoldrick</dc:creator>
      <dc:date>2019-12-06T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306066#M28985</link>
      <description>&lt;P&gt;Thanks a Lot&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5724"&gt;@jackcoldrick&lt;/a&gt;&amp;nbsp; it works after passing &lt;SPAN&gt;"formSubmissionMode"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 11:33:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/306066#M28985</guid>
      <dc:creator>yellalingh</dc:creator>
      <dc:date>2019-12-06T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Contact properties</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/363899#M35823</link>
      <description>&lt;P&gt;Hi, so when I do this, I get a has-more key error? Anything I can do to remedy that?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Aug 2020 22:01:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Contact-properties/m-p/363899#M35823</guid>
      <dc:creator>MQureshi10</dc:creator>
      <dc:date>2020-08-22T22:01:59Z</dc:date>
    </item>
  </channel>
</rss>

