Passer au contenu principal
POST
/
crm
/
v3
/
extensions
/
cards-dev
/
{appId}
/
views
/
migrate
cURL
curl --request POST \
  --url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}/views/migrate?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "appCardId": 123,
  "legacyCrmCardId": 123,
  "helpdeskAppCardId": 123
}
'
{
  "message": "<string>"
}

Supported products

Autorisations

hapikey
string
query
requis

Paramètres de chemin

appId
integer<int32>
requis

Corps

application/json
appCardId
integer<int64>
requis
legacyCrmCardId
integer<int64>
requis
helpdeskAppCardId
integer<int64>

Réponse

successful operation

message
string
requis

A human readable message describing the error along with remediation steps where appropriate

Last modified on April 2, 2026