Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Universal Controller supports the following RESTful-based web service for Audits.

Users with the ops_admin role or ops_audit_view role can use Audit Web Services for all Audit records. 

...

XML Request

JSON Request


Expand
titleXML

<audit-filter>
    < auditType>create</ auditType>
    < updatedTimeType >offset</ updatedTimeType >
    < updatedTime>-10d</ updatedTime>
    < status>*</ status>
    < createdBy >ops.system</ createdBy >
    < tableRecordName>Administrator</ tableRecordName>
    < tableName>ops_user</ tableName>
    < source >Web Service</ source >
    < tableKey >51b13fca5b8541418cd17cdd97c95b87</ tableKey >
    < includeChildAudits>false</ includeChildAudits>
</audit-filter>



Expand
titleJSON

{
    "auditType" : "9",
    " updatedTimeType " : "offset",
    "updatedTime" : "-10d",
    "status" : "*",
    " createdBy " : "ops.system",
    "tableRecordName" : "Administrator",
    "tableName" : "ops_user",
    " source " : "Web Service",
    " tableKey " : "51b13fca5b8541418cd17cdd97c95b87",
    "includeChildAudits" : "false"
}


List Audit Records: Request Properties

...