Retrieve a paginated list of items within a specific product.
This endpoint returns items from a product, with support for pagination and filtering. Items are returned in a hierarchical structure, where each item can have a parent item.
version: returns draft items only.version=5): returns items as of that product version.baseline: returns items as of the product’s baseline version.Enter your API key. Example: Bearer poelis_api_...
The unique identifier (UUID) of the product to list items from
"550e8400-e29b-41d4-a716-446655440000"
Product version number (integer) or 'baseline'. Omit or null for draft items.
null
If true, includes soft-deleted items in the response. Defaults to false.
false
Maximum number of items to return per page. Must be between 1 and 200.
1 <= x <= 200Number of items to skip from the beginning of the result set. Used for pagination.
x >= 0