POST api/AppPersonal/AppGetPersonalComment

AppGetPersonalComment

Request Information

URI Parameters

None.

Body Parameters

AppGetUserMyComment
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "ed7a20e0-2f2f-4e87-85e6-e138224ed1e2",
  "DeviceID": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetUserMyComment_Response
NameDescriptionTypeAdditional information
CommentUUID

globally unique identifier

None.

CommentText

string

None.

CommentScore

integer

None.

CommentVideoUUID

globally unique identifier

None.

EntryTime

date

None.

PhotoUUID

globally unique identifier

None.

CommentName

string

None.

ProductID

integer

None.

NewsUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CommentUUID": "34fa6d82-6363-448d-9d18-58a144c4c8df",
    "CommentText": "sample string 1",
    "CommentScore": 2,
    "CommentVideoUUID": "7ff0dc36-78bb-4dc2-8b1e-931aaa89d6de",
    "EntryTime": "2025-04-19T07:58:01.0784314+03:00",
    "PhotoUUID": "44deadec-7c9a-481e-ac03-8aadda070ba7",
    "CommentName": "sample string 4",
    "ProductID": 5,
    "NewsUUID": "884968dc-2c22-4dd4-9a92-0717e2650557",
    "UserUUID": "727e2e84-bbdc-4e0d-9d4c-df0a2c246a67",
    "UserUUIDCur": "cd110a33-d7c9-405c-ac19-c5154f332e81"
  },
  {
    "CommentUUID": "34fa6d82-6363-448d-9d18-58a144c4c8df",
    "CommentText": "sample string 1",
    "CommentScore": 2,
    "CommentVideoUUID": "7ff0dc36-78bb-4dc2-8b1e-931aaa89d6de",
    "EntryTime": "2025-04-19T07:58:01.0784314+03:00",
    "PhotoUUID": "44deadec-7c9a-481e-ac03-8aadda070ba7",
    "CommentName": "sample string 4",
    "ProductID": 5,
    "NewsUUID": "884968dc-2c22-4dd4-9a92-0717e2650557",
    "UserUUID": "727e2e84-bbdc-4e0d-9d4c-df0a2c246a67",
    "UserUUIDCur": "cd110a33-d7c9-405c-ac19-c5154f332e81"
  }
]