List All Items

Previously, we successfully Added an Item to Heims database. Now, we want to get a list of all items in the Heims database. Find the GET /api/items route dropdown and click on it to reveal request details. Get all Items Click on Try it out -> Execute Get all Items You should get a result which should be a JSON array with each element containing the data for an item. Get all Items You can currently use limit and offset query parameters to modify your request and enable pagination for results.