POST api/audit/financials
Gets a list of Financial Plan Audits based on the passed filter values.
Request Information
URI Parameters
None.
Body Parameters
Audit_FinancialPlans_QueryName | Description | Type | Additional information |
---|---|---|---|
Action | string |
None. |
|
UserId | globally unique identifier |
None. |
|
Fields | string |
None. |
|
Columns | Collection of string |
None. |
|
DateBetweenStart | date |
None. |
|
DateBetweenEnd | date |
None. |
|
HourOffset | integer |
None. |
|
PlanId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Action": "sample string 1", "UserId": "4a7678c7-f3aa-499f-9c33-21032f397984", "Fields": "sample string 2", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-09-18T03:56:34.3597482+00:00", "DateBetweenEnd": "2025-09-18T03:56:34.3597482+00:00", "HourOffset": 3, "PlanId": "f1c4b57e-14b0-4d1d-af62-67b95f2382c9" }
Response Information
Resource Description
Collection of Audit_FinancialPlansName | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
None. |
|
CostTypeId | globally unique identifier |
None. |
|
CategoryId | globally unique identifier |
None. |
|
CategoryName | string |
None. |
|
ParentCategoryName | string |
None. |
|
UserId | globally unique identifier |
None. |
|
AuthKey | string |
None. |
|
Timestamp | date |
None. |
|
Action | string |
None. |
|
UpdatedFieldValues | Dictionary of string [key] and Object [value] |
None. |
|
UpdatedColumnValues | Dictionary of date [key] and decimal number [value] |
None. |
|
MonthRange_Start | date |
None. |
|
MonthRange_End | date |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PlanId": "ebc8ea77-d1a5-4ed3-8f40-e328deee819e", "CostTypeId": "8cc4bda0-382a-4ff2-82f5-8cf3a3b7cbd0", "CategoryId": "9323a07f-96e7-4a67-8b13-e1e1b4cca22a", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "ad70b9b1-6699-470c-bdde-bd10a4665c91", "AuthKey": "sample string 7", "Timestamp": "2025-09-18T03:56:34.3597482+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-09-18T03:56:34.3597482+00:00": 2.0 }, "MonthRange_Start": "2025-09-18T03:56:34.3597482+00:00", "MonthRange_End": "2025-09-18T03:56:34.3597482+00:00", "id": "7e953bf8-597e-44a7-9f68-e694a0557e65", "ConfigId": "8796e934-2f40-4379-8993-76e623f04d59" }, { "PlanId": "ebc8ea77-d1a5-4ed3-8f40-e328deee819e", "CostTypeId": "8cc4bda0-382a-4ff2-82f5-8cf3a3b7cbd0", "CategoryId": "9323a07f-96e7-4a67-8b13-e1e1b4cca22a", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "ad70b9b1-6699-470c-bdde-bd10a4665c91", "AuthKey": "sample string 7", "Timestamp": "2025-09-18T03:56:34.3597482+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-09-18T03:56:34.3597482+00:00": 2.0 }, "MonthRange_Start": "2025-09-18T03:56:34.3597482+00:00", "MonthRange_End": "2025-09-18T03:56:34.3597482+00:00", "id": "7e953bf8-597e-44a7-9f68-e694a0557e65", "ConfigId": "8796e934-2f40-4379-8993-76e623f04d59" } ]