GET sekunden-modus?LocationRegionalschluessel={LocationRegionalschluessel}&hiddenStart={hiddenStart}&hiddenEnd={hiddenEnd}&budget={budget}&SpotSekunden={SpotSekunden}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationRegionalschluessel | string |
Required |
|
| hiddenStart | string |
Required |
|
| hiddenEnd | string |
Required |
|
| budget | integer |
Required |
|
| SpotSekunden | integer |
Default value is 15 |
Body Parameters
None.
Response Information
Resource Description
SekundenModusResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchParameter | QuickSearchModel |
None. |
|
| Listener | integer |
None. |
|
| BroadcastFrom | integer |
None. |
|
| BroadcastTo | integer |
None. |
|
| StationFrom | integer |
None. |
|
| StationTo | integer |
None. |
|
| LocationIDExtended | integer |
None. |
|
| LocationNameExtended | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SearchParameter": {
"LocationRegionalschluessel": "sample string 1",
"AllParameters": "sample string 2",
"StartDate": "2025-12-06T04:00:38.909875+01:00",
"EndDate": "2025-12-06T04:00:38.909875+01:00",
"Budget": 5
},
"Listener": 1,
"BroadcastFrom": 2,
"BroadcastTo": 3,
"StationFrom": 4,
"StationTo": 5,
"LocationIDExtended": 6,
"LocationNameExtended": "sample string 7"
}
application/xml, text/xml
Sample:
<Frontend.SekundenModusResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wilke2024.Models">
<BroadcastFrom>2</BroadcastFrom>
<BroadcastTo>3</BroadcastTo>
<Listener>1</Listener>
<LocationIDExtended>6</LocationIDExtended>
<LocationNameExtended>sample string 7</LocationNameExtended>
<SearchParameter>
<AllParameters>sample string 2</AllParameters>
<Budget>5</Budget>
<EndDate>2025-12-06T04:00:38.909875+01:00</EndDate>
<LocationRegionalschluessel>sample string 1</LocationRegionalschluessel>
<StartDate>2025-12-06T04:00:38.909875+01:00</StartDate>
</SearchParameter>
<StationFrom>4</StationFrom>
<StationTo>5</StationTo>
</Frontend.SekundenModusResultModel>