GET api/Collaboration/GetCommentSummary
Getting notifications for the current user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing notifications
ObjResultOfCommentSummaryOutcome[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of CommentSummaryOutcome |
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": [ { "mediaItemId": 1, "mediaItemGuid": "c0715f40-c31b-4d03-8a03-eef6ba597e04", "revisionId": 3, "fileName": "sample string 4", "mediaItemHashCode": 5, "lastComment": { "id": 1, "replyToId": 2, "geometryId": 3, "text": "sample string 4", "user": "sample string 5", "userGuid": "6a88d2e1-e67f-483e-850d-3d820ec5ae77", "time": "2024-12-04T20:14:47.1598974+01:00", "lastEditTime": "2024-12-04T20:14:47.1598974+01:00" }, "commentReaded": true }, { "mediaItemId": 1, "mediaItemGuid": "c0715f40-c31b-4d03-8a03-eef6ba597e04", "revisionId": 3, "fileName": "sample string 4", "mediaItemHashCode": 5, "lastComment": { "id": 1, "replyToId": 2, "geometryId": 3, "text": "sample string 4", "user": "sample string 5", "userGuid": "6a88d2e1-e67f-483e-850d-3d820ec5ae77", "time": "2024-12-04T20:14:47.1598974+01:00", "lastEditTime": "2024-12-04T20:14:47.1598974+01:00" }, "commentReaded": true } ], "error": "sample string 1", "success": true, "errorCode": 3 }