Get user system value group audit history

GET /closeAPI/api/close/lov/user-group/{id}/audit-history

Path parameters

  • id integer Required

Responses

GET /closeAPI/api/close/lov/user-group/{id}/audit-history
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/lov/user-group/{id}/audit-history'
Response examples (200)
[
  {
    "createDate": {
      "time": "2025-05-04T09:42:00Z",
      "timezone": {
        "id": "string",
        "rules": {
          "fixedOffset": true,
          "transitions": [
            {
              "offsetBefore": {
                "totalSeconds": 42,
                "id": "string"
              },
              "offsetAfter": {
                "totalSeconds": 42,
                "id": "string"
              },
              "duration": {
                "seconds": 42,
                "zero": true,
                "nano": 42,
                "negative": true,
                "positive": true,
                "units": [
                  {
                    "durationEstimated": true,
                    "timeBased": true,
                    "dateBased": true
                  }
                ]
              },
              "gap": true,
              "dateTimeAfter": "2025-05-04T09:42:00Z",
              "dateTimeBefore": "2025-05-04T09:42:00Z",
              "instant": "2025-05-04T09:42:00Z",
              "overlap": true
            }
          ],
          "transitionRules": [
            {
              "month": "JANUARY",
              "timeDefinition": "UTC",
              "standardOffset": {
                "totalSeconds": 42,
                "id": "string"
              },
              "offsetBefore": {
                "totalSeconds": 42,
                "id": "string"
              },
              "offsetAfter": {
                "totalSeconds": 42,
                "id": "string"
              },
              "dayOfWeek": "MONDAY",
              "dayOfMonthIndicator": 42,
              "localTime": {
                "hour": 42,
                "minute": 42,
                "second": 42,
                "nano": 42
              },
              "midnightEndOfDay": true
            }
          ]
        }
      },
      "locale": "string"
    },
    "userName": "string",
    "attribute": "string",
    "comments": "string",
    "subject": "string",
    "oldValue": "string",
    "newValue": "string"
  }
]