POST api/AppPersonal/AppGetPersonalFun

AppGetPersonalFun

Request Information

URI Parameters

None.

Body Parameters

_AppGetPersonalFun
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "2813908d-9077-444f-8b4b-3d93b0b8f784"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

_AppGetPersonalFun_Response
NameDescriptionTypeAdditional information
res

Collection of PersonalResultFun

None.

persDet

Collection of PersonalDetail

None.

Response Formats

application/json, text/json

Sample:
{
  "res": [
    {
      "NewsFavorite": true,
      "ScoreAvg": 1.1,
      "NewsFinished": true,
      "NewsPrivate": true,
      "EntryTime": "2026-06-20T22:53:46.5657976+03:00",
      "EntryTimeChange": "2026-06-20T22:53:46.5657976+03:00",
      "PhotoUUID": "cbb0d734-b640-4889-a25e-945129da5a37",
      "CommentName": "sample string 1",
      "NewsUUID": "98fb0b10-d97c-40c4-9e0a-d05ba5d916d7",
      "UserUUIDCur": "72b11294-4727-4a56-bed3-6410a7624831"
    },
    {
      "NewsFavorite": true,
      "ScoreAvg": 1.1,
      "NewsFinished": true,
      "NewsPrivate": true,
      "EntryTime": "2026-06-20T22:53:46.5657976+03:00",
      "EntryTimeChange": "2026-06-20T22:53:46.5657976+03:00",
      "PhotoUUID": "cbb0d734-b640-4889-a25e-945129da5a37",
      "CommentName": "sample string 1",
      "NewsUUID": "98fb0b10-d97c-40c4-9e0a-d05ba5d916d7",
      "UserUUIDCur": "72b11294-4727-4a56-bed3-6410a7624831"
    }
  ],
  "persDet": [
    {
      "PhotoUUID": "fc5b8f24-690f-453d-aa52-f1cd193f113e",
      "ResourceName": "sample string 1",
      "ResourceQ": 1.1,
      "ResourceDescr": "sample string 2",
      "ProductLevelVisible": 1,
      "TelmoneButton": true,
      "UpgradeButton": true,
      "Completed": 1.1,
      "UserUUIDCur": "d4ab5246-0c73-4109-85ad-56fb1651cf51"
    },
    {
      "PhotoUUID": "fc5b8f24-690f-453d-aa52-f1cd193f113e",
      "ResourceName": "sample string 1",
      "ResourceQ": 1.1,
      "ResourceDescr": "sample string 2",
      "ProductLevelVisible": 1,
      "TelmoneButton": true,
      "UpgradeButton": true,
      "Completed": 1.1,
      "UserUUIDCur": "d4ab5246-0c73-4109-85ad-56fb1651cf51"
    }
  ]
}