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 1"
    }
  },
  "_embedded": {
    "sample string 55": [
      {
        "EventId": 1,
        "EventType": "sample string 94",
        "EventTime": "2024-04-25T06:27:56.9715775+02:00",
        "Source": "sample string 78",
        "Description": "sample string 41",
        "EventDetails": {
          "sample-string-17": "sample string 6",
          "sample-string-74": "sample string 31",
          "sample-string-88": "sample string 94"
        },
        "_links": {
          "self": {
            "href": "sample string 91"
          }
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 94",
        "EventTime": "2024-04-25T06:27:56.9715775+02:00",
        "Source": "sample string 78",
        "Description": "sample string 41",
        "EventDetails": {
          "sample-string-17": "sample string 6",
          "sample-string-74": "sample string 31",
          "sample-string-88": "sample string 94"
        },
        "_links": {
          "self": {
            "href": "sample string 91"
          }
        }
      },
      {
        "EventId": 1,
        "EventType": "sample string 94",
        "EventTime": "2024-04-25T06:27:56.9715775+02:00",
        "Source": "sample string 78",
        "Description": "sample string 41",
        "EventDetails": {
          "sample-string-17": "sample string 6",
          "sample-string-74": "sample string 31",
          "sample-string-88": "sample string 94"
        },
        "_links": {
          "self": {
            "href": "sample string 91"
          }
        }
      }
    ]
  }
}