GET
/
media-bridge
/
v1
/
{appId}
/
properties
/
{objectType}
Rufen Sie die Eigenschaften für einen Objekttyp ab.
curl --request GET \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}
{
  "results": [
    {
      "hidden": true,
      "displayOrder": 123,
      "description": "<string>",
      "showCurrencySymbol": true,
      "type": "<string>",
      "hubspotDefined": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "archived": true,
      "options": [
        {
          "hidden": true,
          "displayOrder": 123,
          "description": "<string>",
          "label": "<string>",
          "value": "<string>"
        }
      ],
      "hasUniqueValue": true,
      "calculated": true,
      "externalOptions": true,
      "dateDisplayHint": "absolute",
      "updatedAt": "2023-11-07T05:31:56Z",
      "createdUserId": "<string>",
      "modificationMetadata": {
        "readOnlyOptions": true,
        "readOnlyValue": true,
        "readOnlyDefinition": true,
        "archivable": true
      },
      "sensitiveDataCategories": [
        "<string>"
      ],
      "label": "<string>",
      "formField": true,
      "dataSensitivity": "non_sensitive",
      "archivedAt": "2023-11-07T05:31:56Z",
      "groupName": "<string>",
      "referencedObjectType": "<string>",
      "name": "<string>",
      "calculationFormula": "<string>",
      "fieldType": "<string>",
      "updatedUserId": "<string>"
    }
  ]
}
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

Response

200
application/json

successful operation

The response is of type object.