Zum Hauptinhalt springen
GET
/
crm
/
v3
/
extensions
/
cards-dev
/
{appId}
Alle Karten abrufen
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"
    }
  ]
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

Antwort

successful operation

results
object[]
erforderlich

Eine Liste von Kartenantworten

Last modified on March 24, 2026