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": "31e3d169-046c-4e81-86ca-db3055980aea",
  "UserUUIDCur": "5cec1272-fb3b-435d-804f-a71f9ca39f12"
}

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": "2025-07-27T11:13:24.2121593+03:00",
    "PhotoUUID": "cd1bec50-0e50-486a-8f50-fe170312e769",
    "UserUUIDCur": "3fc46d7b-d1a4-470a-b037-78add3eb66b5"
  },
  {
    "EntryTime": "2025-07-27T11:13:24.2121593+03:00",
    "PhotoUUID": "cd1bec50-0e50-486a-8f50-fe170312e769",
    "UserUUIDCur": "3fc46d7b-d1a4-470a-b037-78add3eb66b5"
  }
]