History
Add history item
Add a new history item
post/api/v1/history/{id4n}
Path parameters
id4nstring required
GUID to retrieve the history for
Request body
Example request
{
"organizationId": "org.acme",
"ownerOrganizationId": "de.bluerain",
"sequenceId": 9784,
"timestamp": 1517232722,
"type": "DISPATCHED",
"visibility": {
"public": true,
"sharedOrganizationIds": [
"de.acme",
"com.porsche",
"de.bluerain"
]
}
}Response
OK