Retrieve a single property by its unique identifier.
Returns detailed information about a specific property, including its value, metadata, references, and versioning information.
The type parameter is optional. If not provided, the system will automatically
search across all property tables (numeric, text, date, status) to find the property.
This is useful when you only have the property ID but don’t know its type.
If you know the property type, specifying it via the type parameter will improve
performance by avoiding searches across multiple property tables.
Enter your API key. Example: Bearer poelis_api_...
Optional property type: numeric, text, date, or status. If not provided, will search all types. Case-insensitive.
Complete property details including value, metadata, references, and versioning information
Unified public property representation.
Human-readable property ID
numeric, text, date, status, matrix Whether the property has draft changes
References to source documents for this property
Formula expression for numeric properties that calculate their value from other properties. Uses @{property_id} syntax to reference dependencies.
Whether any of the formula's dependency properties have changed (only for numeric properties with formulas).