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": "c70dafa7-f5a8-466e-bffb-0b233a6d927d",
"UserUUIDCur": "7c867dd9-c460-43fd-9e1f-abf81cf8da9c",
"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:
[
{},
{}
]