# Payroll **GET /report/payroll** This API is to get payroll 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 based on region - **client** (number) Id of the client to filter report based on client - **start_date** (string) The planned day to get report from - **end_date** (string) The planned day to get report till - **business_unit** (number) Id of the business unit to filter report - **per_page** (number) Minimum value is 1 and maximum value is 100 - **filter_type** (string) Filter payroll report using date approved or by using from and to date, default will be from and to date - **candidate** (number) Id of the candidate to filter report - **job** (number) Id of job to filter report - **payroll_frequency** (string) Payroll frequency - **employment_type** (number) Id of Employment type to filter report ## Responses ### 200 #### Body: application/json (object) - **status** (string) - **data** (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)