GET api/Collaboration/GetCommentSummaryStatus
Getting the status of comments for the current user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing the status of comments (0 - no comments, 1 - all comments read, 2 - there are unread comments)
ObjResultOfCommentSummaryStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | CommentSummaryStatus |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": 0,
"error": "sample string 1",
"success": true,
"errorCode": 3
}