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[]
NameDescriptionTypeAdditional 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": "98c7cf47-d400-40e6-ae07-b5d574edaad4",
      "revisionId": 3,
      "fileName": "sample string 4",
      "mediaItemHashCode": 5,
      "lastComment": {
        "id": 1,
        "replyToId": 2,
        "geometryId": 3,
        "text": "sample string 4",
        "user": "sample string 5",
        "userGuid": "d6f26b06-26d0-479c-9089-75cfcad7126a",
        "time": "2026-02-07T06:17:07.5074+01:00",
        "lastEditTime": "2026-02-07T06:17:07.5074+01:00"
      },
      "commentReaded": true
    },
    {
      "mediaItemId": 1,
      "mediaItemGuid": "98c7cf47-d400-40e6-ae07-b5d574edaad4",
      "revisionId": 3,
      "fileName": "sample string 4",
      "mediaItemHashCode": 5,
      "lastComment": {
        "id": 1,
        "replyToId": 2,
        "geometryId": 3,
        "text": "sample string 4",
        "user": "sample string 5",
        "userGuid": "d6f26b06-26d0-479c-9089-75cfcad7126a",
        "time": "2026-02-07T06:17:07.5074+01:00",
        "lastEditTime": "2026-02-07T06:17:07.5074+01:00"
      },
      "commentReaded": true
    }
  ],
  "error": "sample string 1",
  "success": true,
  "errorCode": 3
}