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": "600729b1-a980-4b5d-b2b4-d60cdb7b58f0", "Fields": "sample string 2", "DateBetweenStart": "2025-07-04T04:43:58.7650348+00:00", "DateBetweenEnd": "2025-07-04T04:43:58.7650348+00:00", "HourOffset": 3, "PlanId": "2778d88e-c975-4493-8433-a82aac632432", "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": "6e45d299-ed55-4403-8c0d-f09529d362be", "PlanName": "sample string 2", "UserId": "dfdc5a84-b115-4713-a7ad-709327007144", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-07-04T04:43:58.7650348+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "74174cb4-70e3-4135-bc60-be53731e366f", "ConfigId": "8fec13c1-081c-4069-8bb1-ef5734b8bc7c" }, { "PlanId": "6e45d299-ed55-4403-8c0d-f09529d362be", "PlanName": "sample string 2", "UserId": "dfdc5a84-b115-4713-a7ad-709327007144", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-07-04T04:43:58.7650348+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "74174cb4-70e3-4135-bc60-be53731e366f", "ConfigId": "8fec13c1-081c-4069-8bb1-ef5734b8bc7c" } ]