GET api/v2/StadiumGroup/stadiums/{id}/{isOrg}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| isOrg | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NffStadiums| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StadiumId | integer |
None. |
|
| StadiumName | string |
None. |
|
| SurfaceName | string |
None. |
|
| Address | string |
None. |
|
| PostalCode | string |
None. |
|
| Postadresse | string |
None. |
|
| City | string |
None. |
|
| DistrictId | integer |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| LastChangedDate | date |
None. |
|
| LastCacheDate | date |
None. |
|
| ClubId | globally unique identifier |
None. |
|
| TeamId | globally unique identifier |
None. |
|
| LightingLux | integer |
None. |
|
| StadiumParentId | integer |
None. |
|
| StadiumParentName | string |
None. |
|
| StadiumType | integer |
None. |
|
| IsOrg | boolean |
None. |
|
| VisibleForTeams | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"stadiumId": 2,
"stadiumName": "sample string 3",
"surfaceName": "sample string 4",
"address": "sample string 5",
"postalCode": "sample string 6",
"postadresse": "sample string 7",
"city": "sample string 8",
"districtId": 9,
"latitude": "sample string 10",
"longitude": "sample string 11",
"lastChangedDate": "2026-01-01T10:37:38.1586742Z",
"lastCacheDate": "2026-01-01T10:37:38.1586742Z",
"clubId": "384f7992-3ff6-4e5d-9ea1-4a1e1c7e3d7a",
"teamId": "322a20dc-52de-4c0e-a60e-4fe7225bb2fb",
"lightingLux": 16,
"stadiumParentId": 17,
"stadiumParentName": "sample string 18",
"stadiumType": 19,
"isOrg": true,
"visibleForTeams": true
},
{
"id": 1,
"stadiumId": 2,
"stadiumName": "sample string 3",
"surfaceName": "sample string 4",
"address": "sample string 5",
"postalCode": "sample string 6",
"postadresse": "sample string 7",
"city": "sample string 8",
"districtId": 9,
"latitude": "sample string 10",
"longitude": "sample string 11",
"lastChangedDate": "2026-01-01T10:37:38.1586742Z",
"lastCacheDate": "2026-01-01T10:37:38.1586742Z",
"clubId": "384f7992-3ff6-4e5d-9ea1-4a1e1c7e3d7a",
"teamId": "322a20dc-52de-4c0e-a60e-4fe7225bb2fb",
"lightingLux": 16,
"stadiumParentId": 17,
"stadiumParentName": "sample string 18",
"stadiumType": 19,
"isOrg": true,
"visibleForTeams": true
}
]
application/xml, text/xml
Sample:
<ArrayOfNffStadiums xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<NffStadiums>
<Address>sample string 5</Address>
<City>sample string 8</City>
<ClubId>384f7992-3ff6-4e5d-9ea1-4a1e1c7e3d7a</ClubId>
<DistrictId>9</DistrictId>
<Id>1</Id>
<IsOrg>true</IsOrg>
<LastCacheDate>2026-01-01T11:37:38.1586742+01:00</LastCacheDate>
<LastChangedDate>2026-01-01T11:37:38.1586742+01:00</LastChangedDate>
<Latitude>sample string 10</Latitude>
<LightingLux>16</LightingLux>
<Longitude>sample string 11</Longitude>
<Postadresse>sample string 7</Postadresse>
<PostalCode>sample string 6</PostalCode>
<StadiumId>2</StadiumId>
<StadiumName>sample string 3</StadiumName>
<StadiumParentId>17</StadiumParentId>
<StadiumParentName>sample string 18</StadiumParentName>
<StadiumType>19</StadiumType>
<SurfaceName>sample string 4</SurfaceName>
<TeamId>322a20dc-52de-4c0e-a60e-4fe7225bb2fb</TeamId>
<VisibleForTeams>true</VisibleForTeams>
</NffStadiums>
<NffStadiums>
<Address>sample string 5</Address>
<City>sample string 8</City>
<ClubId>384f7992-3ff6-4e5d-9ea1-4a1e1c7e3d7a</ClubId>
<DistrictId>9</DistrictId>
<Id>1</Id>
<IsOrg>true</IsOrg>
<LastCacheDate>2026-01-01T11:37:38.1586742+01:00</LastCacheDate>
<LastChangedDate>2026-01-01T11:37:38.1586742+01:00</LastChangedDate>
<Latitude>sample string 10</Latitude>
<LightingLux>16</LightingLux>
<Longitude>sample string 11</Longitude>
<Postadresse>sample string 7</Postadresse>
<PostalCode>sample string 6</PostalCode>
<StadiumId>2</StadiumId>
<StadiumName>sample string 3</StadiumName>
<StadiumParentId>17</StadiumParentId>
<StadiumParentName>sample string 18</StadiumParentName>
<StadiumType>19</StadiumType>
<SurfaceName>sample string 4</SurfaceName>
<TeamId>322a20dc-52de-4c0e-a60e-4fe7225bb2fb</TeamId>
<VisibleForTeams>true</VisibleForTeams>
</NffStadiums>
</ArrayOfNffStadiums>