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:
[ "e3a0175b-f10e-48c8-8574-6196ff78d361", "8f9e4228-0b89-453b-9300-bc3c73daa7eb" ]
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": "2acf683b-dc73-41d7-b6a9-33f782b2b193",
"foto": "QEA="
},
{
"id": "2acf683b-dc73-41d7-b6a9-33f782b2b193",
"foto": "QEA="
}
]