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": "af5dbbce-a7d3-4e03-92ea-4be38a76d8e0",
"UserUUIDCur": "d961880e-c518-4fdd-afa2-27fe340a4db4",
"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:
[
{},
{}
]