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": "4b3ad7d3-a9fb-4deb-b4b8-afd7187255dc",
"Fields": "sample string 2",
"DateBetweenStart": "2026-05-19T07:24:27.4589492+00:00",
"DateBetweenEnd": "2026-05-19T07:24:27.4589492+00:00",
"HourOffset": 3,
"PlanId": "2579d9a2-1f41-4306-9b99-f97c077b47e6",
"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": "75fde84a-ca5f-46c5-a9bd-d44891a40cb2",
"PlanName": "sample string 2",
"UserId": "f410e338-bcf9-4876-ae84-c986a82b5b7c",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-05-19T07:24:27.4589492+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "61d0dcf5-8995-423a-9c27-c336d51b2373",
"ConfigId": "bfe8acc1-260e-44ce-9bf5-0c106e8a1cc6"
},
{
"PlanId": "75fde84a-ca5f-46c5-a9bd-d44891a40cb2",
"PlanName": "sample string 2",
"UserId": "f410e338-bcf9-4876-ae84-c986a82b5b7c",
"AuthKey": "sample string 4",
"Action": "sample string 5",
"Timestamp": "2026-05-19T07:24:27.4589492+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "61d0dcf5-8995-423a-9c27-c336d51b2373",
"ConfigId": "bfe8acc1-260e-44ce-9bf5-0c106e8a1cc6"
}
]