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": "edafd18f-5d8c-4fb0-b3ce-1b74d8894db3",
"UserUUIDCur": "0a132a7d-7400-4a85-b703-c90d731a8f86"
}
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": "2026-03-21T23:32:27.9646332+02:00",
"PhotoUUID": "22fd297a-b7e7-4374-b804-3702e111f15e",
"UserUUIDCur": "9b44d8ca-874f-49e1-ab66-1b0f61c1b244"
},
{
"EntryTime": "2026-03-21T23:32:27.9646332+02:00",
"PhotoUUID": "22fd297a-b7e7-4374-b804-3702e111f15e",
"UserUUIDCur": "9b44d8ca-874f-49e1-ab66-1b0f61c1b244"
}
]