GET api/mitglied/mitgliedfoto_breite/{id}/{breite}

Foto eines Mitgliedes über die ID (Fixe Breite)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

breite

integer

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": "2ea06ba2-a89f-48ff-aea3-9d56b4ea3e55",
  "foto": "QEA="
}