POST api/AdminQuest/AdmGetQuestPhoto
AdmGetQuestPhoto
Request Information
URI Parameters
None.
Body Parameters
GetQuestPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestUUID": "e15c3aa6-2eae-4325-9f6b-2fc696bf6961",
"UserUUIDCur": "3e1e4fc1-c791-41a0-80d8-1f6862151852"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]