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": "23db5800-c5a9-4226-9726-730fea211395",
"UserUUIDCur": "d1fdb3ef-8158-419c-b8d3-afde148da554"
}
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-08-05T03:53:45.0689394+03:00",
"PhotoUUID": "eef0e698-6ce4-41be-b37d-b31a268d3005",
"UserUUIDCur": "9e4f4211-7fdd-46a3-ac06-3ce80661ce7e"
},
{
"EntryTime": "2026-08-05T03:53:45.0689394+03:00",
"PhotoUUID": "eef0e698-6ce4-41be-b37d-b31a268d3005",
"UserUUIDCur": "9e4f4211-7fdd-46a3-ac06-3ce80661ce7e"
}
]