Retrieve a single item by its unique identifier.
Returns detailed information about a specific item, including its metadata, hierarchical relationships, and status.
version: returns the draft item.version=5): returns the item as of that product version.baseline: returns the item as of the product’s baseline version.Enter your API key. Example: Bearer poelis_api_...
Product version number (integer) or 'baseline'. Omit or null for draft item.
null
Complete item details including metadata, relationships, createdBy, updatedBy (id, userName, imageUrl), createdAt, and updatedAt (ISO 8601) when available.
Public representation of an item.
Human-readable item ID
Product this item belongs to
Item name
Whether the item is deleted
Parent item ID for hierarchical structure
Draft item ID if this is a versioned item
User who created the item
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}ISO 8601 creation timestamp
ISO 8601 last-update timestamp
User who last updated the item
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}