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": "22c62a43-25a9-48c9-b58d-894bcc824e5f", "Fields": "sample string 2", "DateBetweenStart": "2025-07-13T08:11:08.100981+00:00", "DateBetweenEnd": "2025-07-13T08:11:08.100981+00:00", "HourOffset": 3, "PlanId": "688a8894-25c1-4f9e-8d87-50ecf859892e", "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": "076503bd-b7e9-4a38-ba78-e6c64ddefcfd", "PlanName": "sample string 2", "UserId": "e057f7ec-b279-48ba-8715-b859081df50b", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-07-13T08:11:08.100981+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "4c0115f5-9c78-47a3-bba1-2d7eacc4ca37", "ConfigId": "139504e2-5ae8-4537-9bc4-7478d51c8e4a" }, { "PlanId": "076503bd-b7e9-4a38-ba78-e6c64ddefcfd", "PlanName": "sample string 2", "UserId": "e057f7ec-b279-48ba-8715-b859081df50b", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-07-13T08:11:08.100981+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "4c0115f5-9c78-47a3-bba1-2d7eacc4ca37", "ConfigId": "139504e2-5ae8-4537-9bc4-7478d51c8e4a" } ]