Skip to main content

List discoveries's feedback

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

List discoveries's feedback

Path Parameters
id string REQUIRED

Unique identifier (id or clientId)

Query Parameters
per_page number

Possible values: value ≤ 100

Number of items to return per page (max 100)

offset number

Number of items to skip (for pagination)

created_before date-time

Filter items created before this date (ISO 8601 format)

created_after date-time

Filter items created after this date (ISO 8601 format)

updated_before date-time

Filter items updated before this date (ISO 8601 format)

updated_after date-time

Filter items updated after this date (ISO 8601 format)

messageId string

Filter feedback by message ID

Responses
200

Return a paginated list of discoveries's feedback

Schema OPTIONAL
feedbacks object[]

Array of feedback items

id string

Unique identifier of the feedback

clientId string

Client identifier

createdAt date-time

Creation date of the feedback

updatedAt date-time

Last update date of the feedback

starred boolean

Whether the feedback is starred

score number

Score associated with the feedback

messageId string

Identifier of the associated message

discoveryId string

Identifier of the associated discovery

selections object[]

List of selections within the feedback

id string

Unique identifier of the selection

clientId string

Client identifier

createdAt date-time

Creation date of the selection

updatedAt date-time

Last update date of the selection

content string

Text content of the selection

fullSelection boolean

Whether this selection covers the full feedback content