Skip to main content
GET
Get one action plan group

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 action plan group.

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

Response

Group

_id
string
Example:

"507f1f77bcf86cd799439031"

companyId
string
name
string
description
string
conditions
object[]
members
object[]
threshold
integer
Example:

300

enabled
boolean
default:true

A disabled group stops counting feedback and generating drafts, but keeps its history and stats visible.

counterSince
string<date-time>

Base date of the negatives counter: only feedback created after it counts toward threshold.

createdAt
string<date-time>
updatedAt
string<date-time>