Zum Hauptinhalt springen
GET
/
crm
/
v3
/
extensions
/
cards-dev
/
{appId}
/
{cardId}
Eine Karte abrufen
curl --request GET \
  --url https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}/{cardId}
{
  "createdAt": "2019-10-30T03:30:17.883Z",
  "updatedAt": "2019-11-30T03:30:17.883Z",
  "title": "PetSpot",
  "fetch": {
    "targetUrl": "https://www.example.com/hubspot/target",
    "objectTypes": [
      {
        "name": "contacts",
        "propertiesToSend": [
          "email",
          "firstname"
        ]
      }
    ]
  },
  "display": {
    "properties": [
      {
        "name": "pet_name",
        "label": "Pets Name",
        "dataType": "STRING"
      }
    ]
  },
  "actions": {
    "baseUrls": [
      "https://www.example.com/hubspot"
    ]
  }
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubKostenlos

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

Die ID der Ziel-App.

cardId
string
required

Die ID der Zielkarte

Response

successful operation

actions
object
required

Configuration for custom user actions on cards.

Example:
{
  "baseUrls": ["https://www.example.com/hubspot"]
}
auditHistory
object[]
required
display
object
required

Configuration for displayed info on a card

fetch
object
required
id
string
required
title
string
required
createdAt
string<date-time>
updatedAt
string<date-time>