Get Audit Trail

post

/config/sim/v2/getAuditTrail

Gets all audit trail records

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, operation, fileNum
  • If using paging, number of results returned in this page.
    Example: 100
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 0
  • Sorts the response by the specified field name and sort order. Allowed fields are hierUnitId, hierStrucId, operation, subSystem, auditTime, itemNumber, auditTrailId, fileNum and employeeObjNum.
    Example: hierUnitId:asc
  • If specified, returns records that match the criteria. Allowed fields are hierUnitId, hierStrucId, operation, subSystem, itemNumber, auditTrailId, fileNum and employeeObjNum.
    Example: where equals(hierUnitId, 7)
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Audit Trail records.
Show Source
Nested Schema : AuditTrail
Type: object
Audit Trail
Show Source
  • Date and time when the operation was performed
    Example: 2025-04-15T10:40:15
  • Unique id of the audit trail record
    Example: 3
  • Effectivity group object number of the record which was modified.
    Example: 4
  • Comments added to the Audit Trail record. Some applications record comments to help clarify the change or the activity being audited.
    Example: Update item name
  • Definition sequence number of the record which was modified.
    Example: 1
  • The hierstrucid of the data distribution source.
    Example: 1
  • A boolean flag indicating if the distribution source used was remote.
    Example: false
  • First name of the employee who performed the operation.
    Example: EmpFirstName1
  • Last name of the employee who performed the operation.
    Example: EmpLastName1
  • Object number of the employee who performed the operation.
    Example: 2
  • Name of the field which was modified.
    Example: name
  • Unique reference of the object where operation was performed. Refer to the List Values section of the C&C API documentation for an explanation of the values.
    Example: 31
  • Hierarchy Structure Id of the hierarchy where the operation was performed.
    Example: 7
  • Hierarchy Unit Id of the hierarchy where the operation was performed.
    Example: 7
  • Item number of the record which was modified.
    Example: 3
  • The value of a field after it was changed on a changed record.
    Example: Cheesy Fries
  • Object number of the record which was modified.
    Example: 1
  • The value of a field before it was changed on a changed record.
    Example: Fries
  • A unique reference of the operation performed. Refer to the List Values section of the C&C API documentation for an explanation of the values.
    Example: 2
  • Price sequence number of the record which was modified.
    Example: 1
  • Language Id corresponding to the language which was used to modify the text value.
    Example: 3
  • Name of the field within the sub record which was modified.
    Example: consumerDisplayname
  • Name of the sub record which was modified.
    Example: Condiment Groups
  • Object number of the sub record which was modified.
    Example: 4
  • A unique reference of the application where the operation was performed. Refer to the List Values section of the C&C API documentation for an explanation of the values.
    Example: 109
  • User name of the employee who performed the operation.
    Example: EmpUserName1
Back to Top