GET
/
crm
/
v3
/
extensions
/
cards-dev
/
{appId}
/
{cardId}
Obtén una tarjeta.
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"
    ]
  }
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubGratuito
Service HubService HubGratuito
Content HubContent HubGratuito

Authorizations

hapikey
string
query
required

Path Parameters

cardId
string
required

El ID de la tarjeta de destino.

appId
integer
required

El ID de la aplicación de destino.

Response

200
application/json

successful operation

The response is of type object.