Endpoint

<hostname>/api/v1/ideas/{idea_key}/endorsements

Columns

The IDEAENDORSEMENTS table contains the following columns. Columns marked with an asterisk comprise the primary key.

Column Name Data Type
ID* BigInt
CREATED​_AT Timestamp(3)
ENDORSED​_BY​_PORTAL​_USER​_CREATED​_AT Timestamp(3)
ENDORSED​_BY​_PORTAL​_USER​_EMAIL VarChar(64)
ENDORSED​_BY​_PORTAL​_USER​_ID Integer
ENDORSED​_BY​_PORTAL​_USER​_NAME VarChar(64)
IDEA​_ID BigInt
IDEA​_KEY VarChar(64)
VALUE VarChar(64)