Zum Hauptinhalt springen
GET
/
crm
/
extensions
/
cards-dev
/
2026-03
/
sample-response
Antwort mit Beispielkartendetails abrufen
curl --request GET \
  --url https://api.hubapi.com/crm/extensions/cards-dev/2026-03/sample-response
{
  "sections": [
    {
      "actions": [
        {
          "propertyNamesIncluded": [
            "<string>"
          ],
          "type": "ACTION_HOOK",
          "url": "<string>",
          "confirmation": {
            "cancelButtonLabel": "<string>",
            "confirmButtonLabel": "<string>",
            "prompt": "<string>"
          },
          "label": "<string>"
        }
      ],
      "id": "<string>",
      "title": "<string>",
      "tokens": [
        {
          "value": "<string>",
          "label": "<string>",
          "name": "<string>"
        }
      ],
      "linkUrl": "<string>"
    }
  ],
  "totalCount": 123,
  "allItemsLinkUrl": "<string>",
  "cardLabel": "<string>",
  "topLevelActions": {
    "secondary": [
      {
        "propertyNamesIncluded": [
          "<string>"
        ],
        "type": "ACTION_HOOK",
        "url": "<string>",
        "confirmation": {
          "cancelButtonLabel": "<string>",
          "confirmButtonLabel": "<string>",
          "prompt": "<string>"
        },
        "label": "<string>"
      }
    ],
    "primary": {
      "propertyNamesIncluded": [
        "<string>"
      ],
      "type": "ACTION_HOOK",
      "url": "<string>",
      "confirmation": {
        "cancelButtonLabel": "<string>",
        "confirmButtonLabel": "<string>",
        "prompt": "<string>"
      },
      "label": "<string>"
    },
    "settings": {
      "height": 123,
      "propertyNamesIncluded": [
        "<string>"
      ],
      "type": "IFRAME",
      "url": "<string>",
      "width": 123,
      "label": "<string>"
    }
  }
}

Documentation Index

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

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

Supported products

Antwort

successful operation

responseVersion
enum<string>
erforderlich

Die Zahlenversion der Antwort.

Verfügbare Optionen:
v1,
v3
sections
object[]
erforderlich

Eine Liste mit bis zu fünf gültigen Kartenunterkategorien

totalCount
integer<int32>
erforderlich

Die Gesamtzahl der Karteneigenschaften, die in dieser Antwort gesendet werden

URL zu einer Seite, die der Integrator erstellt hat und die alle Details zu dieser Karte anzeigt. Diese URL wird den Benutzern unter einem Link „Weitere [x] anzeigen“ angezeigt, wenn Ihre Antwort mehr als fünf Elemente enthält, wobei „x“ der Wert von „itemLabel“ ist.

cardLabel
string

Die Bezeichnung, die für den Link „allItemsLinkUrl“ verwendet werden soll (z. B. „Weitere Tickets anzeigen“). Bei fehlender Angabe wird der Titel der Karte verwendet.

topLevelActions
object
Last modified on April 13, 2026