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>"
}
]
}
Rufen Sie die vorhandenen Eigenschaften ab, die für einen Medienobjekttyp definiert sind.
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>"
}
]
}
successful operation
The response is of type object
.