Label ID change?
We have been using the Khoros Community API v2 to bring Ideas data into an internal application.
Recently we noticed that the information pertaining to labels has changed.
Previously here is an example of what the API returned:
{
"type": "label",
"id": "541",
"text": "Utility Network"
}
And mid September this changed to this:
{
"type": "label",
"id": "Utility Network",
"text": "Utility Network"
}
Was there an API change in a release that is documented somewhere or can provide more information. I checked release notes on 21.7, 21.8 and 21.9 and don't see any mention of changes to label in the API.
Hi elbranscomb. The documentation and the 21.8 release notes have been updated. (See the API changes section at the bottom.) This was done in a minor release, so most customers will see this change when they upgrade to 21.9.
There were couple of reasons for the change:1) to eventually support labels on draft revisions
2) to have the text of a label be the same across stage and prod. (The numerical ID is not the same across stage and prod.)