Deal Stage Internal Value

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
}

Sorry - found ou tthat I can do a query on the pipelines to get my desired info using the API:

https://api.hubapi.com/crm/v3/pipelines/

https://api.hubapi.com/crm/v3/pipelines/ this link shows error. Resource not found.

I am having similar issue.