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": "060b6b96-c6e3-4b40-beb0-a23dc2783d27",
"UserUUIDCur": "c70c9d60-a2a3-4491-bb8a-16122bc4ed4a",
"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:
[
{},
{}
]