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": "94c1f53f-6563-4523-95fc-37d84cbfdaf3", "Fields": "sample string 2", "DateBetweenStart": "2025-09-16T08:27:11.8215768+00:00", "DateBetweenEnd": "2025-09-16T08:27:11.8215768+00:00", "HourOffset": 3, "PlanId": "c93a358f-02db-4633-9475-d33471ef6023", "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": "841bc3cb-a1fd-4436-970e-ba1ee418ad1f", "PlanName": "sample string 2", "UserId": "29611312-7bf4-4457-959f-e66e23bbd0fb", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-09-16T08:27:11.8215768+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "0f77955c-6cfc-4449-b8d7-982728b9b239", "ConfigId": "a951d800-50c4-46e3-8e65-ec7621ca871c" }, { "PlanId": "841bc3cb-a1fd-4436-970e-ba1ee418ad1f", "PlanName": "sample string 2", "UserId": "29611312-7bf4-4457-959f-e66e23bbd0fb", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2025-09-16T08:27:11.8215768+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "0f77955c-6cfc-4449-b8d7-982728b9b239", "ConfigId": "a951d800-50c4-46e3-8e65-ec7621ca871c" } ]