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": "e06f232f-392e-4370-80a3-de96d4175cf7",
"fkt_id": "09343a0b-061f-4859-8c86-de2bd73b63e0",
"mgd_id": "a49fb0fd-b31a-4d8e-840a-04af23a2caa9",
"sek_id": "b2011229-902e-4c62-ab2d-9610ca67440a",
"anfang": "2026-06-23T12:17:16.1743431+02:00",
"ende": "2026-06-23T12:17:16.1743431+02:00",
"aktiv": true,
"objekt_id": "20018742-3a13-416d-bc05-64f7ac7eec61",
"hinweis": "sample string 7"
},
{
"id": "e06f232f-392e-4370-80a3-de96d4175cf7",
"fkt_id": "09343a0b-061f-4859-8c86-de2bd73b63e0",
"mgd_id": "a49fb0fd-b31a-4d8e-840a-04af23a2caa9",
"sek_id": "b2011229-902e-4c62-ab2d-9610ca67440a",
"anfang": "2026-06-23T12:17:16.1743431+02:00",
"ende": "2026-06-23T12:17:16.1743431+02:00",
"aktiv": true,
"objekt_id": "20018742-3a13-416d-bc05-64f7ac7eec61",
"hinweis": "sample string 7"
}
]