TestsparamsGet item by ID (label style)Get item by ID (label style) GET /items/:itemId Schema: itemId: in: path required: true schema: type: array items: type: integer style: label explode: false Example: {itemId} = [1, 2, 3]Result: /items/.1.2.3 Request Responses200Successful response