La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
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
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"
}
Personne n'a encore répondu à ce post. Revenez plus tard pour voir si une solution a été proposée, ou soumettez votre propre réponse pour aider d'autres utilisateurs.