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": "02a17c19-9295-4f29-858e-3c3c07f133dc",
"UserUUIDCur": "dba99f30-e8a5-46f1-8a70-de0322201d24"
}
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-05-06T08:08:20.6349792+03:00",
"PhotoUUID": "7e027317-fc13-43f8-a720-8c924cb66ab4",
"UserUUIDCur": "80915523-1f2f-4bb6-806c-39a0a0b914c6"
},
{
"EntryTime": "2026-05-06T08:08:20.6349792+03:00",
"PhotoUUID": "7e027317-fc13-43f8-a720-8c924cb66ab4",
"UserUUIDCur": "80915523-1f2f-4bb6-806c-39a0a0b914c6"
}
]