# Get department hardware items **GET /data/departments/{department_id}/hardware-items/{hardware_item_id}** Retrieve all hardware 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 hardware items successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Hardware item unique identifier - **name** (string) Hardware item name - **description** (string) Hardware item description - **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)