Version: 1.0.0
Parameter Serialization Demo API
An API to demonstrate various parameter serialization options in OpenAPI 3.0
📄️ Get user by ID
Schema:
📄️ Get item by ID (label style)
Schema:
📄️ Get product by code (matrix style)
Schema:
📄️ Custom verb endpoint in path
Demonstrates a literal custom verb suffix in the path segment.
📄️ Path parameters in the same segment
Demonstrates multiple path parameters in a single path segment.
📄️ Path template combined with custom verb
Demonstrates a path parameter with a verb-like suffix in the same segment.
📄️ Search with various query parameter styles
Schema:
📄️ Get document with header parameter
Schema:
📄️ Get user preferences with cookie parameter
Schema:
📄️ Get with header parameters
Schema:
📄️ Get with cookie parameters
Schema: