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 EventListingName | 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": "332a2a03-a21d-4a6c-af26-bf85080e6387", "name": "sample string 2", "seminarNumber": "sample string 3", "description": "sample string 4", "eventStarts": "2025-04-04T15:16:45.3358826+00:00", "eventEnds": "2025-04-04T15:16:45.3358826+00:00", "location": "sample string 7", "teacher": "sample string 8", "registrationStart": "2025-04-04T15:16:45.3358826+00:00", "registrationEnd": "2025-04-04T15:16:45.3358826+00:00", "cost": { "Value": 1.0 }, "showOnWeb": true, "isOpen": true }, { "id": "332a2a03-a21d-4a6c-af26-bf85080e6387", "name": "sample string 2", "seminarNumber": "sample string 3", "description": "sample string 4", "eventStarts": "2025-04-04T15:16:45.3358826+00:00", "eventEnds": "2025-04-04T15:16:45.3358826+00:00", "location": "sample string 7", "teacher": "sample string 8", "registrationStart": "2025-04-04T15:16:45.3358826+00:00", "registrationEnd": "2025-04-04T15:16:45.3358826+00:00", "cost": { "Value": 1.0 }, "showOnWeb": true, "isOpen": true } ]