Skip to main content
GET
Get a Motivation Code Group

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

id
integer<int64>
required

The ID of the motivation code group.

Response

OK

name
string | null

The name of the motivation code group.

description
string | null

The description of the motivation code group.

codes
object[] | null

The motivation codes in the group.

Last modified on July 28, 2026