POST api/AdminMedia/GetAudioList

AdmGetAudio

Request Information

URI Parameters

None.

Body Parameters

GetAudio
NameDescriptionTypeAdditional 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": "d3f88101-42dc-4099-8539-6203dba5a556",
  "UserUUIDCur": "d24c408b-e423-43b2-b898-663f6669c104",
  "LanguageID": 1,
  "SearchUniversal": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]