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": "27652643-0017-42c4-9e72-9be895689f81",
"Fields": "sample string 2",
"DateBetweenStart": "2026-06-05T16:25:27.8059565+00:00",
"DateBetweenEnd": "2026-06-05T16:25:27.8059565+00:00",
"HourOffset": 3,
"PlanId": "0bf2f62a-2e25-48b4-958e-576dbbd2fb2e",
"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": "3ca8f4d0-7ce7-4f59-bc16-88a7933faa1e",
"PlanName": "sample string 2",
"UserId": "ee811e5c-024a-4daa-8ab3-42880227234d",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-06-05T16:25:27.8059565+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "be7691c8-e710-4e4a-8a02-7daa9585ecff",
"ConfigId": "88d8534a-8ff8-4ffa-a2e0-456a3b470ab6"
},
{
"PlanId": "3ca8f4d0-7ce7-4f59-bc16-88a7933faa1e",
"PlanName": "sample string 2",
"UserId": "ee811e5c-024a-4daa-8ab3-42880227234d",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-06-05T16:25:27.8059565+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "be7691c8-e710-4e4a-8a02-7daa9585ecff",
"ConfigId": "88d8534a-8ff8-4ffa-a2e0-456a3b470ab6"
}
]