v1

latestOpenAPI 3.0.02026-08-067074272.5 KB
Keywords

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.

idinteger

The keyword identifier.

subscribers_countinteger

Number of members of the keyword.

keyword_valuestring

Name of the keyword.

date_createdstring date-time

When the keyword was created.

responsestring

The response for the keyword.

group_idinteger

The group associated with this keyword. Use it to retrieve members of the keyword.

Example response

{
  "id": 121,
  "keyword_value": "Employees",
  "date_created": "2022-01-12T19:19:11.8032151Z",
  "group_id": 1
}