サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Authorizations
Path Parameters
メディアブリッジアプリのappId。メディアブリッジを使用する開発者アカウント内に複数のアプリを持つことが可能です。
Query Parameters
アーカイブ済みの結果のみを返すかどうか。
Response
successful operation
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
}
]
}全てのオブジェクトタイプのスキーマを取得します。
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
}
]
}メディアブリッジアプリのappId。メディアブリッジを使用する開発者アカウント内に複数のアプリを持つことが可能です。
アーカイブ済みの結果のみを返すかどうか。
successful operation
Anzeigen untergeordnete attribute