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 89"
    }
  },
  "_embedded": {
    "sample string 5": [
      {
        "EventId": 1,
        "EventType": "sample string 74",
        "EventTime": "2024-03-29T08:38:54.3597016+01:00",
        "Source": "sample string 14",
        "Description": "sample string 85",
        "EventDetails": {
          "sample-string-16": "sample string 68",
          "sample-string-80": "sample string 6",
          "sample-string-24": "sample string 2"
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 74",
        "EventTime": "2024-03-29T08:38:54.3597016+01:00",
        "Source": "sample string 14",
        "Description": "sample string 85",
        "EventDetails": {
          "sample-string-16": "sample string 68",
          "sample-string-80": "sample string 6",
          "sample-string-24": "sample string 2"
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 74",
        "EventTime": "2024-03-29T08:38:54.3597016+01:00",
        "Source": "sample string 14",
        "Description": "sample string 85",
        "EventDetails": {
          "sample-string-16": "sample string 68",
          "sample-string-80": "sample string 6",
          "sample-string-24": "sample string 2"
        }
      }
    ]
  }
}