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": "35a175a0-38a9-4f34-90bc-03186aeaef8f",
  "UserUUIDCur": "23c2ebc1-c8d0-489f-9db4-4ad2963a4ab9"
}

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-06-20T22:50:18.7186234+03:00",
    "PhotoUUID": "05035ab1-1768-4cc6-9cb8-99fdaa087221",
    "UserUUIDCur": "560603d2-4ffe-4d8e-bd86-211455a1554a"
  },
  {
    "EntryTime": "2026-06-20T22:50:18.7186234+03:00",
    "PhotoUUID": "05035ab1-1768-4cc6-9cb8-99fdaa087221",
    "UserUUIDCur": "560603d2-4ffe-4d8e-bd86-211455a1554a"
  }
]