GET api/mitglied/mitgliedfoto/{id}
Foto eines Mitgliedes über die ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
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": "2ea9e72a-f70a-40d5-a957-3acd7f673737",
"foto": "QEA="
}