Skip to main content
GET
List feedback types

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

A unique integer value identifying this feedback type.

Response

200 - application/json
id
integer
required
read-only
value_type
enum<string>
required
  • boolean - Boolean flag
  • float - Float range
  • comment - Free text comment
  • tag - String tag
Available options:
boolean,
float,
comment,
tag
name
string | null
Maximum string length: 250
value_range_start
number<double> | null
value_range_end
number<double> | null
unique_feedback
boolean

Defines if related feedback can have only one instance per completion or many