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": "632669f8-7276-4ba1-9051-43a93f73dd38",
"Fields": "sample string 2",
"DateBetweenStart": "2025-12-06T06:31:52.8451329+00:00",
"DateBetweenEnd": "2025-12-06T06:31:52.8451329+00:00",
"HourOffset": 3,
"PlanId": "e29a3e2c-b0b9-47f0-947f-0a1b65d28726",
"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": "8e868d71-191b-46bd-a947-15a64cb5cdb0",
"PlanName": "sample string 2",
"UserId": "f5281b02-a197-46af-a4bc-141a975c6946",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2025-12-06T06:31:52.8451329+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "920c87d1-b4d6-4bda-b965-903889f17841",
"ConfigId": "b6df9b21-ead5-4ee0-97df-ac9417527247"
},
{
"PlanId": "8e868d71-191b-46bd-a947-15a64cb5cdb0",
"PlanName": "sample string 2",
"UserId": "f5281b02-a197-46af-a4bc-141a975c6946",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2025-12-06T06:31:52.8451329+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "920c87d1-b4d6-4bda-b965-903889f17841",
"ConfigId": "b6df9b21-ead5-4ee0-97df-ac9417527247"
}
]