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
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
}