API ReferenceitemsGet Item By IdGet Item By Id GET /items/:id Get the item from the database that matches the provided ID. Parameters id: string The ID of the item to be retrieved. Returns Item The item matching the ID. Request Responses200404422Successful ResponseNot FoundValidation Error