POST api/Fun/AppGetFunPhoto

AppGetFunPhoto

Request Information

URI Parameters

None.

Body Parameters

AppGetFunPhoto
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "52ab21b9-2ba8-4809-9bb6-20f56f6a83a6",
  "UserUUIDCur": "3fa54475-7fbd-4cef-a8a6-64fab868697d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetFunPhotot_Response
NameDescriptionTypeAdditional information
EntryTime

date

None.

PhotoUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EntryTime": "2026-02-04T05:17:56.8425813+02:00",
    "PhotoUUID": "cffe8c80-e124-4cd0-a830-c3515a566db1",
    "UserUUIDCur": "b27a64e4-9ea3-4846-98b4-f52af0bf914b"
  },
  {
    "EntryTime": "2026-02-04T05:17:56.8425813+02:00",
    "PhotoUUID": "cffe8c80-e124-4cd0-a830-c3515a566db1",
    "UserUUIDCur": "b27a64e4-9ea3-4846-98b4-f52af0bf914b"
  }
]