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": "6c34f8f4-b197-4441-98bb-25fe06684d33", "Fields": "sample string 2", "DateBetweenStart": "2025-09-03T18:05:53.5677029+00:00", "DateBetweenEnd": "2025-09-03T18:05:53.5677029+00:00", "HourOffset": 3, "PlanId": "6a68d826-7e85-44e1-8b22-341c9e0eecc5", "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": "5bcd7ff7-b5a1-4fec-b2ef-1e441161dac7", "PlanName": "sample string 2", "UserId": "86c7eb19-3054-476d-b9fc-86e088896c68", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-09-03T18:05:53.5833272+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "bbd7ccde-f037-4cf1-9f4d-a4e7b67e7d6e", "ConfigId": "9aea62a2-1c01-4517-b3ea-613766a62a27" }, { "PlanId": "5bcd7ff7-b5a1-4fec-b2ef-1e441161dac7", "PlanName": "sample string 2", "UserId": "86c7eb19-3054-476d-b9fc-86e088896c68", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-09-03T18:05:53.5833272+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "bbd7ccde-f037-4cf1-9f4d-a4e7b67e7d6e", "ConfigId": "9aea62a2-1c01-4517-b3ea-613766a62a27" } ]