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": "e207c469-877a-4d4f-b197-248c0f7c6514", "UserUUIDCur": "70bdb9f2-1e32-4b42-bec5-3e94003fa503", "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:
[ {}, {} ]