Skip to main content
GET
/
v1
/
ces-tool
/
{id}
Get a CES tool definition
curl --request GET \
  --url https://clientapi.woku.app/v1/ces-tool/{id} \
  --header 'Authorization: Bearer <token>'
{
  "_id": "507f1f77bcf86cd799439011",
  "name": "Post-support CES",
  "question": "Resolver tu problema fue facil?",
  "action": "<string>",
  "availableLocales": [
    "<string>"
  ],
  "defaultLocale": "<string>"
}

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.

Path Parameters

id
string
required

MongoDB ObjectId of the CES tool.

Pattern: ^[0-9a-fA-F]{24}$

Response

CES tool definition

_id
string
Pattern: ^[0-9a-fA-F]{24}$
Example:

"507f1f77bcf86cd799439011"

name
string

Internal name of the CES tool.

Example:

"Post-support CES"

question
string

Survey question shown to the respondent.

Example:

"Resolver tu problema fue facil?"

action
string | null

Optional follow-up action related to the survey.

availableLocales
string[]
defaultLocale
string