Get Jedox Element
jedox_get_elementRetrieve detailed information about a specific dimension element in a Jedox database by providing its database, dimension, and element IDs. Returns properties like name, type, level, and parent/child counts.
Instructions
Get detailed information about a specific dimension element.
Args:
database_id: Numeric ID of the database
dimension_id: Numeric ID of the dimension
element_id: Numeric ID of the element
Returns: { id, name, type, typeLabel, level, indent, depth, numberOfChildren, numberOfParents, position }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| dimension_id | Yes | ||
| element_id | Yes | Numeric ID of the element (from jedox_list_elements). |