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": "b1e55a7c-701f-4d14-9ba8-e92321fa89d0",
"Fields": "sample string 2",
"DateBetweenStart": "2026-03-03T09:43:10.796135+00:00",
"DateBetweenEnd": "2026-03-03T09:43:10.796135+00:00",
"HourOffset": 3,
"PlanId": "83250fe7-aa7d-4dea-94ff-371a237c6134",
"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": "f1f2ecd3-2f0f-438c-add3-829ca4053ad2",
"PlanName": "sample string 2",
"UserId": "26d1085a-3d08-49e3-ae0c-a549d953cc27",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-03-03T09:43:10.796135+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "acc729bb-030d-4fe9-9788-345cf2c669e8",
"ConfigId": "ea50457b-b1ec-48a3-a11b-2d4dd03f5794"
},
{
"PlanId": "f1f2ecd3-2f0f-438c-add3-829ca4053ad2",
"PlanName": "sample string 2",
"UserId": "26d1085a-3d08-49e3-ae0c-a549d953cc27",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-03-03T09:43:10.796135+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "acc729bb-030d-4fe9-9788-345cf2c669e8",
"ConfigId": "ea50457b-b1ec-48a3-a11b-2d4dd03f5794"
}
]