List properties for an item
Retrieve all properties for a specific item with optional filtering and versioning support.
Overview
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.
Property Types
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.
Versioning
- Omit or null
version: returns draft properties only. - Integer (e.g.
version=5): returns properties as of that product version. baseline: returns properties as of the product’s baseline version.
Filtering
- Type Filter: Use
typeparameter to filter by property type (numeric, formula, matrix, text, date, status) - Deleted Items: Use
includeDeleted=trueto include soft-deleted properties
Documentation Index
Fetch the complete documentation index at: https://docs.poelis.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key. Example: Bearer poelis_api_...
Query Parameters
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"