/api/v2/feedback/feedback-types/
  • 03 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

/api/v2/feedback/feedback-types/

  • Dark
    Light
  • PDF

Article summary

Get
/api/v2/feedback/feedback-types/

API endpoint for viewing and editing feedback types.

Security
API Key
Header parameter nameAuthorization

Token-based authentication with required prefix 'Bearer '. For example: Bearer <api_key>

Query parameters
page
integer

A page number within the paginated result set.

unique_feedback
boolean
value_type
string
  • boolean - Boolean flag
  • float - Float range
  • comment - Free text comment
  • tag - String tag
Valid values[ "boolean", "comment", "float", "tag" ]
Responses
200
Expand All
object
count
integer
Example123
next
string (uri) | null
Examplehttp://api.example.org/accounts/?page=4
previous
string (uri) | null
Examplehttp://api.example.org/accounts/?page=2
results
Array of object (FeedbackType)
object
id
integer
name
string | null
Max length250
value_type
string
  • boolean - Boolean flag
  • float - Float range
  • comment - Free text comment
  • tag - String tag
Valid values[ "boolean", "float", "comment", "tag" ]
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


Was this article helpful?