POST api/AdminQuest/AdmGetQuestPhoto

AdmGetQuestPhoto

Request Information

URI Parameters

None.

Body Parameters

GetQuestPhoto
NameDescriptionTypeAdditional information
QuestUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestUUID": "b61c2691-df92-41e4-b55d-ad91ca9a6a70",
  "UserUUIDCur": "d2f6e569-ffac-4940-9f82-a3ff2b6f3cdc"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]