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": "3c11e503-24aa-448f-9783-9d9d23176b15", "Fields": "sample string 2", "DateBetweenStart": "2025-10-14T01:20:10.3941505+00:00", "DateBetweenEnd": "2025-10-14T01:20:10.3941505+00:00", "HourOffset": 3, "PlanId": "eb9844e0-0d1a-4174-808c-91376203dc7c", "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": "f73f9990-45c2-4ee2-a5b6-a49ff2b06fe0", "PlanName": "sample string 2", "UserId": "aed17088-8cc8-4e72-b7af-eb66b9752f69", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-10-14T01:20:10.3941505+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "6857a170-5b1c-4dc6-8ea7-fbb43db947f8", "ConfigId": "afd6f44a-912d-4166-b8f6-069facdacc10" }, { "PlanId": "f73f9990-45c2-4ee2-a5b6-a49ff2b06fe0", "PlanName": "sample string 2", "UserId": "aed17088-8cc8-4e72-b7af-eb66b9752f69", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-10-14T01:20:10.3941505+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "6857a170-5b1c-4dc6-8ea7-fbb43db947f8", "ConfigId": "afd6f44a-912d-4166-b8f6-069facdacc10" } ]