PUT api/kurs/kursefoto?maxWidth={maxWidth}&maxHeight={maxHeight}&quality={quality}
Liefert das erste Foto von den entsprechenden Kursen. Falls vorhanden wird das Foto auf Breite, Höhe und Qualität limitiert.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| maxWidth | integer |
None. |
|
| maxHeight | integer |
None. |
|
| quality | integer |
None. |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d627efa3-6b39-49ba-895b-a61c77bd04eb", "e424fd0f-e2d1-4612-9c5c-540daf978552" ]
Response Information
Resource Description
Collection of KursFoto| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| foto | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "61cc4b70-a3a7-4322-8381-22b8b10f46cd",
"foto": "QEA="
},
{
"id": "61cc4b70-a3a7-4322-8381-22b8b10f46cd",
"foto": "QEA="
}
]