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:
📄️ Query param with RFC 3986 reserved char ':'
Verifies that `:` in a query parameter value is percent-encoded as `%3A`.
📄️ Query params with multiple RFC 3986 reserved chars
Verifies that RFC 3986 reserved characters in query parameter values
📄️ Get with cookie parameters
Schema: