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": "743d6fb8-f432-4807-a248-a0ea5e55538d",
  "UserUUIDCur": "9e5f3753-8e36-474d-9b6f-f0a4b188f8a0"
}

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-04-19T08:58:45.4567965+03:00",
    "PhotoUUID": "bff8560f-2e84-4173-9fa2-8a80b6d460fc",
    "UserUUIDCur": "e4a259da-7192-4a1a-aea0-1a78b253192b"
  },
  {
    "EntryTime": "2025-04-19T08:58:45.4567965+03:00",
    "PhotoUUID": "bff8560f-2e84-4173-9fa2-8a80b6d460fc",
    "UserUUIDCur": "e4a259da-7192-4a1a-aea0-1a78b253192b"
  }
]