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": "033a01bb-fa07-403e-babe-1a26f04ccee0",
  "UserUUIDCur": "007cf340-f7cd-4d01-9e11-e4720c77717e",
  "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:
[
  {},
  {}
]