POST api/AdminQuest/AdmGetQuestVideo

AdmGetQuestVideo

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": "c84cd2b7-d096-45f6-9a5e-98964033a5df",
  "UserUUIDCur": "5c662799-5429-4008-b596-3b92f5f68cb4",
  "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:
[
  {},
  {}
]