POST api/Fun/AppGetFunPhoto
AppGetFunPhoto
Request Information
URI Parameters
None.
Body Parameters
AppGetFunPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "607b7a33-1311-463d-8a57-edee6c3b71bc",
"UserUUIDCur": "5f4f47a4-e93c-46eb-9768-9e96e7b599e1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetFunPhotot_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryTime | date |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EntryTime": "2025-11-17T10:11:56.635197+02:00",
"PhotoUUID": "96bfb511-53c0-4ec6-876c-b769225b1ebc",
"UserUUIDCur": "e11ca115-ec3f-4c57-82d7-892ebdf2439c"
},
{
"EntryTime": "2025-11-17T10:11:56.635197+02:00",
"PhotoUUID": "96bfb511-53c0-4ec6-876c-b769225b1ebc",
"UserUUIDCur": "e11ca115-ec3f-4c57-82d7-892ebdf2439c"
}
]