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": "fffda8c9-fdc0-46a2-8db6-f0baf0ad27e3",
  "UserUUIDCur": "9b189576-8268-4782-9a3a-e2ed1c16f79a"
}

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-09-23T00:31:45.0965427+03:00",
    "PhotoUUID": "0df0d986-c937-429b-8e36-f3b91e18589d",
    "UserUUIDCur": "7ef823c9-8bb0-4ab0-9df9-23b49023c137"
  },
  {
    "EntryTime": "2025-09-23T00:31:45.0965427+03:00",
    "PhotoUUID": "0df0d986-c937-429b-8e36-f3b91e18589d",
    "UserUUIDCur": "7ef823c9-8bb0-4ab0-9df9-23b49023c137"
  }
]