Gets all values for a given attribute on a deal record. Historic values can be queried using the show_historic
query param. Historic values are sorted from oldest to newest (by active_from
).
Required scopes: record_permission:read
, object_configuration:read
.
This API uses OAuth 2.0 with the authorization code grant flow.
A UUID of the deal record to fetch attribute values for.
"1eec4535-30a1-4bc0-be24-e255d3fb5ac5"
A UUID or slug to identify the attribute you want to query values on.
"owner"
If true
, the endpoint will return all historic values for the attribute. If false
, the endpoint will only return the currently active value(s). Defaults to false
. Cannot be set to true
for COMINT attributes or enriched attributes on people/company objects.
true
The maximum number of results to return. See the full guide to pagination here.
10
The number of results to skip over before returning. See the full guide to pagination here.
5
Success
Gets all values for a given attribute on a deal record. Historic values can be queried using the show_historic
query param. Historic values are sorted from oldest to newest (by active_from
).
Required scopes: record_permission:read
, object_configuration:read
.
This API uses OAuth 2.0 with the authorization code grant flow.
A UUID of the deal record to fetch attribute values for.
"1eec4535-30a1-4bc0-be24-e255d3fb5ac5"
A UUID or slug to identify the attribute you want to query values on.
"owner"
If true
, the endpoint will return all historic values for the attribute. If false
, the endpoint will only return the currently active value(s). Defaults to false
. Cannot be set to true
for COMINT attributes or enriched attributes on people/company objects.
true
The maximum number of results to return. See the full guide to pagination here.
10
The number of results to skip over before returning. See the full guide to pagination here.
5
Success