For the complete documentation index, see llms.txt. This page is also available as Markdown.

Feedback

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) The primary identifier for the feedback.

Example: FDB-1234-5678

name

string, core

Represents the feedback.

Example: "Great product!"

description

string

A long description of the feedback.

Example: "This is the best Marketplace to buy subscriptions."

requester

object

The user who submitted the feedback.

account

object

A reference to the account object.

status

enum, core

The status of the feedback. Allowed values are:

  • Submitted

  • Reviewed

  • Deleted

rating

integer, core

Represents the feedback rating provided by the user, ranging from -2 (strongly dissatisfied) to 2 (very satisfied).

notes

string

(Optional) A message provided by Operations to share feedback or updates with the requester. This field is visible to the associated vendor and client based on the requester’s account. Editable only by Operations users.

Example:

internalNotes

string

(Optional) Internal notes related to the feedback. Only Operations users can view and edit the notes.

Example:

metadata

(Read-only) (Optional) The metadata captured at the time of feedback, including:

  • Timestamp

  • Browser and operating system

  • Device type

  • Screen resolution

  • Language settings

  • Current page URL

  • Location (based on IP address)

This field is read-only.

externalIds

object

(Optional) The externalIds object containing a set of external IDs.

Example:

attachments

object

(Optional) Represents the attachment object.

Example:

audit

object

Represents the audit object.

Feedback Attachments object

Field
Type
Description

id

string

(Read-only) Unique identifier for the feedback attachment.

Example: FDA-1234-5678-0001

name

string, core

The name of the feedback attachment.

Example: Comments

type

string, core

The type of the attachment object. Allowed values are:

  • Image

  • Video

  • File

filename

string, core

The name of the file.

Example: Comments.pdf

size

integer

The file size.

Example: 30

contentType

string, core

The type of the attached content, indicating its format. Example: application/pdf

audit

object

(Read-only) Represents the audit object.

Last updated

Was this helpful?