GET api/Collaboration/GetRevisionStatus?itemId={itemId}

Getting comment statuses for Media Item versions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemId

Media Item ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Result containing information about unread comments on the version of the Media Item

ObjResultOfIDictionaryOfInt64AndBoolean
NameDescriptionTypeAdditional information
Data

Dictionary of integer [key] and boolean [value]

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": {
    "1": true,
    "3": true
  },
  "error": "sample string 1",
  "success": true,
  "errorCode": 3
}