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": "90639d0b-1483-4484-b275-7268722fdb8c",
  "UserUUIDCur": "d56eb96b-10da-4b5f-8eed-a2a9f609862e"
}

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-06-07T20:58:38.7658083+03:00",
    "PhotoUUID": "16891f9a-97aa-4cb1-bdc8-d8e076549095",
    "UserUUIDCur": "90435a37-275a-4866-9528-ee15960e40a1"
  },
  {
    "EntryTime": "2025-06-07T20:58:38.7658083+03:00",
    "PhotoUUID": "16891f9a-97aa-4cb1-bdc8-d8e076549095",
    "UserUUIDCur": "90435a37-275a-4866-9528-ee15960e40a1"
  }
]