GET Api/EventOverzichtFilters?landCode={landCode}&landCode2={landCode2}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| landCode | string |
Required |
|
| landCode2 | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of clsEvenstFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| OpleidingSoortId | integer |
None. |
|
| OpleidingSoortNaam | string |
None. |
|
| OpleidingSoortOnlineNaam | string |
None. |
|
| OpleidingSortIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OpleidingSoortId": 1,
"OpleidingSoortNaam": "sample string 2",
"OpleidingSoortOnlineNaam": "sample string 3",
"OpleidingSortIndex": 4
},
{
"OpleidingSoortId": 1,
"OpleidingSoortNaam": "sample string 2",
"OpleidingSoortOnlineNaam": "sample string 3",
"OpleidingSortIndex": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfclsEvenstFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NF_API_V03.Models">
<clsEvenstFilter>
<OpleidingSoortId>1</OpleidingSoortId>
<OpleidingSoortNaam>sample string 2</OpleidingSoortNaam>
<OpleidingSoortOnlineNaam>sample string 3</OpleidingSoortOnlineNaam>
<OpleidingSortIndex>4</OpleidingSortIndex>
</clsEvenstFilter>
<clsEvenstFilter>
<OpleidingSoortId>1</OpleidingSoortId>
<OpleidingSoortNaam>sample string 2</OpleidingSoortNaam>
<OpleidingSoortOnlineNaam>sample string 3</OpleidingSoortOnlineNaam>
<OpleidingSortIndex>4</OpleidingSortIndex>
</clsEvenstFilter>
</ArrayOfclsEvenstFilter>