PUT api/taetigkeit/taetigkeitfoto?maxWidth={maxWidth}&maxHeight={maxHeight}&quality={quality}
Liefert das erste Foto von den entsprechenden Tätigkeit. 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:
[ "510e5172-d36c-41ba-a0b8-610708b85c2d", "f15fdf4c-9cb6-4af3-a148-5efb5cebaafd" ]
Response Information
Resource Description
Collection of TaetigkeitFoto| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| foto | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "654ed094-f85a-494d-987a-41e109d9f546",
"foto": "QEA="
},
{
"id": "654ed094-f85a-494d-987a-41e109d9f546",
"foto": "QEA="
}
]