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:
Use the version parameter to retrieve properties from a specific product version:
version=5)version=baseline to get properties from the baseline versiontype parameter to filter by property type (numeric, 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
Product version number (integer) or "baseline" to get properties from the baseline version. Omit to get draft properties.
If true, includes soft-deleted properties in the response. Defaults to false.
Filter properties by type. Allowed values: numeric, text, date, status. Case-insensitive.