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": "fea7fc3b-e130-41cd-8f6f-07ee4cc7294f", "Fields": "sample string 2", "DateBetweenStart": "2025-05-23T20:42:50.4012871+00:00", "DateBetweenEnd": "2025-05-23T20:42:50.4012871+00:00", "HourOffset": 3, "PlanId": "d17356c2-01e4-4694-aafb-426055500de6", "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": "70f77571-1d63-427b-a2b5-f35c0bd00ba7", "PlanName": "sample string 2", "UserId": "4dfeef5f-6a63-4a6b-942c-9ba1a42e2d40", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-05-23T20:42:50.4012871+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "069e7836-be3d-4155-ac5c-d412bb552c40", "ConfigId": "e6670aef-9b69-4ef7-9fd7-af4a62fdd41d" }, { "PlanId": "70f77571-1d63-427b-a2b5-f35c0bd00ba7", "PlanName": "sample string 2", "UserId": "4dfeef5f-6a63-4a6b-942c-9ba1a42e2d40", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-05-23T20:42:50.4012871+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "069e7836-be3d-4155-ac5c-d412bb552c40", "ConfigId": "e6670aef-9b69-4ef7-9fd7-af4a62fdd41d" } ]