POST api/audit/plan
Gets a list of Plan Audits based on the passed filter values.
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": "233df94a-a2c8-4fb9-875e-8b7ba6d6c589", "Fields": "sample string 2", "DateBetweenStart": "2025-04-04T01:25:34.9082743+00:00", "DateBetweenEnd": "2025-04-04T01:25:34.9082743+00:00", "HourOffset": 3, "PlanId": "6c67ab26-4073-427e-991c-c641330a5b28", "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": "cf592fd8-dabd-41c0-ad7a-9fce9f311b16", "PlanName": "sample string 2", "UserId": "39aecee1-d1c1-49f1-86f4-99ef8b013f20", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-04-04T01:25:34.923905+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "db053e2b-5150-463d-bca5-b6736eda2a41", "ConfigId": "b44295dc-378b-4ccd-8a61-9f782f76554f" }, { "PlanId": "cf592fd8-dabd-41c0-ad7a-9fce9f311b16", "PlanName": "sample string 2", "UserId": "39aecee1-d1c1-49f1-86f4-99ef8b013f20", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-04-04T01:25:34.923905+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "db053e2b-5150-463d-bca5-b6736eda2a41", "ConfigId": "b44295dc-378b-4ccd-8a61-9f782f76554f" } ]