GET api/mitglied/mitgliedfoto/{id}

Foto eines Mitgliedes über die ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

MitgliedFoto
NameDescriptionTypeAdditional 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="
}