CRM
日本語
cURL
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.
リストとフォルダーが指定されると、そのフォルダーにリストが移動します。
サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
移動するリストのID。
リストを移動するフォルダーのID。ルートフォルダーのIDは0です。