<?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 Get properties liste  of a object in V3 API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/325958#M31490</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I juste have the liste's properties of the object.&lt;BR /&gt;For exemple quotes :&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs-beta/crm/quotes" target="_blank"&gt;https://developers.hubspot.com/docs-beta/crm/quotes&lt;/A&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2020 07:15:00 GMT</pubDate>
    <dc:creator>Malloum</dc:creator>
    <dc:date>2020-03-16T07:15:00Z</dc:date>
    <item>
      <title>Get properties liste  of a object in V3 API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/325958#M31490</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I juste have the liste's properties of the object.&lt;BR /&gt;For exemple quotes :&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs-beta/crm/quotes" target="_blank"&gt;https://developers.hubspot.com/docs-beta/crm/quotes&lt;/A&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 07:15:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/325958#M31490</guid>
      <dc:creator>Malloum</dc:creator>
      <dc:date>2020-03-16T07:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get properties liste  of a object in V3 API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/326149#M31507</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/123911"&gt;@Malloum&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When looking to retrieve HubSpot's CRM objects properties, you can check out the&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs-beta/crm/properties" target="_blank"&gt;CRM API | Properties&lt;/A&gt;. This API also allows you to manage custom properties.&amp;nbsp; Currently, this API only supports the following objects - &lt;EM&gt;Contacts, Companies, Deals and Tickets&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're looking to retrieve quotes object properties, since it do not support custom properties, here's the list of properties:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
  "property_number": "17",
  "property_dropdown": "choice_b",
  "property_radio": "option_1",
  "property_string": "value",
  "property_multiple_checkboxes": "chocolate;strawberry",
  "property_checkbox": "false",
  "property_date": "1572480000000"
}&lt;/PRE&gt;
&lt;P&gt;Hope this helps to shed some light!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 01:57:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/326149#M31507</guid>
      <dc:creator>WendyGoh</dc:creator>
      <dc:date>2020-03-17T01:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get properties liste  of a object in V3 API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/326172#M31514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66274"&gt;@WendyGoh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your answer, in the Quote API, how can I have the associated "Product" and "Deal".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 08:33:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/326172#M31514</guid>
      <dc:creator>Malloum</dc:creator>
      <dc:date>2020-03-17T08:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get properties liste  of a object in V3 API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/326360#M31535</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/123911"&gt;@Malloum&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can the list of associations of a quote by using the GET /crm/v3/objects/quotes/{quoteId}/associations/{associatedObjectType} endpoint - Learn more here:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs-beta/crm/quotes" target="_blank"&gt;CRM API | Quotes&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https://api.hubspot.com/crm/v3/objects/quotes/{{quoteId}}/associations/deals?hapikey={{hapikey}}&lt;/PRE&gt;
&lt;P&gt;to retrieve the deal association of that particular quoteId.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 01:53:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-properties-liste-of-a-object-in-V3-API/m-p/326360#M31535</guid>
      <dc:creator>WendyGoh</dc:creator>
      <dc:date>2020-03-18T01:53:54Z</dc:date>
    </item>
  </channel>
</rss>

