POST api/AdminQuest/AdmGetQuestAudio

AdmGetQuestAudio

Request Information

URI Parameters

None.

Body Parameters

GetQuestVideo_request
NameDescriptionTypeAdditional information
QuestUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

LanguageID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestUUID": "ffa95cc0-dc9e-4170-9f7e-8474c77739c1",
  "UserUUIDCur": "bc125fda-4f82-42c5-ba4e-b75a7bd29836",
  "LanguageID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]