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": "55fffacd-5e7f-4284-8ddd-a86ac50c5482",
"Fields": "sample string 2",
"DateBetweenStart": "2026-08-30T02:25:34.8174989+00:00",
"DateBetweenEnd": "2026-08-30T02:25:34.8174989+00:00",
"HourOffset": 3,
"PlanId": "4bf40f89-f27e-40cd-97fe-9286c7dcb74f",
"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": "339deb02-1042-4edf-bdf4-645e41fe002b",
"PlanName": "sample string 2",
"UserId": "a6d5dc23-6422-407b-bbef-129e1320f9cb",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-08-30T02:25:34.8174989+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "499d300c-a51d-4b07-afc3-905f39ea90ba",
"ConfigId": "1822bdff-2f50-41d2-bb3f-7ed27a98746c"
},
{
"PlanId": "339deb02-1042-4edf-bdf4-645e41fe002b",
"PlanName": "sample string 2",
"UserId": "a6d5dc23-6422-407b-bbef-129e1320f9cb",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-08-30T02:25:34.8174989+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "499d300c-a51d-4b07-afc3-905f39ea90ba",
"ConfigId": "1822bdff-2f50-41d2-bb3f-7ed27a98746c"
}
]