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": "9660522d-35bf-4ff1-b433-e4b09c7ec1a4",
"Fields": "sample string 2",
"DateBetweenStart": "2026-06-05T16:21:29.818827+00:00",
"DateBetweenEnd": "2026-06-05T16:21:29.818827+00:00",
"HourOffset": 3,
"PlanId": "55acdc3e-1c05-447f-b261-4cdec32cc332",
"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": "105bf585-b508-41dd-98cc-57ebd287a085",
"PlanName": "sample string 2",
"UserId": "6f2e73ae-b937-4b7d-b591-3c156d85dc6f",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-06-05T16:21:29.818827+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "2c3d7cec-35de-4c57-813f-6fd34b3d6e4b",
"ConfigId": "18357d84-400e-4cba-ab73-6e7f87ba19d2"
},
{
"PlanId": "105bf585-b508-41dd-98cc-57ebd287a085",
"PlanName": "sample string 2",
"UserId": "6f2e73ae-b937-4b7d-b591-3c156d85dc6f",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-06-05T16:21:29.818827+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "2c3d7cec-35de-4c57-813f-6fd34b3d6e4b",
"ConfigId": "18357d84-400e-4cba-ab73-6e7f87ba19d2"
}
]