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": "7a687c16-773f-4d24-a0af-bbd088c54e18",
  "UserUUIDCur": "bdf8b52a-a0c9-4269-adc5-c7583d9a71e4",
  "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:
[
  {},
  {}
]