📄️ Get Claims
GetClaims artifact is designed to retrieve detailed information directly from the Claims database in API format, enabling seamless access to structured claim data for further processing or display.
📄️ Get Claims Details
Get Claims details artifact is designed to retrieve detailed information directly from the Claimsdetails database in API format, enabling seamless access to structured claim data for further processing or display.
📄️ KPI Approved
Query is essential for generating approval metrics or dashboards within the Reimbfast application. Below API query retrieves the total count of claims with the status marked as 'Approved' from the database. It specifically targets the claims table under the tenant tt005_rf001:
📄️ KPI Rejected
Query is essential for generating rejected metrics or dashboards within the Reimbfast application. Below API query retrieves the total count of claims with the status marked as 'Rejected' from the database. It specifically targets the claims table under the tenant tt005_rf001
📄️ KPI Pending
Query is essential for generating pending metrics or dashboards within the Reimbfast application. Below API query retrieves the total count of claims with the status marked as 'Pending' from the database. It specifically targets the claims table under the tenant tt005_rf001:
📄️ KPI Daily Expenses
Below API query retrieves the total number of claims under the category type Daily Expenses with the claimexpensetype set to 'expense'.
📄️ KPI Offsite Expenses
Below API query retrieves the total number of claims under the category type Offsite Expenses with the claimexpensetype set to 'expense'
📄️ Chart Data
Refers to the structured dataset used to render visual elements such as bar charts, pie charts, or line graphs. This data is typically aggregated or summarized to highlight trends, categories, or metrics for quick insights.
📄️ Claims Table Data
Claims table data is essential to fetch data from table in the format as defined (desired output).