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

NameDescriptionAdditional 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 0"
    }
  },
  "_embedded": {
    "sample string 3": [
      {
        "EventId": 1,
        "EventType": "sample string 17",
        "EventTime": "2025-05-05T04:57:34.1864688+02:00",
        "Source": "sample string 32",
        "Description": "sample string 26",
        "EventDetails": {
          "sample-string-95": "sample string 20",
          "sample-string-39": "sample string 38",
          "sample-string-10": "sample string 51"
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 17",
        "EventTime": "2025-05-05T04:57:34.1864688+02:00",
        "Source": "sample string 32",
        "Description": "sample string 26",
        "EventDetails": {
          "sample-string-95": "sample string 20",
          "sample-string-39": "sample string 38",
          "sample-string-10": "sample string 51"
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 17",
        "EventTime": "2025-05-05T04:57:34.1864688+02:00",
        "Source": "sample string 32",
        "Description": "sample string 26",
        "EventDetails": {
          "sample-string-95": "sample string 20",
          "sample-string-39": "sample string 38",
          "sample-string-10": "sample string 51"
        }
      }
    ]
  }
}