# Änderungsprotokoll

API für den Zugriff auf's Änderungsprotokoll

## GET /cmn/audit/snapshot/{id}

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Änderungsprotokoll","description":"API für den Zugriff auf's Änderungsprotokoll"}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/cmn/audit/snapshot/{id}":{"get":{"tags":["Änderungsprotokoll"],"operationId":"restore","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"}}}}}}}},"components":{"schemas":{"unknownservice-unknownmodule-JsonNode":{"description":"Search-Dialog"}}}}
```

## GET /cmn/audit/snapshot/{id}/with-previous

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"Änderungsprotokoll","description":"API für den Zugriff auf's Änderungsprotokoll"}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/cmn/audit/snapshot/{id}/with-previous":{"get":{"tags":["Änderungsprotokoll"],"operationId":"restoreWithPrevious","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/common-audit-SnapshotAndPredecessorApi"}}}}}}}},"components":{"schemas":{"common-audit-SnapshotAndPredecessorApi":{"properties":{"current":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"},"previous":{"$ref":"#/components/schemas/unknownservice-unknownmodule-JsonNode"}}},"unknownservice-unknownmodule-JsonNode":{"description":"Search-Dialog"}}}}
```
