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:
[ "4c9d8fd0-885a-440a-8bdc-3b1b421c392b", "7bc9a7e6-a6f6-4e0d-8ce3-cf59d502367c" ]
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": "333ea198-ab7a-4db1-a89a-0de5f4844785",
"foto": "QEA="
},
{
"id": "333ea198-ab7a-4db1-a89a-0de5f4844785",
"foto": "QEA="
}
]