GET api/mitglied/mitgliedqualifikationen/{id}
Qualifikationen 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": "e6086841-97dd-46a5-9b48-cd25dd597104",
"fkt_id": "a9b5c271-f3ff-461d-b800-c84a291bd820",
"mgd_id": "40d06afe-f19d-4710-bc18-4c614eccd3c2",
"sek_id": "2052e69f-2f93-4a58-acef-a337f17f916d",
"anfang": "2026-06-23T12:16:56.2148678+02:00",
"ende": "2026-06-23T12:16:56.2148678+02:00",
"aktiv": true,
"objekt_id": "92555970-d568-4efd-b7a8-164d23536381",
"hinweis": "sample string 7"
},
{
"id": "e6086841-97dd-46a5-9b48-cd25dd597104",
"fkt_id": "a9b5c271-f3ff-461d-b800-c84a291bd820",
"mgd_id": "40d06afe-f19d-4710-bc18-4c614eccd3c2",
"sek_id": "2052e69f-2f93-4a58-acef-a337f17f916d",
"anfang": "2026-06-23T12:16:56.2148678+02:00",
"ende": "2026-06-23T12:16:56.2148678+02:00",
"aktiv": true,
"objekt_id": "92555970-d568-4efd-b7a8-164d23536381",
"hinweis": "sample string 7"
}
]