Skip to main content

ScopeAuditResponse

auditRecords object[]
  • Array [
  • auditIDinteger<int64>
    scopeIDinteger<int64>nullable
    contentTypestring
    contentIDstring
    providerCodestring
    connectionCodestringnullable
    actionstring

    Possible values: [created, updated, deleted, enabled, disabled]

    oldValues objectnullable
    property name*anynullable
    newValues objectnullable
    property name*anynullable
    changedBystringnullable
    createdAtstring<date-time>
  • ]
  • countinteger
    ScopeAuditResponse
    {
    "auditRecords": [
    {
    "auditID": 0,
    "scopeID": 0,
    "contentType": "string",
    "contentID": "string",
    "providerCode": "string",
    "connectionCode": "string",
    "action": "created",
    "oldValues": {},
    "newValues": {},
    "changedBy": "string",
    "createdAt": "2024-07-29T15:51:28.071Z"
    }
    ],
    "count": 0
    }