English
API Reference
cURL
curl --request GET \ --url https://paradigm.lighton.ai/api/v2/feedback/feedback-types/ \ --header 'Authorization: Bearer <token>'
{ "count": 123, "results": [ { "id": 123, "value_type": "boolean", "name": "<string>", "value_range_start": 123, "value_range_end": 123, "unique_feedback": true } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
Retrieve all available feedback types.
Bearer token authentication
A page number within the paginated result set.
boolean
float
comment
tag
Successful response
123
Show child attributes
250
Defines if related feedback can have only one instance per completion or many
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"