v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
History

DEPRECATED - List history

DEPRECATED - please use filteredList with organization parameter to achieve the same functionality

get/api/v1/history/{id4n}/{organizationId}

Path parameters

id4nstring required

GUID to retrieve the history for

organizationIdstring required

organizationId

Query parameters

includePrivateboolean

Also return private history entries

offsetinteger

Start with the n-th element

limitinteger

The maximum count of returned elements

Response

OK

limitinteger required

The number of returned elements

offsetinteger required

Starting with the n-th element

totalinteger

The total number of elements

Example response

{
  "elements": [
    {
      "organizationId": "org.acme",
      "ownerOrganizationId": "de.bluerain",
      "sequenceId": 9784,
      "timestamp": 1517232722,
      "type": "DISPATCHED",
      "visibility": {
        "public": true,
        "sharedOrganizationIds": [
          "de.acme",
          "com.porsche",
          "de.bluerain"
        ]
      }
    }
  ],
  "limit": 100,
  "total": 200
}