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": "2d5ebc06-6960-4497-ad53-2d938e5cbd46",
  "UserUUIDCur": "bec03563-ef69-4fe1-a3dc-8f2d097ca951"
}

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-09-19T13:07:43.5118442+03:00",
    "PhotoUUID": "6bb130b0-3969-4c8c-9e52-82e3bf587e4e",
    "UserUUIDCur": "4ecda9ed-0eed-4fc1-94a2-28f7e92ad515"
  },
  {
    "EntryTime": "2026-09-19T13:07:43.5118442+03:00",
    "PhotoUUID": "6bb130b0-3969-4c8c-9e52-82e3bf587e4e",
    "UserUUIDCur": "4ecda9ed-0eed-4fc1-94a2-28f7e92ad515"
  }
]