GET api/bstgruppendaten/get/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BstGruppendatenDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| KrnPersonIdDisplay | string |
None. |
|
| AlterskategorieDisplay | string |
None. |
|
| GeschlechtDisplay | string |
None. |
|
| Genres | string |
None. |
|
| Mitgliederzahlen | integer |
None. |
|
| Eingefroren | boolean |
None. |
|
| OrganisationId | integer |
None. |
|
| ErhebungId | integer |
None. |
|
| GruppenartId | integer |
None. |
|
| GruppenartIdDisplay | string |
None. |
|
| NummerDisplay | string |
None. |
|
| MeldungId | integer |
None. |
|
| Mitglieder | Collection of BstZahlenJahrgangDisplay |
None. |
|
| SportartIds | Collection of integer |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| KrnPersonId | integer |
None. |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Alterskategorie | integer |
Required |
|
| Geschlecht | integer |
Required |
|
| Selbstdarstellung | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"KrnPersonIdDisplay": "sample string 1",
"AlterskategorieDisplay": "sample string 2",
"GeschlechtDisplay": "sample string 3",
"Genres": "sample string 4",
"Mitgliederzahlen": 1,
"Eingefroren": true,
"OrganisationId": 1,
"ErhebungId": 1,
"GruppenartId": 1,
"GruppenartIdDisplay": "sample string 5",
"NummerDisplay": "sample string 6",
"MeldungId": 1,
"Mitglieder": [
{
"ErhebungIdDisplay": "sample string 1",
"FachverbandIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"GruppeIdDisplay": "sample string 4",
"Id": 5,
"RowGuid": "5ad7ec15-f22a-4d24-8d1e-fb01e3e440c7",
"OrganisationId": 7,
"FachverbandId": 1,
"ErhebungId": 8,
"GruppeId": 1,
"Jahrgang": 9,
"AnzahlM": 10,
"AnzahlW": 11,
"AnzahlD": 12,
"AnzahlO": 13,
"Eingefroren": true
},
{
"ErhebungIdDisplay": "sample string 1",
"FachverbandIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"GruppeIdDisplay": "sample string 4",
"Id": 5,
"RowGuid": "5ad7ec15-f22a-4d24-8d1e-fb01e3e440c7",
"OrganisationId": 7,
"FachverbandId": 1,
"ErhebungId": 8,
"GruppeId": 1,
"Jahrgang": 9,
"AnzahlM": 10,
"AnzahlW": 11,
"AnzahlD": 12,
"AnzahlO": 13,
"Eingefroren": true
}
],
"SportartIds": [
1,
2
],
"Id": 7,
"RowGuid": "b041b2ef-eeb4-413a-bf4c-e359cf8da114",
"KrnPersonId": 1,
"Nummer": 9,
"Bezeichnung": "sample string 10",
"Alterskategorie": 11,
"Geschlecht": 12,
"Selbstdarstellung": "sample string 13"
}
application/xml, text/xml
Sample:
<BstGruppendatenDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
<Alterskategorie>11</Alterskategorie>
<Bezeichnung>sample string 10</Bezeichnung>
<Geschlecht>12</Geschlecht>
<Id>7</Id>
<KrnPersonId>1</KrnPersonId>
<Nummer>9</Nummer>
<RowGuid>b041b2ef-eeb4-413a-bf4c-e359cf8da114</RowGuid>
<Selbstdarstellung>sample string 13</Selbstdarstellung>
<AlterskategorieDisplay>sample string 2</AlterskategorieDisplay>
<Eingefroren>true</Eingefroren>
<ErhebungId>1</ErhebungId>
<Genres>sample string 4</Genres>
<GeschlechtDisplay>sample string 3</GeschlechtDisplay>
<GruppenartId>1</GruppenartId>
<GruppenartIdDisplay>sample string 5</GruppenartIdDisplay>
<KrnPersonIdDisplay>sample string 1</KrnPersonIdDisplay>
<MeldungId>1</MeldungId>
<Mitglieder>
<BstZahlenJahrgangDisplay>
<AnzahlD>12</AnzahlD>
<AnzahlM>10</AnzahlM>
<AnzahlO>13</AnzahlO>
<AnzahlW>11</AnzahlW>
<Eingefroren>true</Eingefroren>
<ErhebungId>8</ErhebungId>
<FachverbandId>1</FachverbandId>
<GruppeId>1</GruppeId>
<Id>5</Id>
<Jahrgang>9</Jahrgang>
<OrganisationId>7</OrganisationId>
<RowGuid>5ad7ec15-f22a-4d24-8d1e-fb01e3e440c7</RowGuid>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
<GruppeIdDisplay>sample string 4</GruppeIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
</BstZahlenJahrgangDisplay>
<BstZahlenJahrgangDisplay>
<AnzahlD>12</AnzahlD>
<AnzahlM>10</AnzahlM>
<AnzahlO>13</AnzahlO>
<AnzahlW>11</AnzahlW>
<Eingefroren>true</Eingefroren>
<ErhebungId>8</ErhebungId>
<FachverbandId>1</FachverbandId>
<GruppeId>1</GruppeId>
<Id>5</Id>
<Jahrgang>9</Jahrgang>
<OrganisationId>7</OrganisationId>
<RowGuid>5ad7ec15-f22a-4d24-8d1e-fb01e3e440c7</RowGuid>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
<GruppeIdDisplay>sample string 4</GruppeIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
</BstZahlenJahrgangDisplay>
</Mitglieder>
<Mitgliederzahlen>1</Mitgliederzahlen>
<NummerDisplay>sample string 6</NummerDisplay>
<OrganisationId>1</OrganisationId>
<SportartIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SportartIds>
</BstGruppendatenDisplay>