POST api/AppLive/GetUserOtherNews

AppGetUserOtherNews

Request Information

URI Parameters

None.

Body Parameters

GetUserOtherNews
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "414923f2-a5a9-474f-a966-b05e775415e0",
  "UserUUIDCur": "9f785a83-37e2-4cc8-9bd8-6e4ce98abb18"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetUserOtherNews_Response
NameDescriptionTypeAdditional information
FunFavorite

boolean

None.

ScoreAvg

decimal number

None.

FunFinished

boolean

None.

FunPrivate

boolean

None.

EntryTime

date

None.

PhotoUUID

globally unique identifier

None.

CommentName

string

None.

FunUUID

globally unique identifier

None.

EntryTimeChange

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FunFavorite": true,
    "ScoreAvg": 2.1,
    "FunFinished": true,
    "FunPrivate": true,
    "EntryTime": "2025-04-19T09:07:06.6413034+03:00",
    "PhotoUUID": "95ea4198-6dd6-4e9e-ad0a-47d496b77445",
    "CommentName": "sample string 6",
    "FunUUID": "1d8c64da-d6ca-4564-a644-28c457b685ca",
    "EntryTimeChange": "2025-04-19T09:07:06.6413034+03:00",
    "UserUUIDCur": "a65b945c-0e06-40a7-8e73-33a463a06594"
  },
  {
    "FunFavorite": true,
    "ScoreAvg": 2.1,
    "FunFinished": true,
    "FunPrivate": true,
    "EntryTime": "2025-04-19T09:07:06.6413034+03:00",
    "PhotoUUID": "95ea4198-6dd6-4e9e-ad0a-47d496b77445",
    "CommentName": "sample string 6",
    "FunUUID": "1d8c64da-d6ca-4564-a644-28c457b685ca",
    "EntryTimeChange": "2025-04-19T09:07:06.6413034+03:00",
    "UserUUIDCur": "a65b945c-0e06-40a7-8e73-33a463a06594"
  }
]