Get item by ID
Retrieve a single item by its unique identifier.
Overview
Returns detailed information about a specific item, including its metadata, hierarchical relationships, and status.
Versioning
- Omit or null
version: returns the draft item. - Integer (e.g.
version=5): returns the item as of that product version. baseline: returns the item as of the product’s baseline version.
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_...
Path Parameters
Query Parameters
Product version number (integer) or 'baseline'. Omit or null for draft item.
null
Response
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
Item description
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"
}