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": "898793e0-9e0c-48e5-879d-4fc73a05ffba",
  "UserUUIDCur": "608999d1-d22b-4c6b-ac5a-05c01b79e439"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]