<?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 Properties are missing options object in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749409#M60951</link>
    <description>&lt;P&gt;I have a problem, with the usage of properties API &lt;A href="https://developers.hubspot.com/docs/api/crm/properties" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api/crm/properties &lt;/A&gt;&lt;BR /&gt;When I use it to get some specific properties, like: &lt;SPAN&gt;hs_call_disposition&lt;/SPAN&gt; of object calls, the API returns me the property WITHOUT the options.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jomasjoao_0-1675172155132.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/84321i020308DB7CCA45F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jomasjoao_0-1675172155132.png" alt="jomasjoao_0-1675172155132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 13:37:06 GMT</pubDate>
    <dc:creator>jomasjoao</dc:creator>
    <dc:date>2023-01-31T13:37:06Z</dc:date>
    <item>
      <title>Properties are missing options object</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749409#M60951</link>
      <description>&lt;P&gt;I have a problem, with the usage of properties API &lt;A href="https://developers.hubspot.com/docs/api/crm/properties" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api/crm/properties &lt;/A&gt;&lt;BR /&gt;When I use it to get some specific properties, like: &lt;SPAN&gt;hs_call_disposition&lt;/SPAN&gt; of object calls, the API returns me the property WITHOUT the options.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jomasjoao_0-1675172155132.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/84321i020308DB7CCA45F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jomasjoao_0-1675172155132.png" alt="jomasjoao_0-1675172155132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 13:37:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749409#M60951</guid>
      <dc:creator>jomasjoao</dc:creator>
      <dc:date>2023-01-31T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Properties are missing options object</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749692#M60981</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/513697"&gt;@jomasjoao&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; I found this to be confusing as well. To get the values for the call disposition property, you have two options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can find the default disposition listed here — &lt;A href="https://developers.hubspot.com/docs/api/crm/calls#:~:text=to%20OUTBOUND.-,hs_call_disposition,-The%20outcome%20of" target="_blank" rel="noopener"&gt;Engagements | Calls | Dispositions&lt;/A&gt;. This includes both the name (label) and the&amp;nbsp;&lt;SPAN&gt;internal GUID value.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;You can make a request to this endpoint and get&amp;nbsp;&lt;EM&gt;all&lt;/EM&gt; of your dispositions — default and custom.&amp;nbsp;&lt;A href="https://legacydocs.hubspot.com/docs/methods/engagements/get-call-dispositions?_ga=2.124453262.526945371.1675096861-1548983703.1675096861" target="_blank" rel="noopener"&gt;Get call engagement dispositions&lt;/A&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Here's a quick example using Postman and hs_call_disposition:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-CODE lang="markup"&gt;GET https://api.hubapi.com/calling/v1/dispositions&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-CODE lang="markup"&gt;[
    {
        "id": "9d9162e7-6cf3-4944-bf63-4dff82258764",
        "label": "Busy",
        "deleted": false
    },
    {
        "id": "f240bbac-87c9-4f6e-bf70-924b57d47db7",
        "label": "Connected",
        "deleted": false
    },
    {
        "id": "a4c4c377-d246-4b32-a13b-75a56a4cd0ff",
        "label": "Left live message",
        "deleted": false
    },
    {
        "id": "b2cf5968-551e-4856-9783-52b3da59a7d0",
        "label": "Left voicemail",
        "deleted": false
    },
    {
        "id": "73a0d17f-1163-4015-bdd5-ec830791da20",
        "label": "No answer",
        "deleted": false
    },
    {
        "id": "17b47fee-58de-441e-a44c-c6300d46f273",
        "label": "Wrong number",
        "deleted": false
    },
    {
        "id": "d6ec8b1c-88c9-49c6-b299-bd6ec1594eaf",
        "label": "Refused to work with cats",
        "deleted": false
    }
]&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;The response includes both the default dispositions + the custom disposition I created for this test&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To be honest, there isn't a document that explains why we have to use a separate endpoint. I do not have any additional details. And I wanted you to know what is available and where to find the info you are after.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun building!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;— Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 21:02:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749692#M60981</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-01-31T21:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Properties are missing options object</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749713#M60984</link>
      <description>&lt;P&gt;Very strange indeed, but i also need another property from DEALS. How do I get that?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jomasjoao_1-1675199982805.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/84364i2B7765624302A55F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jomasjoao_1-1675199982805.png" alt="jomasjoao_1-1675199982805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 21:19:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749713#M60984</guid>
      <dc:creator>jomasjoao</dc:creator>
      <dc:date>2023-01-31T21:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Properties are missing options object</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749731#M60986</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/513697"&gt;@jomasjoao&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; There's a separate endpoint for that too &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;&lt;A href="https://legacydocs.hubspot.com/docs/methods/pipelines/get_pipelines_for_object_type" target="_blank" rel="noopener"&gt;Get all pipelines for a specified object type&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.hubapi.com/crm-pipelines/v1/pipelines/deals&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 21:46:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/749731#M60986</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-01-31T21:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Properties are missing options object</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/750102#M61011</link>
      <description>&lt;P&gt;Can I use the PHP SDK, to access this legacies endpoints? I didn't find anything about it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 15:55:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/750102#M61011</guid>
      <dc:creator>jomasjoao</dc:creator>
      <dc:date>2023-02-01T15:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Properties are missing options object</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/754273#M61314</link>
      <description>&lt;P&gt;Hey, i also need to find the options for dealstage for Deal, the v3 api has the same problem, it doesn't return the options. :(. Can you help with that?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:01:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Properties-are-missing-options-object/m-p/754273#M61314</guid>
      <dc:creator>jomasjoao</dc:creator>
      <dc:date>2023-02-09T19:01:14Z</dc:date>
    </item>
  </channel>
</rss>

