メインコンテンツへスキップ
GET
/
crm
/
v3
/
extensions
/
cards-dev
/
{appId}
全てのカードを取得
curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}?hapikey='
{
  "results": [
    {
      "actions": {
        "baseUrls": [
          "https://www.example.com/hubspot"
        ]
      },
      "auditHistory": [
        {
          "actionType": "CREATE",
          "applicationId": 123,
          "authSource": "APP",
          "changedAt": 123,
          "initiatingUserId": 123,
          "objectTypeId": 123
        }
      ],
      "display": {
        "properties": [
          {
            "dataType": "BOOLEAN",
            "label": "<string>",
            "name": "<string>",
            "options": [
              {
                "label": "<string>",
                "name": "<string>",
                "type": "DANGER"
              }
            ]
          }
        ]
      },
      "fetch": {
        "objectTypes": [
          {
            "name": "companies",
            "propertiesToSend": [
              "<string>"
            ]
          }
        ],
        "targetUrl": "<string>"
      },
      "id": "<string>",
      "title": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales Hub無料ツール
Service HubService Hub無料ツール
Content HubContent Hub無料ツール

承認

hapikey
string
query
必須

パスパラメータ

appId
integer<int32>
必須

レスポンス

successful operation

results
object[]
必須

カードレスポンスのリスト

Last modified on January 23, 2026