GET v1/{subscriptionID}/projects/{projectID}/diagram/nodes/{diagramNodeID}/comments
Gets all comments for a diagram node.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID. |
globally unique identifier |
Required |
diagramNodeID |
The diagram node ID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns all comments for the diagram node ID.
Collection of CommentModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the comment ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the comment. |
globally unique identifier |
None. |
CreationTime |
Gets the creation time of the comment. |
date |
None. |
Creator |
Gets the user who created the comment. |
DetailedUserViewModel |
None. |
Read |
Gets the value indicating whether the comment was read. |
boolean |
None. |
Content |
Gets the content of the comment. |
string |
None. |
Replies |
Gets and sets all the replies to the comment. |
Collection of CommentModel |
None. |
Response Formats
application/json
Sample:
text/json
Sample: