# Staff Report **GET /report/staff** This API is to get staff 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** (string) Id of the region to filter report - **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 - **business_unit_name** (string) Name of business unit to filter - **candidate** (number) Id of candidate to filter report - **candidatename** (string) Name of the candidate to filter - **per_page** (number) Minimum value is 1 and maximum value is 100 - **job** (string) Id of job to filter - **employment_type** (string) Id of employment type ## Responses ### 200: #### Body Parameters: application/json (object) - **status** (string) - **data** (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)