POST api/AppPersonal/GetUserMyNews

AppGetUserMyNews

Request Information

URI Parameters

None.

Body Parameters

GetUserMe_App
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "12ac7c42-3103-46f8-8e20-49e513ae7dc9",
  "UserUUIDCur": "438a711c-6d1c-40b4-86de-21cfc8efb57b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetUserMyNews_Response
NameDescriptionTypeAdditional information
NewsFavorite

boolean

None.

ScoreAvg

decimal number

None.

NewsFinished

boolean

None.

NewsPrivate

boolean

None.

EntryTime

date

None.

PhotoUUID

globally unique identifier

None.

CommentName

string

None.

NewsUUID

globally unique identifier

None.

EntryTimeChange

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NewsFavorite": true,
    "ScoreAvg": 2.1,
    "NewsFinished": true,
    "NewsPrivate": true,
    "EntryTime": "2025-04-19T09:01:32.5494981+03:00",
    "PhotoUUID": "ba0f0344-94e9-496a-a292-0ce6c0561e6b",
    "CommentName": "sample string 5",
    "NewsUUID": "3be735e6-3fe6-4c64-bc35-e2af205d818e",
    "EntryTimeChange": "2025-04-19T09:01:32.5494981+03:00",
    "UserUUIDCur": "14cfc1e2-b944-4bbb-bf22-f17577808411"
  },
  {
    "NewsFavorite": true,
    "ScoreAvg": 2.1,
    "NewsFinished": true,
    "NewsPrivate": true,
    "EntryTime": "2025-04-19T09:01:32.5494981+03:00",
    "PhotoUUID": "ba0f0344-94e9-496a-a292-0ce6c0561e6b",
    "CommentName": "sample string 5",
    "NewsUUID": "3be735e6-3fe6-4c64-bc35-e2af205d818e",
    "EntryTimeChange": "2025-04-19T09:01:32.5494981+03:00",
    "UserUUIDCur": "14cfc1e2-b944-4bbb-bf22-f17577808411"
  }
]