# Get department software licenses **GET /data/departments/{department_id}/software-licenses/{software_id}** Retrieve all software items that are associated with a specific department. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **department_id** () Unique identifier of the department ## Responses ### 200 Department software licenses successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Software license unique identifier - **name** (string) Software license name - **short_name** (string) Software license short name - **file_extension** (string) Default file extension for the software license - **department_id** (string(uuid)) Department identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)