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": "4095ffca-98e9-49bf-9776-44629fa52d52",
"Fields": "sample string 2",
"DateBetweenStart": "2025-12-27T14:31:59.0997338+00:00",
"DateBetweenEnd": "2025-12-27T14:31:59.0997338+00:00",
"HourOffset": 3,
"PlanId": "927c15dd-57cc-4b1f-9964-213d546f338b",
"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": "66d9d731-b10c-459f-88f3-72e138e6aa6f",
"PlanName": "sample string 2",
"UserId": "ce8ea0dc-c8f0-4d63-85c3-01f955c2c7b8",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2025-12-27T14:31:59.0997338+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "ebb42f5f-1dcd-48bb-b051-0a8fdc4c46b3",
"ConfigId": "c2fb2723-44c7-482a-b67f-dbbfcc56daec"
},
{
"PlanId": "66d9d731-b10c-459f-88f3-72e138e6aa6f",
"PlanName": "sample string 2",
"UserId": "ce8ea0dc-c8f0-4d63-85c3-01f955c2c7b8",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2025-12-27T14:31:59.0997338+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "ebb42f5f-1dcd-48bb-b051-0a8fdc4c46b3",
"ConfigId": "c2fb2723-44c7-482a-b67f-dbbfcc56daec"
}
]