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 55"
}
},
"_embedded": {
"sample string 37": [
{
"EventId": 1,
"EventType": "sample string 45",
"EventTime": "2025-11-10T10:50:49.382768+01:00",
"Source": "sample string 19",
"Description": "sample string 20",
"EventDetails": {
"sample-string-5": "sample string 38",
"sample-string-90": "sample string 20",
"sample-string-93": "sample string 87"
},
"_links": {
"self": {
"href": "sample string 83"
}
}
},
{
"EventId": 1,
"EventType": "sample string 45",
"EventTime": "2025-11-10T10:50:49.382768+01:00",
"Source": "sample string 19",
"Description": "sample string 20",
"EventDetails": {
"sample-string-5": "sample string 38",
"sample-string-90": "sample string 20",
"sample-string-93": "sample string 87"
},
"_links": {
"self": {
"href": "sample string 83"
}
}
},
{
"EventId": 1,
"EventType": "sample string 45",
"EventTime": "2025-11-10T10:50:49.382768+01:00",
"Source": "sample string 19",
"Description": "sample string 20",
"EventDetails": {
"sample-string-5": "sample string 38",
"sample-string-90": "sample string 20",
"sample-string-93": "sample string 87"
},
"_links": {
"self": {
"href": "sample string 83"
}
}
}
]
}
}
