Skip to main content

ScopeAuditResponse

Response containing scope audit records

auditRecords object[]

List of audit records

  • Array [
  • auditIDinteger<int64>

    Unique audit record identifier

    scopeIDinteger<int64>nullable

    Scope identifier

    contentTypestring

    Type of content that was changed

    contentIDstring

    ID of the content that was changed

    providerCodestring

    Provider code associated with the change

    connectionCodestringnullable

    Connection code associated with the change

    actionstring

    Action that was performed on the content

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

    oldValues objectnullable

    Previous values before the change

    property name*anynullable

    Previous values before the change

    newValues objectnullable

    New values after the change

    property name*anynullable

    New values after the change

    changedBystringnullable

    User or system that performed the change

    createdAtstring<date-time>

    Timestamp when the change occurred

  • ]
  • countinteger

    Total number of audit records

    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
    }