Retrieve all properties for a specific item with optional filtering and versioning support.
This endpoint returns a unified response that includes all property types (numeric, text, date, status) in a single response format. Each property includes its value, metadata, references, and versioning information.
The endpoint supports the following property types: numeric, formula, matrix, text, date, status. See the response model’s value, category, and display_unit field descriptions for numeric (plain number), formula (computed), and matrix semantics.
version: returns draft properties only.version=5): returns properties as of that product version.baseline: returns properties as of the product’s baseline version.type parameter to filter by property type (numeric, formula, matrix, text, date, status)includeDeleted=true to include soft-deleted propertiesEnter your API key. Example: Bearer poelis_api_...
The unique identifier (UUID) of the item to retrieve properties for
"550e8400-e29b-41d4-a716-446655440000"
Product version number (integer) or "baseline" to get properties from the baseline version. Omit to get draft properties.
null
If true, includes soft-deleted properties in the response. Defaults to false.
false
Filter properties by type. Allowed values: numeric, formula, matrix, text, date, status. Case-insensitive.
"numeric"