我在 HubSpot 的设置中选择了新联系人的属性字段
为新联系人选择属性字段 https://app-eu1.hubspot.com/sales-products-settings/ /contacts
如何从 https://api.hubapi.com/crm/v3/properties/contacts?archived=false&hapikey= <API_KEY>确定
列出的属性中的哪些属性显示在表单上?我只启用了Persona和TestLabel,而其他字段被隐藏并且未选择在表单中显示。我如何判断哪些属性正在显示,哪些没有通过 API 显示?
I API 提供了完整的属性列表
{
"name": "example_property_name",
"label": "Example Property Name",
"description": "Example Description of the property",
"groupName": "contactinformation",
"type": "string",
"fieldType": "text",
"options": [
],
"deleted": false,
"displayOrder": -1,
"readOnlyValue": false,
"readOnlyDefinition": false,
"hidden": false,
"mutableDefinitionNotDeletable": false,
"favorited": false,
"favoritedOrder": -1,
"calculated": false,
"externalOptions": false,
"displayMode": "current_value",
"formField": true
}