<?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 Breaking Change for v3 Lists API Beta in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/Breaking-Change-for-v3-Lists-API-Beta/m-p/1114280#M982</link>
    <description>&lt;P&gt;The &lt;A href="https://developers.hubspot.com/docs/reference/api/crm/lists" target="_blank"&gt;v3 Lists API beta&lt;/A&gt; currently accepts both integers and strings for the ID of public folders used for list segmentation and returns the ID as an integer. &lt;STRONG&gt;We will be updating the IDs to use only strings&lt;/STRONG&gt; in order to conform to the HubSpot specifications.&amp;nbsp; This will go into effect on April 28th, 2025&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dennisedson_0-1740497839728.gif" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/139475i1DA7A9E54F435941/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dennisedson_0-1740497839728.gif" alt="dennisedson_0-1740497839728.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;What’s Changing&lt;/H3&gt;
&lt;P&gt;Currently, you can format a public folder ID as either an integer (INT) or a STRING in your request body.&amp;nbsp; Going forward, only strings will be accepted.&amp;nbsp; Furthermore, when getting a response, you should expect to see a string rather than an integer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example JSON body of a POST request:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
"parentFolderId": "139565122",
"name": "Folder of Doom"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example JSON body of a response:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
   "folder": {
       "name": "Folder of Doom",
       "id": "139410347",
       "parentFolderId": "139565122",
       "childLists": [],
       "createdAt": "2025-02-12T19:36:54.021Z",
       "updatedAt": "2025-02-12T19:36:54.021Z",
       "updatedContentsAt": "2025-02-12T19:36:54.021Z",
       "userId": 11176268,
       "childNodes": []
   }
}
&lt;/LI-CODE&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;&lt;STRONG&gt;When is it happening?&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;This change goes into effect on April 28th, 2025.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2025 15:42:03 GMT</pubDate>
    <dc:creator>dennisedson</dc:creator>
    <dc:date>2025-02-25T15:42:03Z</dc:date>
    <item>
      <title>Breaking Change for v3 Lists API Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Breaking-Change-for-v3-Lists-API-Beta/m-p/1114280#M982</link>
      <description>&lt;P&gt;The &lt;A href="https://developers.hubspot.com/docs/reference/api/crm/lists" target="_blank"&gt;v3 Lists API beta&lt;/A&gt; currently accepts both integers and strings for the ID of public folders used for list segmentation and returns the ID as an integer. &lt;STRONG&gt;We will be updating the IDs to use only strings&lt;/STRONG&gt; in order to conform to the HubSpot specifications.&amp;nbsp; This will go into effect on April 28th, 2025&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dennisedson_0-1740497839728.gif" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/139475i1DA7A9E54F435941/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dennisedson_0-1740497839728.gif" alt="dennisedson_0-1740497839728.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;What’s Changing&lt;/H3&gt;
&lt;P&gt;Currently, you can format a public folder ID as either an integer (INT) or a STRING in your request body.&amp;nbsp; Going forward, only strings will be accepted.&amp;nbsp; Furthermore, when getting a response, you should expect to see a string rather than an integer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example JSON body of a POST request:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
"parentFolderId": "139565122",
"name": "Folder of Doom"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example JSON body of a response:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
   "folder": {
       "name": "Folder of Doom",
       "id": "139410347",
       "parentFolderId": "139565122",
       "childLists": [],
       "createdAt": "2025-02-12T19:36:54.021Z",
       "updatedAt": "2025-02-12T19:36:54.021Z",
       "updatedContentsAt": "2025-02-12T19:36:54.021Z",
       "userId": 11176268,
       "childNodes": []
   }
}
&lt;/LI-CODE&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;&lt;STRONG&gt;When is it happening?&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;This change goes into effect on April 28th, 2025.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 15:42:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Breaking-Change-for-v3-Lists-API-Beta/m-p/1114280#M982</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2025-02-25T15:42:03Z</dc:date>
    </item>
  </channel>
</rss>

