API Update — July 14, 2026
July 14, 2026
BFF (1.0.27) — View API
Updated from 1.0.27 to 1.0.27 (minor changes).
Communications (1.0.27)
New endpoints:
DELETE /DeleteCommentById/{labelId}/{id}— Deletes a CommentPOST /Add/{labelId}— Creates a CommentPOST /Search/{labelId}— Retrieves the Comments of one objectPUT /Update/{labelId}/{id}— Updates a Comment
Removed endpoints:
DELETE /Comment/{labelId}/{id}— Deletes a CommentPOST /Comment/Search/{labelId}— Retrieves the Comments of one objectPOST /Comment/{labelId}— Creates a CommentPUT /Comment/{labelId}/{id}— Updates a Comment