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": "3583082a-beca-4329-b544-f91d0fb1ef47",
"UserUUIDCur": "76e335fd-3294-428d-aa5d-81f74b17b192"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]