comments
Comments and replies on time ranges of a signal.
Get all replies of a comment
Returns all replies of the comment identified by commentId.
Create or update a reply
Creates a new reply when the payload has no id, otherwise updates the existing reply.
Delete a reply
Soft-deletes the reply identified by replyId under the given comment.
Get all comments of a signal in a time range
Returns all comments on the given signal whose time range overlaps the requested start/end window; relative and absolute times are supported.
Create or update a comment
Creates a new comment when the payload has no id, otherwise updates the existing one. A new comment must not overlap an existing comment on the same signal and time range.
Delete a comment
Soft-deletes the comment together with its replies. Administrators may delete any comment, other users only their own.
Get comments for multiple signals and signal groups
Returns the comments of the given signals and signal groups within the requested time range, grouped per signal object. Used to populate the comments of a table/legend spanning multiple outputs.