# Get salary scales **GET /data/salary-scales** Retrieve all salary scale entries. Automatically creates missing combinations of department, position, and seniority. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200 Salary scales retrieved successfully #### Body: application/json (array[object]) - **id** (string(uuid)) - **department_id** (string(uuid)) - **position** (string) - **seniority** (string) - **rate** (number) ### 400 Query error [Powered by Bump.sh](https://bump.sh)