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": "c64f4faa-45d8-4d88-beb0-ea0ee2184884",
  "UserUUIDCur": "4c3c6cfd-7be6-461f-ac39-94d30f4136ba",
  "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:
[
  {},
  {}
]