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 67"
    }
  },
  "_embedded": {
    "sample string 2": [
      {
        "EventId": 1,
        "EventType": "sample string 72",
        "EventTime": "2024-11-22T01:18:39.7911016+01:00",
        "Source": "sample string 83",
        "Description": "sample string 63",
        "EventDetails": {
          "sample-string-28": "sample string 0",
          "sample-string-82": "sample string 55",
          "sample-string-72": "sample string 49"
        },
        "_links": {
          "self": {
            "href": "sample string 12"
          }
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 72",
        "EventTime": "2024-11-22T01:18:39.7911016+01:00",
        "Source": "sample string 83",
        "Description": "sample string 63",
        "EventDetails": {
          "sample-string-28": "sample string 0",
          "sample-string-82": "sample string 55",
          "sample-string-72": "sample string 49"
        },
        "_links": {
          "self": {
            "href": "sample string 12"
          }
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 72",
        "EventTime": "2024-11-22T01:18:39.7911016+01:00",
        "Source": "sample string 83",
        "Description": "sample string 63",
        "EventDetails": {
          "sample-string-28": "sample string 0",
          "sample-string-82": "sample string 55",
          "sample-string-72": "sample string 49"
        },
        "_links": {
          "self": {
            "href": "sample string 12"
          }
        }
      }
    ]
  }
}