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": "22a3c1e8-6c29-4eac-b353-2cb83360cc9c"
}

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-02-04T05:20:37.3177765+02:00",
      "EntryTimeChange": "2026-02-04T05:20:37.3177765+02:00",
      "PhotoUUID": "fabe7204-0556-4a18-a998-bd53accab1c1",
      "CommentName": "sample string 1",
      "NewsUUID": "9a241e0f-8022-4238-a132-6179029845f3",
      "UserUUIDCur": "6bb06140-17f9-42ba-9766-8fa1604c8979"
    },
    {
      "NewsFavorite": true,
      "ScoreAvg": 1.1,
      "NewsFinished": true,
      "NewsPrivate": true,
      "EntryTime": "2026-02-04T05:20:37.3177765+02:00",
      "EntryTimeChange": "2026-02-04T05:20:37.3177765+02:00",
      "PhotoUUID": "fabe7204-0556-4a18-a998-bd53accab1c1",
      "CommentName": "sample string 1",
      "NewsUUID": "9a241e0f-8022-4238-a132-6179029845f3",
      "UserUUIDCur": "6bb06140-17f9-42ba-9766-8fa1604c8979"
    }
  ],
  "persDet": [
    {
      "PhotoUUID": "eda5a16b-2e0f-44e0-9bc6-6cb4a7463e24",
      "ResourceName": "sample string 1",
      "ResourceQ": 1.1,
      "ResourceDescr": "sample string 2",
      "ProductLevelVisible": 1,
      "TelmoneButton": true,
      "UpgradeButton": true,
      "Completed": 1.1,
      "UserUUIDCur": "b21e9582-3b9e-4809-a4ff-e5703cbbdb97"
    },
    {
      "PhotoUUID": "eda5a16b-2e0f-44e0-9bc6-6cb4a7463e24",
      "ResourceName": "sample string 1",
      "ResourceQ": 1.1,
      "ResourceDescr": "sample string 2",
      "ProductLevelVisible": 1,
      "TelmoneButton": true,
      "UpgradeButton": true,
      "Completed": 1.1,
      "UserUUIDCur": "b21e9582-3b9e-4809-a4ff-e5703cbbdb97"
    }
  ]
}