POST api/audit/plans/deleted
Gets a list of all Audits for deleted plans.
Request Information
URI Parameters
None.
Body Parameters
Audit_Plans_QueryName | 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": "3f0931cc-f413-4857-a7b2-92c7d1430376", "Fields": "sample string 2", "DateBetweenStart": "2025-05-23T21:42:59.8650697+00:00", "DateBetweenEnd": "2025-05-23T21:42:59.8650697+00:00", "HourOffset": 3, "PlanId": "56a5cd18-95a2-4a2a-a85a-878bcb1be949", "PlanName": "sample string 5" }
Response Information
Resource Description
Collection of Audit_PlansName | 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": "37caf709-add4-4257-a534-9d93138ad4b4", "PlanName": "sample string 2", "UserId": "62763f09-fe9c-42a4-ad9d-10c4d2046ee2", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-05-23T21:42:59.8650697+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "2a839518-fa34-4321-8d9f-81b957a863d9", "ConfigId": "413956e8-a7ef-42f5-a82a-d4e86df986c9" }, { "PlanId": "37caf709-add4-4257-a534-9d93138ad4b4", "PlanName": "sample string 2", "UserId": "62763f09-fe9c-42a4-ad9d-10c4d2046ee2", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-05-23T21:42:59.8650697+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "2a839518-fa34-4321-8d9f-81b957a863d9", "ConfigId": "413956e8-a7ef-42f5-a82a-d4e86df986c9" } ]