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_Query| Name | 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": "fc129558-f4fb-4634-a5b9-636bc782ccc6",
"Fields": "sample string 2",
"DateBetweenStart": "2026-08-15T16:09:06.6096387+00:00",
"DateBetweenEnd": "2026-08-15T16:09:06.6096387+00:00",
"HourOffset": 3,
"PlanId": "1cd9f018-ee96-44aa-9ce1-1f3d18b31841",
"PlanName": "sample string 5"
}
Response Information
Resource Description
Collection of Audit_Plans| Name | 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": "ab901836-d2a6-438d-b669-a85ba8be7876",
"PlanName": "sample string 2",
"UserId": "071bf401-3360-4dd6-a91d-8393969ad441",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-08-15T16:09:06.6096387+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "54c51d14-c578-4e1e-8c7e-01e27b33b19c",
"ConfigId": "fb66610b-5ca9-4a77-a856-c6ab4bbc7f46"
},
{
"PlanId": "ab901836-d2a6-438d-b669-a85ba8be7876",
"PlanName": "sample string 2",
"UserId": "071bf401-3360-4dd6-a91d-8393969ad441",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-08-15T16:09:06.6096387+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "54c51d14-c578-4e1e-8c7e-01e27b33b19c",
"ConfigId": "fb66610b-5ca9-4a77-a856-c6ab4bbc7f46"
}
]