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": "36501943-6553-4719-bf55-0ccddee77c09",
"Fields": "sample string 2",
"DateBetweenStart": "2025-11-08T23:32:39.3454715+00:00",
"DateBetweenEnd": "2025-11-08T23:32:39.3454715+00:00",
"HourOffset": 3,
"PlanId": "9a850376-e131-42cb-8abe-3fb116f8fa81",
"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": "2af434b1-16ab-42af-9836-32439c645fa1",
"PlanName": "sample string 2",
"UserId": "c9cfc1db-8289-409f-b746-d9e1d01f958c",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2025-11-08T23:32:39.361097+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "0d0b048c-b01a-446f-b0de-6bc604efcd87",
"ConfigId": "028f684c-e3fc-47e4-857a-c089d0770142"
},
{
"PlanId": "2af434b1-16ab-42af-9836-32439c645fa1",
"PlanName": "sample string 2",
"UserId": "c9cfc1db-8289-409f-b746-d9e1d01f958c",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2025-11-08T23:32:39.361097+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "0d0b048c-b01a-446f-b0de-6bc604efcd87",
"ConfigId": "028f684c-e3fc-47e4-857a-c089d0770142"
}
]