Feedback
This object contains the following attributes:
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."
status
enum, core
The status of the feedback. Allowed values are:
SubmittedReviewedDeleted
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.
attachments
object
(Optional) Represents the attachment object.
Example:
Feedback Attachments object
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:
ImageVideoFile
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
Last updated
Was this helpful?