<?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: dropdown values per API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/dropdown-values-per-API/m-p/750387#M61036</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91914"&gt;@nina_pashinina&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; You can use the Properties API to get this info. You'll need the internal value for your user-created property.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the quick steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Navigate to Settings &amp;gt; Properties &amp;gt; Contacts&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Click into your property&lt;/LI&gt;
&lt;LI&gt;Click the&amp;nbsp;&lt;STRONG&gt;&amp;lt;/&amp;gt;&lt;/STRONG&gt; symbol (screenshot) and copy the internal value&amp;nbsp;&lt;BR /&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2023-02-01 at 18.54.59.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/84474i3082DBEE67F02D25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2023-02-01 at 18.54.59.png" alt="CleanShot 2023-02-01 at 18.54.59.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt; Use the Properties API endpoint —&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/crm/properties" target="_blank"&gt;Read a property&lt;/A&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;GET /crm/v3/properties/{objectType}/{propertyName}
​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here's my quick test using my custom property:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Request&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/properties/0-1/acat?archived=false' \
  --header 'authorization: Bearer YOUR_ACCESS_TOKEN'​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Response&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;HTTP 200

{
  "updatedAt": "2022-01-14T17:38:57.647Z",
  "createdAt": "2021-06-09T06:10:33.617Z",
  "name": "acat",
  "label": "acat",
  "type": "enumeration",
  "fieldType": "checkbox",
  "description": "",
  "groupName": "contactinformation",
  "options": [
    {
      "label": "Black",
      "value": "Black",
      "displayOrder": 0,
      "hidden": false
    },
    {
      "label": "White",
      "value": "White",
      "displayOrder": 1,
      "hidden": false
    },
    {
      "label": "Lazy",
      "value": "Lazy",
      "displayOrder": 2,
      "hidden": false
    },
    {
      "label": "Cunning",
      "value": "Cunning",
      "displayOrder": 3,
      "hidden": false
    },
    {
      "label": "",
      "value": "",
      "displayOrder": 4,
      "hidden": false
    },
    {
      "label": "Orange",
      "value": "Orange",
      "displayOrder": 5,
      "hidden": false
    }
  ],
  "createdUserId": "10233975",
  "updatedUserId": "10233975",
  "displayOrder": -1,
  "calculated": false,
  "externalOptions": false,
  "archived": false,
  "hasUniqueValue": false,
  "hidden": false,
  "showCurrencySymbol": false,
  "modificationMetadata": {
    "archivable": true,
    "readOnlyDefinition": false,
    "readOnlyValue": false
  },
  "formField": true
}​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Have fun building! — Jaycee&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 02:01:27 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2023-02-02T02:01:27Z</dc:date>
    <item>
      <title>dropdown values per API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/dropdown-values-per-API/m-p/750000#M61028</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to get the list of dropdown values of user defined contact property field per API?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nina_pashinina_0-1675257255384.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/84406i689F65EA5708E063/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nina_pashinina_0-1675257255384.png" alt="nina_pashinina_0-1675257255384.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 13:14:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/dropdown-values-per-API/m-p/750000#M61028</guid>
      <dc:creator>nina_pashinina</dc:creator>
      <dc:date>2023-02-01T13:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown values per API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/dropdown-values-per-API/m-p/750387#M61036</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91914"&gt;@nina_pashinina&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; You can use the Properties API to get this info. You'll need the internal value for your user-created property.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the quick steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Navigate to Settings &amp;gt; Properties &amp;gt; Contacts&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Click into your property&lt;/LI&gt;
&lt;LI&gt;Click the&amp;nbsp;&lt;STRONG&gt;&amp;lt;/&amp;gt;&lt;/STRONG&gt; symbol (screenshot) and copy the internal value&amp;nbsp;&lt;BR /&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2023-02-01 at 18.54.59.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/84474i3082DBEE67F02D25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2023-02-01 at 18.54.59.png" alt="CleanShot 2023-02-01 at 18.54.59.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt; Use the Properties API endpoint —&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/crm/properties" target="_blank"&gt;Read a property&lt;/A&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;GET /crm/v3/properties/{objectType}/{propertyName}
​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here's my quick test using my custom property:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Request&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/properties/0-1/acat?archived=false' \
  --header 'authorization: Bearer YOUR_ACCESS_TOKEN'​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Response&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;HTTP 200

{
  "updatedAt": "2022-01-14T17:38:57.647Z",
  "createdAt": "2021-06-09T06:10:33.617Z",
  "name": "acat",
  "label": "acat",
  "type": "enumeration",
  "fieldType": "checkbox",
  "description": "",
  "groupName": "contactinformation",
  "options": [
    {
      "label": "Black",
      "value": "Black",
      "displayOrder": 0,
      "hidden": false
    },
    {
      "label": "White",
      "value": "White",
      "displayOrder": 1,
      "hidden": false
    },
    {
      "label": "Lazy",
      "value": "Lazy",
      "displayOrder": 2,
      "hidden": false
    },
    {
      "label": "Cunning",
      "value": "Cunning",
      "displayOrder": 3,
      "hidden": false
    },
    {
      "label": "",
      "value": "",
      "displayOrder": 4,
      "hidden": false
    },
    {
      "label": "Orange",
      "value": "Orange",
      "displayOrder": 5,
      "hidden": false
    }
  ],
  "createdUserId": "10233975",
  "updatedUserId": "10233975",
  "displayOrder": -1,
  "calculated": false,
  "externalOptions": false,
  "archived": false,
  "hasUniqueValue": false,
  "hidden": false,
  "showCurrencySymbol": false,
  "modificationMetadata": {
    "archivable": true,
    "readOnlyDefinition": false,
    "readOnlyValue": false
  },
  "formField": true
}​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Have fun building! — Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 02:01:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/dropdown-values-per-API/m-p/750387#M61036</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-02-02T02:01:27Z</dc:date>
    </item>
  </channel>
</rss>

