GET api/mitglied/mitgliedfoto_hoehe/{id}/{hoehe}
Foto eines Mitgliedes über die ID (Fixe Höhe)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| hoehe | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MitgliedFoto| Name | Description | Type | Additional information |
|---|---|---|---|
| mgd_id | globally unique identifier |
None. |
|
| foto | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"mgd_id": "5ae32ce0-679b-4707-a2da-06d44f36e703",
"foto": "QEA="
}