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": "0b3f70c1-aca5-4226-8f76-f745d274f985",
"Fields": "sample string 2",
"DateBetweenStart": "2026-07-22T16:02:15.9886305+00:00",
"DateBetweenEnd": "2026-07-22T16:02:15.9886305+00:00",
"HourOffset": 3,
"PlanId": "3dcf866d-72f3-4451-83c1-bd09026903c3",
"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": "327017a3-4aa6-4258-9613-187876b9b7a8",
"PlanName": "sample string 2",
"UserId": "ff46f3f6-f5ce-4219-9889-8a58f935be18",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-07-22T16:02:15.9886305+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "aa79bd70-3386-4845-ade9-603795216335",
"ConfigId": "083a5aea-b1da-48e9-aa12-790e73f53d6a"
},
{
"PlanId": "327017a3-4aa6-4258-9613-187876b9b7a8",
"PlanName": "sample string 2",
"UserId": "ff46f3f6-f5ce-4219-9889-8a58f935be18",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-07-22T16:02:15.9886305+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "aa79bd70-3386-4845-ade9-603795216335",
"ConfigId": "083a5aea-b1da-48e9-aa12-790e73f53d6a"
}
]