Contents
2025
2024
2023
2022
2021
Changelog
ADDED
Effective from:
March 12, 2024
Introducing a new Labels field and modifying the behavior of the existing Label field
Announced: March 11, 2024
Effective from:
March 12, 2024
March 12, 2024
What is changing?
- We’re adding a new Labels field (
label_ids
), with the typeset
for the following Persons and Organizations API endpoints. TheLabels
field can store up to 100 values per entity. GET /v1/deals/{id}/participants
GET /v1/organizations
GET /v1/organizations/{id}
GET /v1/organizations/{id}/persons
POST /v1/organizations
PUT /v1/organizations/{id}
PUT /v1/organizations/{id}/merge
GET /v1/persons
GET /v1/persons/{id}
POST /v1/persons
PUT /v1/persons/{id}
PUT /v1/persons/{id}/merge
- The endpoints
GET /v1/personFields
andGET /v1/organizationFields
will return the definition of these fields - The old
Label
field and the newLabels
field are updated synchronously based on these rules: - When the
Labels
field is updated, theLabel
field value will be set to the first value of theLabels
field. - When the
Label
field is updated, theLabels
field value will be overwritten by theLabel
field value.
Why is this changing?
We’re changing the behavior of the existing Label field to prevent data inconsistency between the old and new fields.
If you have any questions or comments, please let us know in the Developer’s Community.