Hi @GRajput
“In the HubSpot API, the existing HubSpot fields are listed, so I don’t need to create any new properties. However, I want to understand why the properties that appear in the API response are not visible on the HubSpot site under the Data Management > Properties section.”
I am unable to find the “Industry Group” property in the HubSpot site under Data Management within the properties section.
(Property Settings)
but this API returns the result with that property .
(https://api.hubapi.com/crm/v3/properties/companies)
API Response:
{“results”: [
{
“updatedAt”: “2022-05-27T22:46:58.812Z”,
“createdAt”: “2019-08-06T02:41:46.048Z”,
“name”: “about_us”,
“label”: “About Us”,
“type”: “string”,
“fieldType”: “text”,
“description”: “Short about-company”,
“groupName”: “companyinformation”,
“options”: [],
“displayOrder”: -1,
“calculated”: false,
“externalOptions”: false,
“hasUniqueValue”: false,
“hidden”: false,
“hubspotDefined”: true,
“modificationMetadata”: {
“archivable”: true,
“readOnlyDefinition”: true,
“readOnlyValue”: false
},
“formField”: false,
“dataSensitivity”: “non_sensitive”
},
{
“updatedAt”: “2024-04-19T17:35:30.213Z”,
“createdAt”: “2024-04-19T17:35:30.213Z”,
“name”: “hs_industry_group”,
“label”: “Industry group”,
“type”: “string”,
“fieldType”: “text”,
“description”: “Second tier of company industry classification.”,
“groupName”: “companyinformation”,
“options”: [],
“displayOrder”: -1,
“calculated”: false,
“externalOptions”: false,
“hasUniqueValue”: false,
“hidden”: false,
“hubspotDefined”: true,
“modificationMetadata”: {
“archivable”: true,
“readOnlyDefinition”: false,
“readOnlyValue”: false
},
“formField”: false,
“dataSensitivity”: “non_sensitive”
},
{
“updatedAt”: “2024-04-02T15:54:48.160Z”,
“createdAt”: “2020-06-30T15:57:37.573Z”,
“name”: “hs_is_target_account”,
“label”: “Target Account”,
“type”: “bool”,
“fieldType”: “booleancheckbox”,
“description”: “Identifies whether this company is being marketed and sold to as part of your account-based strategy.”,
“groupName”: “targetaccountsinformation”,
“options”: [
{
“label”: “True”,
“value”: “true”,
“description”: “”,
“displayOrder”: 0,
“hidden”: false
},
{
“label”: “False”,
“value”: “false”,
“description”: “”,
“displayOrder”: 1,
“hidden”: false
}
],
“displayOrder”: -1,
“calculated”: false,
“externalOptions”: false,
“hasUniqueValue”: false,
“hidden”: false,
“hubspotDefined”: true,
“modificationMetadata”: {
“archivable”: true,
“readOnlyDefinition”: true,
“readOnlyValue”: false
},
“formField”: false,
“dataSensitivity”: “non_sensitive”
},…and few more datas.
]
}