GET api/Events
Looks up all available events from Opin Kerfi at this moment.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EventListing| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| seminarNumber | string |
None. |
|
| description | string |
None. |
|
| eventStarts | date |
None. |
|
| eventEnds | date |
None. |
|
| location | string |
None. |
|
| teacher | string |
None. |
|
| registrationStart | date |
None. |
|
| registrationEnd | date |
None. |
|
| cost | Money |
None. |
|
| showOnWeb | boolean |
None. |
|
| isOpen | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "fa8d31c1-b034-4a85-ae67-2d038046d8ca",
"name": "sample string 2",
"seminarNumber": "sample string 3",
"description": "sample string 4",
"eventStarts": "2026-02-11T00:26:55.9583035+00:00",
"eventEnds": "2026-02-11T00:26:55.9583035+00:00",
"location": "sample string 7",
"teacher": "sample string 8",
"registrationStart": "2026-02-11T00:26:55.9583035+00:00",
"registrationEnd": "2026-02-11T00:26:55.9583035+00:00",
"cost": {
"Value": 1.0
},
"showOnWeb": true,
"isOpen": true
},
{
"id": "fa8d31c1-b034-4a85-ae67-2d038046d8ca",
"name": "sample string 2",
"seminarNumber": "sample string 3",
"description": "sample string 4",
"eventStarts": "2026-02-11T00:26:55.9583035+00:00",
"eventEnds": "2026-02-11T00:26:55.9583035+00:00",
"location": "sample string 7",
"teacher": "sample string 8",
"registrationStart": "2026-02-11T00:26:55.9583035+00:00",
"registrationEnd": "2026-02-11T00:26:55.9583035+00:00",
"cost": {
"Value": 1.0
},
"showOnWeb": true,
"isOpen": true
}
]