Zum Hauptinhalt springen
GET
/
media-bridge
/
v1
/
{appId}
/
schemas
Obtenir tous les schémas
curl --request GET \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/schemas
{
  "results": [
    {
      "allowsSensitiveProperties": true,
      "archived": true,
      "associations": [
        {
          "createdAt": "2023-11-07T05:31:56Z",
          "fromObjectTypeId": "<string>",
          "id": "<string>",
          "name": "<string>",
          "toObjectTypeId": "<string>",
          "updatedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "createdByUserId": 123,
      "description": "<string>",
      "fullyQualifiedName": "<string>",
      "id": "<string>",
      "labels": {
        "plural": "<string>",
        "singular": "<string>"
      },
      "name": "<string>",
      "objectTypeId": "<string>",
      "primaryDisplayProperty": "<string>",
      "properties": [
        {
          "archived": true,
          "archivedAt": "2023-11-07T05:31:56Z",
          "calculated": true,
          "calculationFormula": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "createdUserId": "<string>",
          "dataSensitivity": "highly_sensitive",
          "dateDisplayHint": "absolute",
          "description": "<string>",
          "displayOrder": 123,
          "externalOptions": true,
          "fieldType": "<string>",
          "formField": true,
          "groupName": "<string>",
          "hasUniqueValue": true,
          "hidden": true,
          "hubspotDefined": true,
          "label": "<string>",
          "modificationMetadata": {
            "archivable": true,
            "readOnlyDefinition": true,
            "readOnlyOptions": true,
            "readOnlyValue": true
          },
          "name": "<string>",
          "options": [
            {
              "description": "<string>",
              "displayOrder": 123,
              "hidden": true,
              "label": "<string>",
              "value": "<string>"
            }
          ],
          "referencedObjectType": "<string>",
          "sensitiveDataCategories": [
            "<string>"
          ],
          "showCurrencySymbol": true,
          "type": "<string>",
          "updatedAt": "2023-11-07T05:31:56Z",
          "updatedUserId": "<string>"
        }
      ],
      "requiredProperties": [
        "<string>"
      ],
      "searchableProperties": [
        "<string>"
      ],
      "secondaryDisplayProperties": [
        "<string>"
      ],
      "updatedAt": "2023-11-07T05:31:56Z",
      "updatedByUserId": 123
    }
  ]
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubGratuit
Service HubService HubGratuit
Content HubContent HubGratuit

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

L'appId de l'application Media Bridge. Il est possible d'avoir plusieurs applications dans votre compte développeur qui utilisent le Media Bridge.

Query Parameters

archived
boolean
default:false

S'il faut renvoyer uniquement les résultats qui ont été archivés.

Response

successful operation

results
object[]
required