# Invoice **GET /report/invoice** This API is to get invoice report. This is an authendicated API so we need to pass bearer token in request header to access the data. ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Parameters #### Headers - **Authorization** (string) - **Accept** (string) #### Query parameters - **region** (number) Id of the region to filter report - **client** (number) Id of the client to filter report - **start_date** (string(date)) The planned day to get report from - **end_date** (string(date)) The planned day to get report till - **business_unit** (number) Id of the business unit to filter report - **business_unit_name** (string) Name of business unit name to filter - **per_page** (number) Minimum value is 1 and maximum value is 100 - **filter_type** (string) Filter invoice report using date created or by using from and to date, default will be created_date ## Responses ### 200: #### Body Parameters: application/json (object) - **status** (string) - **data** (object) - **message** (string) ### : FYI: Maximum records per page is 100 [Powered by Bump.sh](https://bump.sh)