GET api/mitglied/mitglieddokumente/{mgd_id}?dokumenttyp_id={dokumenttyp_id}

Liste von Dokumenten eines Mitgliedes.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mgd_id

globally unique identifier

Required

dokumenttyp_id

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MitgliedDokumente
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

mgd_id

globally unique identifier

None.

typ_id

globally unique identifier

None.

datei_id

globally unique identifier

None.

dateiname

string

None.

datum

date

None.

beschreibung

string

None.

notiz

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "bd41b59d-70a1-4727-be23-1fe29e71b0cf",
    "mgd_id": "9f4c7bc4-d836-41c7-8502-60820fbdc2b6",
    "typ_id": "440f6e33-1db9-4cb5-bead-19abe54de189",
    "datei_id": "a22fd332-c29d-47e8-9b3b-fd27e160882c",
    "dateiname": "sample string 5",
    "datum": "2026-06-23T12:16:53.4537529+02:00",
    "beschreibung": "sample string 6",
    "notiz": "sample string 7"
  },
  {
    "id": "bd41b59d-70a1-4727-be23-1fe29e71b0cf",
    "mgd_id": "9f4c7bc4-d836-41c7-8502-60820fbdc2b6",
    "typ_id": "440f6e33-1db9-4cb5-bead-19abe54de189",
    "datei_id": "a22fd332-c29d-47e8-9b3b-fd27e160882c",
    "dateiname": "sample string 5",
    "datum": "2026-06-23T12:16:53.4537529+02:00",
    "beschreibung": "sample string 6",
    "notiz": "sample string 7"
  }
]