GET Project-level Audits Example
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Audits TotalResults="8"> <Audit> <Id>148</Id> <Action>UPDATE</Action> <ParentId>15</ParentId> <ParentType>test</ParentType> <Time>2020-03-12 14:37:35</Time> <User>sa</User> <Properties> <Property Label="Execution Status" Name="exec-status"> <NewValue>No Run</NewValue> </Property> <Property Label="Status" Name="status"> <NewValue>Imported</NewValue> </Property> </Properties> </Audit> <Audit> <Id>150</Id> <Action>UPDATE</Action> <ParentId>16</ParentId> <ParentType>test</ParentType> <Time>2020-03-12 14:37:35</Time> <User>sa</User> <Properties> <Property Label="Execution Status" Name="exec-status"> <NewValue>No Run</NewValue> </Property> <Property Label="Status" Name="status"> <NewValue>Imported</NewValue> </Property> </Properties> </Audit> <Audit> <Id>184</Id> <Action>UPDATE</Action> <ParentId>15</ParentId> <ParentType>test</ParentType> <Time>2020-03-17 15:29:09</Time> <User>sa</User> <Properties> <Property Label="Status" Name="status"> <NewValue>Ready</NewValue> <OldValue>Imported</OldValue> </Property> </Properties> </Audit> <Audit> <Id>185</Id> <Action>UPDATE</Action> <ParentId>16</ParentId> <ParentType>test</ParentType> <Time>2020-03-17 15:29:33</Time> <User>sa</User> <Properties> <Property Label="Status" Name="status"> <NewValue>Repair</NewValue> <OldValue>Imported</OldValue> </Property> </Properties> </Audit> </Audits>
{
"Audits": {
"Audit": [
{
"ParentId": 15,
"Action": "UPDATE",
"User": "sa",
"ParentType": "test",
"Time": "2020-03-12 14:37:35",
"Id": 148,
"Properties": {
"Property": [
{
"Label": "Execution Status",
"NewValue": "No Run",
"Name": "exec-status"
},
{
"Label": "Status",
"NewValue": "Imported",
"Name": "status"
}
]
}
},
{
"ParentId": 16,
"Action": "UPDATE",
"User": "sa",
"ParentType": "test",
"Time": "2020-03-12 14:37:35",
"Id": 150,
"Properties": {
"Property": [
{
"Label": "Execution Status",
"NewValue": "No Run",
"Name": "exec-status"
},
{
"Label": "Status",
"NewValue": "Imported",
"Name": "status"
}
]
}
},
{
"ParentId": 15,
"Action": "UPDATE",
"User": "sa",
"ParentType": "test",
"Time": "2020-03-17 15:29:09",
"Id": 184,
"Properties": {
"Property": {
"OldValue": "Imported",
"Label": "Status",
"NewValue": "Ready",
"Name": "status"
}
}
},
{
"ParentId": 16,
"Action": "UPDATE",
"User": "sa",
"ParentType": "test",
"Time": "2020-03-17 15:29:33",
"Id": 185,
"Properties": {
"Property": {
"OldValue": "Imported",
"Label": "Status",
"NewValue": "Repair",
"Name": "status"
}
}
}
],
"TotalResults": 8
}
}

