curl --request PUT \
--url https://api.hubapi.com/crm/v3/lists/folders/move-list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"listId": "<string>",
"newFolderId": "<string>"
}
'This response has no body data.リストとフォルダーが指定されると、そのフォルダーにリストが移動します。
curl --request PUT \
--url https://api.hubapi.com/crm/v3/lists/folders/move-list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"listId": "<string>",
"newFolderId": "<string>"
}
'This response has no body data.サポートされる製品
必須スコープ
cms.membership.access_groups.writecrm.lists.readcrm.lists.write