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": "7674acc4-1453-4059-aee4-ac24c0ad746d", "Fields": "sample string 2", "DateBetweenStart": "2024-12-18T20:03:32.7340804+00:00", "DateBetweenEnd": "2024-12-18T20:03:32.7340804+00:00", "HourOffset": 3, "PlanId": "b08d7c48-daf0-46fd-af70-ee1e6d104559", "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": "a8f8e333-da43-4244-a34e-57b7695bada9", "PlanName": "sample string 2", "UserId": "d0d500d7-3c25-4a0e-aa39-4e65e3c34be4", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2024-12-18T20:03:32.7340804+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "7b751115-3a35-48aa-b2e9-109ea7bdef21", "ConfigId": "4be30375-08e7-4f92-9d26-88e6ebad56ad" }, { "PlanId": "a8f8e333-da43-4244-a34e-57b7695bada9", "PlanName": "sample string 2", "UserId": "d0d500d7-3c25-4a0e-aa39-4e65e3c34be4", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2024-12-18T20:03:32.7340804+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "7b751115-3a35-48aa-b2e9-109ea7bdef21", "ConfigId": "4be30375-08e7-4f92-9d26-88e6ebad56ad" } ]