メインコンテンツへスキップ
POST
/
crm
/
extensions
/
cards-dev
/
2026-03
/
{appId}
/
views
/
migrate
カードビューを移行
curl --request POST \
  --url https://api.hubapi.com/crm/extensions/cards-dev/2026-03/{appId}/views/migrate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "allowDuplicateAppCardIds": true,
  "appCardId": 123,
  "legacyCrmCardId": 123,
  "helpdeskAppCardId": 123
}
'
{
  "message": "<string>",
  "endedAt": 123,
  "remainingPortalCount": 123,
  "startedAt": 123,
  "totalPortalCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

appId
integer<int32>
必須

旧CRMカードが含まれるアプリのappId

ボディ

application/json
allowDuplicateAppCardIds
boolean
必須
appCardId
integer<int64>
必須
legacyCrmCardId
integer<int64>
必須
helpdeskAppCardId
integer<int64>

レスポンス

successful operation

message
string
必須

移行の進捗状況を記した、人が理解できるメッセージ。

endedAt
integer<int64>

移行が終了した時点のタイムスタンプ。

remainingPortalCount
integer<int64>

旧CRMカードをアプリカードに切り替える必要がある残りのポータル数

startedAt
integer<int64>

移行が開始された時点のタイムスタンプ。

totalPortalCount
integer<int64>

レガシーCRMカードにアクセスできるポータルの合計数

Last modified on May 11, 2026