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": "53d0fbbf-82db-4701-848d-78f2f8d6f04a",
"UserUUIDCur": "09f0a243-b6a6-41d5-b2dd-a3b0892c542e",
"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:
[
{},
{}
]