POST api/AdminMedia/AdmGetPhotoUUID
AdmGetPhoto
Request Information
URI Parameters
None.
Body Parameters
GetPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceIPbyProxy | string |
None. |
|
| SearchUniversal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhotoUUID": "d02a6d2b-39af-4bd0-8523-9705d8fd2476",
"UserUUIDCur": "047927e7-9bb0-4dbe-8031-15faff6a0a0b",
"DeviceIPbyProxy": "sample string 1",
"SearchUniversal": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]