Get Changelogs
Get Changelogs
Path Parameters
changeLogUuid string required
changeLogUuid
departmentUUID string required
departmentUUID
Responses
- 200
 - 401
 - 403
 - 404
 
OK
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
changelogsDTO object
entityClass string
entityType string
entityUuid string
eventTime date-time
logs object[]
op string
path string
previousValue object
value object
requesterDepartmentUuid string
requesterUserUuid string
uuid string
error object
errorCode string
errorDescription string
metadata object
property name* string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
  "changelogsDTO": {
    "entityClass": "string",
    "entityType": "string",
    "entityUuid": "string",
    "eventTime": "2025-10-30T17:04:37.755Z",
    "logs": [
      {
        "op": "string",
        "path": "string",
        "previousValue": {},
        "value": {}
      }
    ],
    "requesterDepartmentUuid": "string",
    "requesterUserUuid": "string",
    "uuid": "string"
  },
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "statusCode": 0,
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Unauthorized
Forbidden
Not Found
Loading...