GET api/mitglied/mitgliedkennungen/{id}
Kennungen 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
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": "b4a2e4a0-0a24-4bd7-93a6-59c1c8c1bf4a",
"fkt_id": "6b332678-399f-4c3b-bdbd-90978855d9ff",
"mgd_id": "8a937537-1b88-45fe-be93-35868c8beb35",
"sek_id": "71ec0bc3-6374-408d-ac6a-a153b5e8c4bb",
"anfang": "2026-06-24T14:08:52.1433058+02:00",
"ende": "2026-06-24T14:08:52.1433058+02:00",
"aktiv": true,
"objekt_id": "910c04ce-16c0-407c-b069-9500f6fe0913",
"hinweis": "sample string 7"
},
{
"id": "b4a2e4a0-0a24-4bd7-93a6-59c1c8c1bf4a",
"fkt_id": "6b332678-399f-4c3b-bdbd-90978855d9ff",
"mgd_id": "8a937537-1b88-45fe-be93-35868c8beb35",
"sek_id": "71ec0bc3-6374-408d-ac6a-a153b5e8c4bb",
"anfang": "2026-06-24T14:08:52.1433058+02:00",
"ende": "2026-06-24T14:08:52.1433058+02:00",
"aktiv": true,
"objekt_id": "910c04ce-16c0-407c-b069-9500f6fe0913",
"hinweis": "sample string 7"
}
]