Financials | Financial Statement Dashboard Report
The Financial Statement Dashboards end point is used to get information about balance sheet and profit and loss.(RESERVED FOR INTERNAL USE.).
Overview
| URL | api/{tenantKey}/{orgKey}/financialCore/financialStatementDashboards |
| Methods Supported | GET |
All Operations
This service includes the following operations:
All Resources
This service uses the following resources:
GET Get Financial Statement Report Filters
This operation gets information about the filters to be used on the financial statement. RESERVED FOR INTERNAL USE.
The following elements are required:
| company | (string) The Company Key. |
Response:
| When successful, the response body contains a list of resources of type 'FinancialStatementReportFilter'. See FinancialStatementReportFilter. |
Response status codes:
| 200 | OK. The operation was completed successfully. |
| 400 | BadRequest. The request parameters are invalid. |
Resource URL:
api/{tenantKey}/{orgKey}/financialCore/financialStatementDashboards/getFinancialStatementReportFilters/{company}
GET /financialCore/financialStatementDashboards/getFinancialStatementReportFilters/{company}
Resources
FinancialStatementReportFilter
The following elements are optional:
| type | (string) The Type of the Filter. |
| fieldId | (string) The Field Identifier. |
| label | (string) The Label of the filter. |
| selected | (string) The Selected option. |
| operationValuePlaceholder | (string) The Operation Value Placeholders. |