GET api/mitglied/mitgliedfunktionen/{mgd_id}
Funktionen eines Mitgliedes über die ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mgd_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MitgliedFunktionKennung| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| fkt_id | globally unique identifier |
None. |
|
| mgd_id | globally unique identifier |
None. |
|
| sek_id | globally unique identifier |
None. |
|
| anfang | date |
None. |
|
| ende | date |
None. |
|
| aktiv | boolean |
None. |
|
| objekt_id | globally unique identifier |
None. |
|
| hinweis | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "2970937c-f883-4cc5-bda0-7f5dbe55f149",
"fkt_id": "65fc966c-3f96-4e4e-a5b7-7ba0007ed0bb",
"mgd_id": "cb3b5c5b-d0c8-4942-9323-d9530449a450",
"sek_id": "2191d2a0-e6cd-4e12-9a51-098e47f5d901",
"anfang": "2026-06-24T14:09:43.0122073+02:00",
"ende": "2026-06-24T14:09:43.0122073+02:00",
"aktiv": true,
"objekt_id": "b01dd566-bc4b-47ab-8df0-2b0d2f3336b0",
"hinweis": "sample string 7"
},
{
"id": "2970937c-f883-4cc5-bda0-7f5dbe55f149",
"fkt_id": "65fc966c-3f96-4e4e-a5b7-7ba0007ed0bb",
"mgd_id": "cb3b5c5b-d0c8-4942-9323-d9530449a450",
"sek_id": "2191d2a0-e6cd-4e12-9a51-098e47f5d901",
"anfang": "2026-06-24T14:09:43.0122073+02:00",
"ende": "2026-06-24T14:09:43.0122073+02:00",
"aktiv": true,
"objekt_id": "b01dd566-bc4b-47ab-8df0-2b0d2f3336b0",
"hinweis": "sample string 7"
}
]