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": "3892b574-8faa-4c89-a7f1-eed06e24c755",
"foto": "QEA="
}