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": "a2cf5dbf-d9ca-4492-98c0-f0aac77ad707",
"UserUUIDCur": "61a75090-079e-4a36-9294-52cc1f46c529"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]