get https://{youraccountname}.api-us1.com/api/3/dealCustomFieldData/
To retrieve a custom deal field value, the following permissions are required.
- Deal permission: the user should have permission to manage deals.
- Pipeline-specific permission: the user should have permission to manage the pipeline that the deal belongs to. If the user does not have the permission to manage the pipeline, limited deal data are returned with only
id
,title
, andisDisabled
set to1
.
{
"dealCustomFieldDatum": {
"id": "1",
"dealCustomFieldMetumId": 5,
"dealId": 2,
"customFieldId": 5,
"createdTimestamp": "2018-10-29 20:40:38",
"updatedTimestamp": "2018-11-06 02:21:36",
"fieldValue": "New title",
"links": {
"deal": "https://:account.api-us1.com/api/:version/dealCustomFieldData/1/deal",
"dealCustomFieldMetum": "https://:account.api-us1.com/api/:version/dealCustomFieldData/1/dealCustomFieldMetum"
}
}
}