Versions Compared

Key

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

...

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>
?xml version="1.0" encoding="UTF-8" ?>
<universalEvent>
  <name>ExampleEvent</name>
  <businessServices>
    <businessService>BusinessServiceName1</businessService>
    <businessService>BusinessServiceName2</businessService>
  </businessServices>
  <ttl>60</ttl>
  <attributes>
    <attribute>
      <name>example_attribute1</name>
      <value>Value1</value>
    </attribute>
    <attribute>
      <name>example_attribute2</name>
      <value>Value2</value>
    </attribute>
  </attributes>
</universalEvent>
Expand
titleJSON


{

    

	"
auditType
name": "
9
ExampleEvent",

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

    "businessServices": [
      "BusinessServiceName1",
      "BusinessServiceName2"
    ],
	"ttl": 60,
	"attributes": [
		{
			"name": "example_attribute1",
			"value": "Value1"
		},
		{
			"name": "example_attribute2",
			"value": "Value2"
		}
	]
}


List Audit Records: Request Properties

...