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": "76886baa-2321-4808-808f-13d69ef4098a",
"Fields": "sample string 2",
"DateBetweenStart": "2026-05-15T19:38:54.2713894+00:00",
"DateBetweenEnd": "2026-05-15T19:38:54.2713894+00:00",
"HourOffset": 3,
"PlanId": "fcf0add8-ad1a-4e7a-84cf-606fe27a228b",
"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": "e2bba3af-1a2d-4db3-ab75-9d7edefcd31d",
"PlanName": "sample string 2",
"UserId": "ef3e6a6c-d5b0-4a72-a97c-4f5bda11cda8",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-05-15T19:38:54.2713894+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "2961b0a3-e664-4aff-a238-930e4fa17489",
"ConfigId": "f01d0186-4a14-4685-b340-43409321e5b3"
},
{
"PlanId": "e2bba3af-1a2d-4db3-ab75-9d7edefcd31d",
"PlanName": "sample string 2",
"UserId": "ef3e6a6c-d5b0-4a72-a97c-4f5bda11cda8",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-05-15T19:38:54.2713894+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "2961b0a3-e664-4aff-a238-930e4fa17489",
"ConfigId": "f01d0186-4a14-4685-b340-43409321e5b3"
}
]