GET serviceowner/Events/feed?eventOffset={eventOffset}&fetch={fetch}
Gets a list of available events for the current user. The list will start from the first available event following the element identified by the eventOffset
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
eventOffset | Id of the event the feed will start from, the event corresponding to the eventOffset will not be included |
Define this parameter in the request URI. |
fetch | Number of events that will be fetched |
Define this parameter in the request URI. |
Response Information
returns a list of events
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 61" } }, "_embedded": { "sample string 45": [ { "EventId": 1, "EventType": "sample string 7", "EventTime": "2025-05-11T18:55:43.9679872+02:00", "Source": "sample string 35", "Description": "sample string 11", "EventDetails": { "sample-string-67": "sample string 1", "sample-string-1": "sample string 74", "sample-string-11": "sample string 31" } }, { "EventId": 1, "EventType": "sample string 7", "EventTime": "2025-05-11T18:55:43.9679872+02:00", "Source": "sample string 35", "Description": "sample string 11", "EventDetails": { "sample-string-67": "sample string 1", "sample-string-1": "sample string 74", "sample-string-11": "sample string 31" } }, { "EventId": 1, "EventType": "sample string 7", "EventTime": "2025-05-11T18:55:43.9679872+02:00", "Source": "sample string 35", "Description": "sample string 11", "EventDetails": { "sample-string-67": "sample string 1", "sample-string-1": "sample string 74", "sample-string-11": "sample string 31" } } ] } }