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": "2282c09f-6d24-44e3-a060-eac62d2aab41",
"Fields": "sample string 2",
"DateBetweenStart": "2026-06-01T13:49:29.1936009+00:00",
"DateBetweenEnd": "2026-06-01T13:49:29.1936009+00:00",
"HourOffset": 3,
"PlanId": "9968ed58-df3c-4e31-9175-c4ac379bb9c0",
"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": "cf340c52-76f4-4260-9c42-24995a83ff44",
"PlanName": "sample string 2",
"UserId": "77ea51be-e4d1-44a3-b23b-4a28c979420c",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-06-01T13:49:29.1936009+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "cf0b251d-ec9e-43cc-816a-4c00221c4f26",
"ConfigId": "ae03f321-fa9d-4d85-aef2-12ec5bd30acb"
},
{
"PlanId": "cf340c52-76f4-4260-9c42-24995a83ff44",
"PlanName": "sample string 2",
"UserId": "77ea51be-e4d1-44a3-b23b-4a28c979420c",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-06-01T13:49:29.1936009+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "cf0b251d-ec9e-43cc-816a-4c00221c4f26",
"ConfigId": "ae03f321-fa9d-4d85-aef2-12ec5bd30acb"
}
]