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": "92e429d0-4b88-4d09-bd2a-3fe77d51efa9", "Fields": "sample string 2", "DateBetweenStart": "2024-12-18T20:13:12.806682+00:00", "DateBetweenEnd": "2024-12-18T20:13:12.806682+00:00", "HourOffset": 3, "PlanId": "54789964-eb26-476b-85d7-9578cb1faa04", "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": "68a05c28-c50a-4d15-966a-557c82714095", "PlanName": "sample string 2", "UserId": "746e7452-05da-47ad-a032-9e6c834daaa2", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2024-12-18T20:13:12.806682+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "421afd9f-4087-4623-baf1-15610a433683", "ConfigId": "70fedd4e-69f7-4ff8-abe8-5c9293e64870" }, { "PlanId": "68a05c28-c50a-4d15-966a-557c82714095", "PlanName": "sample string 2", "UserId": "746e7452-05da-47ad-a032-9e6c834daaa2", "AuthKey": "sample string 4", "Action": "sample string 5", "Timestamp": "2024-12-18T20:13:12.806682+00:00", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "id": "421afd9f-4087-4623-baf1-15610a433683", "ConfigId": "70fedd4e-69f7-4ff8-abe8-5c9293e64870" } ]