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": "3dfde000-3d20-4e0a-90ff-8fc6d1337cd4", "Fields": "sample string 2", "DateBetweenStart": "2025-07-16T02:07:48.8179402+00:00", "DateBetweenEnd": "2025-07-16T02:07:48.8179402+00:00", "HourOffset": 3, "PlanId": "b714e402-af92-4152-baa4-8308cfb5f0e1", "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": "656cb49c-f261-463f-950b-bda2e4c1123e", "PlanName": "sample string 2", "UserId": "0e8ced16-89da-4274-8a7f-18aa12b3693c", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-07-16T02:07:48.8179402+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "b6af115c-51c5-4158-8c0f-b522ffa68162", "ConfigId": "bc366f3d-b6ce-416e-809e-aa3205b4f4a9" }, { "PlanId": "656cb49c-f261-463f-950b-bda2e4c1123e", "PlanName": "sample string 2", "UserId": "0e8ced16-89da-4274-8a7f-18aa12b3693c", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-07-16T02:07:48.8179402+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "b6af115c-51c5-4158-8c0f-b522ffa68162", "ConfigId": "bc366f3d-b6ce-416e-809e-aa3205b4f4a9" } ]