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": "2d810458-101e-45b6-aae1-221111da2b06", "Fields": "sample string 2", "DateBetweenStart": "2025-09-03T18:15:20.452154+00:00", "DateBetweenEnd": "2025-09-03T18:15:20.452154+00:00", "HourOffset": 3, "PlanId": "eb87cc8b-1669-405e-b096-92f3a1b2e3f2", "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": "cfb46795-bc3a-4204-a154-27841f13acce", "PlanName": "sample string 2", "UserId": "46631251-11d3-4355-ba4d-d68436522560", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-09-03T18:15:20.452154+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "c1bbb1ab-5e9b-4f17-a430-8866bc38e84c", "ConfigId": "8f1aa6bd-ea6a-4e78-a680-9810a2f743bb" }, { "PlanId": "cfb46795-bc3a-4204-a154-27841f13acce", "PlanName": "sample string 2", "UserId": "46631251-11d3-4355-ba4d-d68436522560", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-09-03T18:15:20.452154+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "c1bbb1ab-5e9b-4f17-a430-8866bc38e84c", "ConfigId": "8f1aa6bd-ea6a-4e78-a680-9810a2f743bb" } ]