POST api/audit/plans/deleted
Gets a list of all Audits for deleted plans.
Request Information
URI Parameters
None.
Body Parameters
Audit_Plans_Query| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Fields | string |
None. |
|
| DateBetweenStart | date |
None. |
|
| DateBetweenEnd | date |
None. |
|
| HourOffset | integer |
None. |
|
| PlanId | globally unique identifier |
None. |
|
| PlanName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"UserId": "0f64500a-ca26-418b-b6f8-65b84377591a",
"Fields": "sample string 2",
"DateBetweenStart": "2026-02-01T07:04:50.3565471+00:00",
"DateBetweenEnd": "2026-02-01T07:04:50.3565471+00:00",
"HourOffset": 3,
"PlanId": "ff7e144f-76e7-46c4-b621-253e2ab2c32a",
"PlanName": "sample string 5"
}
Response Information
Resource Description
Collection of Audit_Plans| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | globally unique identifier |
None. |
|
| PlanName | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| AuthKey | string |
None. |
|
| Action | string |
None. |
|
| Timestamp | date |
None. |
|
| UpdatedFieldValues | Dictionary of string [key] and Object [value] |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlanId": "df3cb010-d528-4ee3-b1ae-2cd9838ebf57",
"PlanName": "sample string 2",
"UserId": "68c507f3-fced-4bde-9b1c-36b256b5b2c2",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-02-01T07:04:50.3565471+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "96371def-98d8-4bd7-8366-b5376d760f1d",
"ConfigId": "4c6ea517-91d9-4178-b98d-b902b1874a54"
},
{
"PlanId": "df3cb010-d528-4ee3-b1ae-2cd9838ebf57",
"PlanName": "sample string 2",
"UserId": "68c507f3-fced-4bde-9b1c-36b256b5b2c2",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-02-01T07:04:50.3565471+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "96371def-98d8-4bd7-8366-b5376d760f1d",
"ConfigId": "4c6ea517-91d9-4178-b98d-b902b1874a54"
}
]