Feedback

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The primary identifier for the feedback.

Example: FDB-1234-5678

name

string

Represents the feedback.

Example: "Great product!"

description

string

A long description of the feedback.

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

requester

object

The user who submitted the feedback.

Example:

account

object

A reference to the account object.

Example:

status

enum

The status of the feedback. Allowed values are submitted, reviewed, or deleted.

rating

integer

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

notes

string

An optional 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 by Operations users only.

Example:

internalNotes

string

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

Example:

metadata

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

A set of external IDs.

Example:

attachments

object

A reference to the attachment object.

Example:

audit

object

A reference to the audit object. Allowed values: created, updated, completed, or deleted.

Feedback Attachments object

Field
Type
Description

id

string

Unique identifier for the feedback attachment.

Example: FDA-1234-5678-0001

name

string

The name of the feedback attachment.

Example: Comments

type

string

The type of the attachment object. Allowed values are image, video, or file

filename

string

The name of the file.

Example: Comments.pdf

size

integer

The file size.

Example: 30

contentType

string

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

audit

object

A reference to the audit object. Allowed values: created, updated, or deleted.

Last updated

Was this helpful?