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": "97d34c92-9f70-4fcf-affb-72b68df5df5d",
"UserUUIDCur": "3ff37e60-b0ee-4ea5-a7bc-6481dac30b39"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]