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": "7f6a0cee-9268-440e-9523-be713f2841de", "UserUUIDCur": "7ccaead1-fcd0-46a5-ab25-5f18ed9ecd7f", "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:
[ {}, {} ]