Developer Announcements

dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

Breaking Change for v3 Lists API Beta

The v3 Lists API beta currently accepts both integers and strings for the ID of public folders used for list segmentation and returns the ID as an integer. We will be updating the IDs to use only strings in order to conform to the HubSpot specifications.  This will go into effect on April 28th, 2025

dennisedson_0-1740497839728.gif

What’s Changing

Currently, you can format a public folder ID as either an integer (INT) or a STRING in your request body.  Going forward, only strings will be accepted.  Furthermore, when getting a response, you should expect to see a string rather than an integer.  

 

Example JSON body of a POST request:

{
"parentFolderId": "139565122",
"name": "Folder of Doom"
}

 

Example JSON body of a response:

{
   "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": []
   }
}

 

When is it happening?

This change goes into effect on April 28th, 2025.

 


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.

0件の返信

0 コメント

この投稿にはまだ回答がありません

この投稿にはまだ回答が寄せられていません。しばらく経ってからもう一度ご確認ください。また、役に立つ情報をご存じの場合はぜひ回答を投稿してください。

投稿に回答する

回答の仕方についてご不明な場合は、コミュニティーのガイドラインをご覧ください。