POST api/AdminQuest/AdmGetQuestAudio
AdmGetQuestAudio
Request Information
URI Parameters
None.
Body Parameters
GetQuestVideo_request| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestUUID": "08917cd9-b13d-4831-870b-40ef25b9d112",
"UserUUIDCur": "911ce7c8-fdc0-42d3-acf7-aeeed2f8a6a5",
"LanguageID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]