POST api/AdminMedia/GetAudioList
AdmGetAudio
Request Information
URI Parameters
None.
Body Parameters
GetAudioName | 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": "42c2e9e8-de3b-40d1-adf8-ef4340152ce8", "UserUUIDCur": "e0730aad-8a62-4476-8580-42894fe8c0ab", "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:
[ {}, {} ]