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": "9f7853e0-0375-41b8-ad2b-02d039bbe416",
  "UserUUIDCur": "21f92652-ee3d-4260-b34d-e74a6660cada",
  "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:
[
  {},
  {}
]