POST api/AdminQuizz/AdmGetQuizzPhoto
AdmGetQuizzPhoto
Request Information
URI Parameters
None.
Body Parameters
GetQuizzPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| QuizzUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuizzUUID": "6451f163-e0a6-4ac3-9f4d-9f3ecb0dce16",
"UserUUIDCur": "f378317d-be05-4909-a7bd-f41919c8b2f2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]