Public Services
Shows the public history of the given GUID
Only contains public history items
get/api/v1/public/history/{id4n}
Path parameters
id4nstring required
GUID to retrieve the history for
Query parameters
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
}