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": "f44bb306-7c2f-4018-a5b4-c0df429c3f67",
"UserUUIDCur": "8ea04271-e470-481c-8389-1ef5150f228a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]