IDEACATEGORIES
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Aha! 8.0
- Documentation
Endpoint
<hostname>/api/v1/products/{product_key}/idea_categories
Columns
The IDEACATEGORIES table contains the following columns. Columns marked with an asterisk comprise the primary key.
| Column Name | Data Type |
|---|---|
| ID* | BigInt |
| CREATED_AT | Timestamp(9) |
| NAME | VarChar(64) |
| PARENT_ID | Integer |
| PRODUCT_ID | BigInt |
| PRODUCT_KEY | VarChar(64) |