v1
latestOpenAPI 3.0.02026-08-067074272.5 KBKeywords
Retrieves the keyword with the specified id.
Retrieves the keyword with the specified id.
get/dashboards/{dashboard_id}/keywords/{keyword_id}
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
keyword_idinteger required
Id of keyword
Response
The keyword's details.
Example response
{
"id": 121,
"keyword_value": "Employees",
"date_created": "2022-01-12T19:19:11.8032151Z",
"group_id": 1
}