GET api/bstsportkreiszahlen/get/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BstSportkreiszahlenDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ErhebungIdDisplay | string |
None. |
|
| OrganisationIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| ErhebungId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Anzahlvereine | integer |
Required |
|
| Anzahlmitglieder | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"ErhebungIdDisplay": "sample string 1",
"OrganisationIdDisplay": "sample string 2",
"Id": 3,
"ErhebungId": 4,
"OrganisationId": 5,
"Anzahlvereine": 6,
"Anzahlmitglieder": 7,
"RowGuid": "eb72a81b-2b70-4288-ba7a-2e905602d799"
}
application/xml, text/xml
Sample:
<BstSportkreiszahlenDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <Anzahlmitglieder>7</Anzahlmitglieder> <Anzahlvereine>6</Anzahlvereine> <ErhebungId>4</ErhebungId> <Id>3</Id> <OrganisationId>5</OrganisationId> <RowGuid>eb72a81b-2b70-4288-ba7a-2e905602d799</RowGuid> <ErhebungIdDisplay>sample string 1</ErhebungIdDisplay> <OrganisationIdDisplay>sample string 2</OrganisationIdDisplay> </BstSportkreiszahlenDisplay>