curl --request POST \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/batch/read \
--header 'Content-Type: application/json' \
--data '{
"archived": true,
"inputs": [
{
"name": "<string>"
}
],
"dataSensitivity": "non_sensitive"
}'
{
"completedAt": "2023-11-07T05:31:56Z",
"requestedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"links": {},
"results": [
{
"favoritedOrder": 123,
"enforceMultivalueUniqueness": true,
"readOnlyValue": false,
"hidden": false,
"optionSortStrategy": "",
"displayOrder": 123,
"description": "",
"showCurrencySymbol": false,
"type": "",
"readOnlyDefinition": false,
"hubspotDefined": false,
"allowedObjectTypes": "",
"createdAt": 123,
"searchTextAnalysisMode": "NONE",
"textDisplayHint": "",
"portalId": 123,
"options": "",
"isPartial": false,
"optionsAreMutable": false,
"hasUniqueValue": false,
"calculated": false,
"externalOptions": false,
"dateDisplayHint": "absolute",
"favorited": false,
"updatedAt": 123,
"createdUserId": 123,
"canArchive": true,
"fromUserId": 123,
"mutableDefinitionNotDeletable": false,
"isMultiValued": false,
"sensitiveDataCategories": "",
"canRestore": true,
"currencyPropertyName": "",
"owningAppId": 123,
"isCustomizedDefault": false,
"label": "",
"formField": false,
"displayMode": "",
"dataSensitivity": "",
"groupName": "",
"deleted": false,
"referencedObjectType": "",
"name": "",
"searchableInGlobalSearch": false,
"externalOptionsReferenceType": "",
"numberDisplayHint": "",
"fieldType": ""
}
],
"status": "PENDING"
}
Rufen Sie die Details für einen Batch neuer Eigenschaften für einen angegebenen Objekttyp ab.
curl --request POST \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/batch/read \
--header 'Content-Type: application/json' \
--data '{
"archived": true,
"inputs": [
{
"name": "<string>"
}
],
"dataSensitivity": "non_sensitive"
}'
{
"completedAt": "2023-11-07T05:31:56Z",
"requestedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"links": {},
"results": [
{
"favoritedOrder": 123,
"enforceMultivalueUniqueness": true,
"readOnlyValue": false,
"hidden": false,
"optionSortStrategy": "",
"displayOrder": 123,
"description": "",
"showCurrencySymbol": false,
"type": "",
"readOnlyDefinition": false,
"hubspotDefined": false,
"allowedObjectTypes": "",
"createdAt": 123,
"searchTextAnalysisMode": "NONE",
"textDisplayHint": "",
"portalId": 123,
"options": "",
"isPartial": false,
"optionsAreMutable": false,
"hasUniqueValue": false,
"calculated": false,
"externalOptions": false,
"dateDisplayHint": "absolute",
"favorited": false,
"updatedAt": 123,
"createdUserId": 123,
"canArchive": true,
"fromUserId": 123,
"mutableDefinitionNotDeletable": false,
"isMultiValued": false,
"sensitiveDataCategories": "",
"canRestore": true,
"currencyPropertyName": "",
"owningAppId": 123,
"isCustomizedDefault": false,
"label": "",
"formField": false,
"displayMode": "",
"dataSensitivity": "",
"groupName": "",
"deleted": false,
"referencedObjectType": "",
"name": "",
"searchableInGlobalSearch": false,
"externalOptionsReferenceType": "",
"numberDisplayHint": "",
"fieldType": ""
}
],
"status": "PENDING"
}
successful operation
The response is of type object
.