Hi,
I am trying to get the interval value for a deal stage using the API but it comes up blank
My API:
https://api.hubapi.com/crm/v3/properties/deals/dealstage?hapikey=XXXXXXX
My result:
{
“updatedAt”: “2020-06-30T15:57:38.18Z”,
“createdAt”: “2020-06-30T15:57:38.18Z”,
“name”: “dealstage”,
“label”: “Deal Stage”,
“type”: “enumeration”,
“fieldType”: “radio”,
“description”: “The stage of the deal. Deal stages allow you to categorize and track the progress of the deals that you are working on.”,
“groupName”: “deal_activity”,
“options”: [],
“displayOrder”: 3,
“calculated”: false,
“externalOptions”: true,
“hasUniqueValue”: false,
“hidden”: false,
“hubspotDefined”: true,
“modificationMetadata”: {
“archivable”: true,
“readOnlyDefinition”: true,
“readOnlyOptions”: false,
“readOnlyValue”: false
},
“formField”: false
}