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": "2c80f51f-7231-4c38-8334-7938c08e8b7f", "Fields": "sample string 2", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-07-06T00:34:13.0015345+00:00", "DateBetweenEnd": "2025-07-06T00:34:13.0015345+00:00", "HourOffset": 3, "PlanId": "4667c9b1-1ff4-4893-bee9-e06b8f09e08d" }
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": "83e63b77-5ab5-43f5-8b83-ef48fda8839f", "CostTypeId": "5b37e25e-db61-40ec-a7c9-bbd9bb345e98", "CategoryId": "5b1908af-59be-4bc0-9616-be4bf16edcfa", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "7c30d2be-784b-436d-928c-5d74aa57eb05", "AuthKey": "sample string 7", "Timestamp": "2025-07-06T00:34:13.0015345+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-07-06T00:34:13.0015345+00:00": 2.0 }, "MonthRange_Start": "2025-07-06T00:34:13.0015345+00:00", "MonthRange_End": "2025-07-06T00:34:13.0015345+00:00", "id": "e2e0208e-c727-413f-a399-bae01a1eeb5a", "ConfigId": "ace6d7dd-1a44-4ead-b8ac-1b9bccf23a54" }, { "PlanId": "83e63b77-5ab5-43f5-8b83-ef48fda8839f", "CostTypeId": "5b37e25e-db61-40ec-a7c9-bbd9bb345e98", "CategoryId": "5b1908af-59be-4bc0-9616-be4bf16edcfa", "CategoryName": "sample string 4", "ParentCategoryName": "sample string 5", "UserId": "7c30d2be-784b-436d-928c-5d74aa57eb05", "AuthKey": "sample string 7", "Timestamp": "2025-07-06T00:34:13.0015345+00:00", "Action": "sample string 9", "UpdatedFieldValues": { "sample string 1": {}, "sample string 3": {} }, "UpdatedColumnValues": { "2025-07-06T00:34:13.0015345+00:00": 2.0 }, "MonthRange_Start": "2025-07-06T00:34:13.0015345+00:00", "MonthRange_End": "2025-07-06T00:34:13.0015345+00:00", "id": "e2e0208e-c727-413f-a399-bae01a1eeb5a", "ConfigId": "ace6d7dd-1a44-4ead-b8ac-1b9bccf23a54" } ]