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": "8ec8958a-bc27-4f7e-aae8-165cb5b9800e",
  "UserUUIDCur": "8259863e-2b94-46a7-8649-800cadb5c2f5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]