For the complete documentation index, see llms.txt. This page is also available as Markdown.

Änderungsprotokoll

API für den Zugriff auf's Änderungsprotokoll

get
Path parameters
idinteger · int64Required
Responses
200

OK

application/json
anyOptional

Search-Dialog

get/cmn/audit/snapshot/{id}
GET /api/cmn/audit/snapshot/{id} HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
200

OK

No content

get
Path parameters
idinteger · int64Required
Responses
200

OK

application/json
currentanyOptional

Search-Dialog

previousanyOptional

Search-Dialog

get/cmn/audit/snapshot/{id}/with-previous
GET /api/cmn/audit/snapshot/{id}/with-previous HTTP/1.1
Host: 10.102.24.197:32795
Accept: */*
200

OK

{
  "current": null,
  "previous": null
}

Last updated

Was this helpful?