POST api/AdminMedia/GetAudioList
AdmGetAudio
Request Information
URI Parameters
None.
Body Parameters
GetAudio| Name | Description | Type | Additional information |
|---|---|---|---|
| AudioUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| SearchUniversal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AudioUUID": "7c79140e-2f15-419c-a984-f8d334f3ebd8",
"UserUUIDCur": "ccb9ffdb-dd47-462e-b7e3-04bf8a87d40f",
"LanguageID": 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:
[
{},
{}
]