ProdCamp Help
Go to ProdCampSign InLeave Feedback
  • What is ProdCamp?
  • How it works
  • Getting Started
    • Getting Started with ProdCamp
    • Invite Your Team
    • Custom Domain
  • Customer feedback
    • Attaching Feedback to a Feature
    • Processing Feedback
  • Feedback Channels
    • Customer Feedback Channels
    • ProdCamp App
    • Public Roadmap
    • Feature Voting Portal
    • Email Forwarding
    • Google Chrome Extension
    • Intercom Messanger
    • Embeddable Feedback Widget
    • NPS
    • Any App (via Zapier)
  • Installing widgets
    • Installing widgets
    • Widgets SSO
    • Changelog widget
    • Feedback Widget
    • NPS widget
  • Features
    • Creating a Feature
    • Sharing Features on Public Roadmap
    • Push Feature to Jira
    • Feature Releases
    • Features and Sprints relation
  • Feedback Loop
    • Closing Feedback Loop
    • Changelog
  • Roadmaps
    • Public Roadmap
    • Single Sign-On (SSO)
    • Feature Placement on the Public Roadmap
    • Internal Roadmap
    • Protected Roadmap (beta)
  • ❌Sprints (DEPRECATED)
    • Sprints Mode
    • Create Sprint
    • Adding Features to a Sprint
    • Sprint Releases
  • Products
    • Create and Manage Products
  • Prioritization
    • Prioritization Matrix
    • RICE Prioritization
  • Customers
    • Manage Accounts and Contacts
    • Sync Accounts with SalesForce
  • Integrations
    • Slack
    • Jira
    • GitLab
    • SalesForce
    • Intercom
    • Zapier
  • Operations
    • Import Features
    • Import Customers
  • Settings
    • Profile
  • Getting Help
    • Contact Us
  • API
    • Authentication
    • Feedback API
      • Feedback Types
      • Feedback States
    • Features API
    • Customers API
Powered by GitBook
On this page

Was this helpful?

  1. API

Feedback API

PreviousAuthenticationNextFeedback Types

Last updated 2 years ago

Was this helpful?

Using the feedback API

API Description can be found in our Swagger docs here:

Some models explained

Feedback type
Feedback state
https://app.swaggerhub.com/apis/ProdCamp/prodcamp_app
get
Query parameters
typeinteger · enumOptionalPossible values:
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
OrderBystringOptional
FilterstringOptional
SearchstringOptional
NeedsCountInResponsebooleanOptional
Responses
200
Success
application/json
get
GET /api/v1/feedback HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

{
  "items": [
    {
      "id": 1,
      "content": "text",
      "state": {
        "id": 1,
        "caption": "text"
      },
      "type": {
        "id": 1,
        "caption": "text"
      },
      "contact": {
        "id": 1,
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "avatarUrl": "text",
        "email": "text",
        "additionalEmails": [
          "text"
        ],
        "phone": "text",
        "mobile": "text",
        "anotherPhone": "text",
        "title": "text",
        "department": "text",
        "companyName": "text",
        "account": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "accountId": 1
      },
      "customerAccount": {
        "id": 1,
        "accountName": "text",
        "companyName": "text",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "domains": [
          "text"
        ],
        "data": {
          "id": 1,
          "website": "text",
          "phone": "text",
          "annualRevenue": 1,
          "lifetimeValue": 1,
          "employeesCount": 1,
          "description": "text",
          "industry": "text",
          "type": "text",
          "subscription": "text",
          "accountLevel": "text",
          "signupDate": "2025-05-12T13:11:55.377Z",
          "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "sentVia": 1,
      "submittedBy": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "owner": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "sendProcessedNotification": true,
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    }
  ],
  "pagesCount": 1,
  "pageSize": 1,
  "currentPage": 1,
  "totalItemsCount": 1
}
get
Path parameters
idinteger · int32Required
Responses
200
Success
application/json
get
GET /api/v1/feedback/{id} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

{
  "content": "text",
  "sourceUrl": "text",
  "relatedFeatures": [
    {
      "id": 1,
      "color": "text",
      "name": "text"
    }
  ],
  "votedFeature": {
    "id": 1,
    "color": "text",
    "name": "text"
  },
  "attachments": [
    {
      "name": "text",
      "url": "text"
    }
  ],
  "id": 1,
  "state": {
    "id": 1,
    "caption": "text"
  },
  "type": {
    "id": 1,
    "caption": "text"
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "customerAccount": {
    "id": 1,
    "accountName": "text",
    "companyName": "text",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "domains": [
      "text"
    ],
    "data": {
      "id": 1,
      "website": "text",
      "phone": "text",
      "annualRevenue": 1,
      "lifetimeValue": 1,
      "employeesCount": 1,
      "description": "text",
      "industry": "text",
      "type": "text",
      "subscription": "text",
      "accountLevel": "text",
      "signupDate": "2025-05-12T13:11:55.377Z",
      "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
      "timezone": "text"
    },
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "sentVia": 1,
  "submittedBy": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "owner": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "sendProcessedNotification": true,
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
delete
Path parameters
idinteger · int32Required
Responses
200
Success
400
Bad Request
application/json
404
Not Found
application/json
default
Error
application/json
delete
DELETE /api/v1/feedback/{id} HTTP/1.1
Host: app.prodcamp.com
Accept: */*

No content

get
Responses
200
Success
application/json
get
GET /api/v1/feedback/states HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

[
  {
    "id": 1,
    "caption": "text"
  }
]
get
Path parameters
feedbackIdinteger · int32Required
Query parameters
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
OrderBystringOptional
FilterstringOptional
SearchstringOptional
NeedsCountInResponsebooleanOptional
Responses
200
Success
application/json
get
GET /api/v1/feedback/{feedbackId}/comments HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

[
  {
    "id": "text",
    "content": "text",
    "isPublic": true,
    "sentVia": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "email": "text",
    "user": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "contact": {
      "id": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "avatarUrl": "text",
      "email": "text",
      "additionalEmails": [
        "text"
      ],
      "phone": "text",
      "mobile": "text",
      "anotherPhone": "text",
      "title": "text",
      "department": "text",
      "companyName": "text",
      "account": {
        "id": 1,
        "accountName": "text",
        "companyName": "text",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "domains": [
          "text"
        ],
        "data": {
          "id": 1,
          "website": "text",
          "phone": "text",
          "annualRevenue": 1,
          "lifetimeValue": 1,
          "employeesCount": 1,
          "description": "text",
          "industry": "text",
          "type": "text",
          "subscription": "text",
          "accountLevel": "text",
          "signupDate": "2025-05-12T13:11:55.377Z",
          "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "accountId": 1
    },
    "feedback": {
      "id": 1,
      "content": "text",
      "state": {
        "id": 1,
        "caption": "text"
      },
      "type": {
        "id": 1,
        "caption": "text"
      },
      "contact": {
        "id": 1,
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "avatarUrl": "text",
        "email": "text",
        "additionalEmails": [
          "text"
        ],
        "phone": "text",
        "mobile": "text",
        "anotherPhone": "text",
        "title": "text",
        "department": "text",
        "companyName": "text",
        "account": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "accountId": 1
      },
      "customerAccount": {
        "id": 1,
        "accountName": "text",
        "companyName": "text",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "domains": [
          "text"
        ],
        "data": {
          "id": 1,
          "website": "text",
          "phone": "text",
          "annualRevenue": 1,
          "lifetimeValue": 1,
          "employeesCount": 1,
          "description": "text",
          "industry": "text",
          "type": "text",
          "subscription": "text",
          "accountLevel": "text",
          "signupDate": "2025-05-12T13:11:55.377Z",
          "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "sentVia": 1,
      "submittedBy": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "owner": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "sendProcessedNotification": true,
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "isThreadStarter": true,
    "threadStarterId": "text",
    "threadComments": [
      {
        "id": "text",
        "content": "text",
        "isPublic": true,
        "sentVia": 1,
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "email": "text",
        "user": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "contact": {
          "id": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "avatarUrl": "text",
          "email": "text",
          "additionalEmails": [
            "text"
          ],
          "phone": "text",
          "mobile": "text",
          "anotherPhone": "text",
          "title": "text",
          "department": "text",
          "companyName": "text",
          "account": {
            "id": 1,
            "accountName": "text",
            "companyName": "text",
            "status": {
              "id": 1,
              "caption": "text"
            },
            "domains": [
              "text"
            ],
            "data": {
              "id": 1,
              "website": "text",
              "phone": "text",
              "annualRevenue": 1,
              "lifetimeValue": 1,
              "employeesCount": 1,
              "description": "text",
              "industry": "text",
              "type": "text",
              "subscription": "text",
              "accountLevel": "text",
              "signupDate": "2025-05-12T13:11:55.377Z",
              "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "accountId": 1
        },
        "feedback": {
          "id": 1,
          "content": "text",
          "state": {
            "id": 1,
            "caption": "text"
          },
          "type": {
            "id": 1,
            "caption": "text"
          },
          "contact": {
            "id": 1,
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "avatarUrl": "text",
            "email": "text",
            "additionalEmails": [
              "text"
            ],
            "phone": "text",
            "mobile": "text",
            "anotherPhone": "text",
            "title": "text",
            "department": "text",
            "companyName": "text",
            "account": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "accountId": 1
          },
          "customerAccount": {
            "id": 1,
            "accountName": "text",
            "companyName": "text",
            "status": {
              "id": 1,
              "caption": "text"
            },
            "domains": [
              "text"
            ],
            "data": {
              "id": 1,
              "website": "text",
              "phone": "text",
              "annualRevenue": 1,
              "lifetimeValue": 1,
              "employeesCount": 1,
              "description": "text",
              "industry": "text",
              "type": "text",
              "subscription": "text",
              "accountLevel": "text",
              "signupDate": "2025-05-12T13:11:55.377Z",
              "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "sentVia": 1,
          "submittedBy": {
            "id": "text",
            "email": "text",
            "avatarUrl": "text",
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "roles": [
              "text"
            ]
          },
          "owner": {
            "id": "text",
            "email": "text",
            "avatarUrl": "text",
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "roles": [
              "text"
            ]
          },
          "sendProcessedNotification": true,
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "isThreadStarter": true,
        "threadStarterId": "text",
        "threadComments": [
          {
            "id": "text",
            "content": "text",
            "isPublic": true,
            "sentVia": 1,
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "email": "text",
            "user": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "contact": {
              "id": 1,
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "avatarUrl": "text",
              "email": "text",
              "additionalEmails": [
                "text"
              ],
              "phone": "text",
              "mobile": "text",
              "anotherPhone": "text",
              "title": "text",
              "department": "text",
              "companyName": "text",
              "account": {
                "id": 1,
                "accountName": "text",
                "companyName": "text",
                "status": {
                  "id": 1,
                  "caption": "text"
                },
                "domains": [
                  "text"
                ],
                "data": {
                  "id": 1,
                  "website": "text",
                  "phone": "text",
                  "annualRevenue": 1,
                  "lifetimeValue": 1,
                  "employeesCount": 1,
                  "description": "text",
                  "industry": "text",
                  "type": "text",
                  "subscription": "text",
                  "accountLevel": "text",
                  "signupDate": "2025-05-12T13:11:55.377Z",
                  "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T13:11:55.377Z",
                "createdDate": "2025-05-12T13:11:55.377Z"
              },
              "accountId": 1
            },
            "feedback": {
              "id": 1,
              "content": "text",
              "state": {
                "id": 1,
                "caption": "text"
              },
              "type": {
                "id": 1,
                "caption": "text"
              },
              "contact": {
                "id": 1,
                "firstName": "text",
                "lastName": "text",
                "fullName": "text",
                "avatarUrl": "text",
                "email": "text",
                "additionalEmails": [
                  "text"
                ],
                "phone": "text",
                "mobile": "text",
                "anotherPhone": "text",
                "title": "text",
                "department": "text",
                "companyName": "text",
                "account": {
                  "id": 1,
                  "accountName": "text",
                  "companyName": "text",
                  "status": {
                    "id": 1,
                    "caption": "text"
                  },
                  "domains": [
                    "text"
                  ],
                  "data": {
                    "id": 1,
                    "website": "text",
                    "phone": "text",
                    "annualRevenue": 1,
                    "lifetimeValue": 1,
                    "employeesCount": 1,
                    "description": "text",
                    "industry": "text",
                    "type": "text",
                    "subscription": "text",
                    "accountLevel": "text",
                    "signupDate": "2025-05-12T13:11:55.377Z",
                    "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                    "timezone": "text"
                  },
                  "lastEditDate": "2025-05-12T13:11:55.377Z",
                  "createdDate": "2025-05-12T13:11:55.377Z"
                },
                "accountId": 1
              },
              "customerAccount": {
                "id": 1,
                "accountName": "text",
                "companyName": "text",
                "status": {
                  "id": 1,
                  "caption": "text"
                },
                "domains": [
                  "text"
                ],
                "data": {
                  "id": 1,
                  "website": "text",
                  "phone": "text",
                  "annualRevenue": 1,
                  "lifetimeValue": 1,
                  "employeesCount": 1,
                  "description": "text",
                  "industry": "text",
                  "type": "text",
                  "subscription": "text",
                  "accountLevel": "text",
                  "signupDate": "2025-05-12T13:11:55.377Z",
                  "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T13:11:55.377Z",
                "createdDate": "2025-05-12T13:11:55.377Z"
              },
              "sentVia": 1,
              "submittedBy": {
                "id": "text",
                "email": "text",
                "avatarUrl": "text",
                "firstName": "text",
                "lastName": "text",
                "fullName": "text",
                "roles": [
                  "text"
                ]
              },
              "owner": {
                "id": "text",
                "email": "text",
                "avatarUrl": "text",
                "firstName": "text",
                "lastName": "text",
                "fullName": "text",
                "roles": [
                  "text"
                ]
              },
              "sendProcessedNotification": true,
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "isThreadStarter": true,
            "threadStarterId": "text",
            "threadComments": "[Circular Reference]",
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          }
        ],
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      }
    ],
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  }
]
delete
Path parameters
commentIdstringRequired
Responses
204
Success
delete
DELETE /api/v1/feedback/comments/{commentId} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
204

Success

No content

  • Using the feedback API
  • GET/api/v1/feedback
  • POST/api/v1/feedback
  • GET/api/v1/feedback/{id}
  • PUT/api/v1/feedback/{id}
  • DELETE/api/v1/feedback/{id}
  • PUT/api/v1/feedback/batch/delete
  • POST/api/v1/feedback/batch/update
  • GET/api/v1/feedback/states
  • POST/api/v1/feedback/{feedbackId}/state
  • PUT/api/v1/feedback/{feedbackId}/features
  • GET/api/v1/feedback/{feedbackId}/comments
  • POST/api/v1/feedback/{feedbackId}/comments
  • PUT/api/v1/feedback/comments/{commentId}
  • DELETE/api/v1/feedback/comments/{commentId}
  • Some models explained
post
Body
contentstring | nullableOptional
sourceUrlstring | nullableOptional
idinteger · int32Optional
sentViainteger · enumOptionalPossible values:
sendProcessedNotificationbooleanOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
Responses
200
Success
application/json
post
POST /api/v1/feedback HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 1930

{
  "content": "text",
  "sourceUrl": "text",
  "relatedFeatures": [
    {
      "id": 1,
      "color": "text",
      "name": "text"
    }
  ],
  "votedFeature": {
    "id": 1,
    "color": "text",
    "name": "text"
  },
  "attachments": [
    {
      "name": "text",
      "url": "text"
    }
  ],
  "id": 1,
  "state": {
    "id": 1,
    "caption": "text"
  },
  "type": {
    "id": 1,
    "caption": "text"
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "customerAccount": {
    "id": 1,
    "accountName": "text",
    "companyName": "text",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "domains": [
      "text"
    ],
    "data": {
      "id": 1,
      "website": "text",
      "phone": "text",
      "annualRevenue": 1,
      "lifetimeValue": 1,
      "employeesCount": 1,
      "description": "text",
      "industry": "text",
      "type": "text",
      "subscription": "text",
      "accountLevel": "text",
      "signupDate": "2025-05-12T13:11:55.377Z",
      "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
      "timezone": "text"
    },
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "sentVia": 1,
  "submittedBy": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "owner": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "sendProcessedNotification": true,
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
200

Success

{
  "content": "text",
  "sourceUrl": "text",
  "relatedFeatures": [
    {
      "id": 1,
      "color": "text",
      "name": "text"
    }
  ],
  "votedFeature": {
    "id": 1,
    "color": "text",
    "name": "text"
  },
  "attachments": [
    {
      "name": "text",
      "url": "text"
    }
  ],
  "id": 1,
  "state": {
    "id": 1,
    "caption": "text"
  },
  "type": {
    "id": 1,
    "caption": "text"
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "customerAccount": {
    "id": 1,
    "accountName": "text",
    "companyName": "text",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "domains": [
      "text"
    ],
    "data": {
      "id": 1,
      "website": "text",
      "phone": "text",
      "annualRevenue": 1,
      "lifetimeValue": 1,
      "employeesCount": 1,
      "description": "text",
      "industry": "text",
      "type": "text",
      "subscription": "text",
      "accountLevel": "text",
      "signupDate": "2025-05-12T13:11:55.377Z",
      "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
      "timezone": "text"
    },
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "sentVia": 1,
  "submittedBy": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "owner": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "sendProcessedNotification": true,
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
put
Path parameters
idinteger · int32Required
Body
contentstring | nullableOptional
sourceUrlstring | nullableOptional
idinteger · int32Optional
sentViainteger · enumOptionalPossible values:
sendProcessedNotificationbooleanOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
Responses
200
Success
application/json
put
PUT /api/v1/feedback/{id} HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 1930

{
  "content": "text",
  "sourceUrl": "text",
  "relatedFeatures": [
    {
      "id": 1,
      "color": "text",
      "name": "text"
    }
  ],
  "votedFeature": {
    "id": 1,
    "color": "text",
    "name": "text"
  },
  "attachments": [
    {
      "name": "text",
      "url": "text"
    }
  ],
  "id": 1,
  "state": {
    "id": 1,
    "caption": "text"
  },
  "type": {
    "id": 1,
    "caption": "text"
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "customerAccount": {
    "id": 1,
    "accountName": "text",
    "companyName": "text",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "domains": [
      "text"
    ],
    "data": {
      "id": 1,
      "website": "text",
      "phone": "text",
      "annualRevenue": 1,
      "lifetimeValue": 1,
      "employeesCount": 1,
      "description": "text",
      "industry": "text",
      "type": "text",
      "subscription": "text",
      "accountLevel": "text",
      "signupDate": "2025-05-12T13:11:55.377Z",
      "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
      "timezone": "text"
    },
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "sentVia": 1,
  "submittedBy": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "owner": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "sendProcessedNotification": true,
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
200

Success

{
  "content": "text",
  "sourceUrl": "text",
  "relatedFeatures": [
    {
      "id": 1,
      "color": "text",
      "name": "text"
    }
  ],
  "votedFeature": {
    "id": 1,
    "color": "text",
    "name": "text"
  },
  "attachments": [
    {
      "name": "text",
      "url": "text"
    }
  ],
  "id": 1,
  "state": {
    "id": 1,
    "caption": "text"
  },
  "type": {
    "id": 1,
    "caption": "text"
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "customerAccount": {
    "id": 1,
    "accountName": "text",
    "companyName": "text",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "domains": [
      "text"
    ],
    "data": {
      "id": 1,
      "website": "text",
      "phone": "text",
      "annualRevenue": 1,
      "lifetimeValue": 1,
      "employeesCount": 1,
      "description": "text",
      "industry": "text",
      "type": "text",
      "subscription": "text",
      "accountLevel": "text",
      "signupDate": "2025-05-12T13:11:55.377Z",
      "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
      "timezone": "text"
    },
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "sentVia": 1,
  "submittedBy": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "owner": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "sendProcessedNotification": true,
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
put
Body
idsinteger · int32[] | nullableOptional
modelany | nullableOptional
Responses
204
Success
400
Bad Request
application/json
404
Not Found
application/json
default
Error
application/json
put
PUT /api/v1/feedback/batch/delete HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 24

{
  "ids": [
    1
  ],
  "model": null
}

No content

post
Body
idsinteger · int32[] | nullableOptional
modelany | nullableOptional
Responses
204
Success
post
POST /api/v1/feedback/batch/update HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 24

{
  "ids": [
    1
  ],
  "model": null
}
204

Success

No content

post
Path parameters
feedbackIdinteger · int32Required
Query parameters
notifybooleanOptionalDefault: false
Body
idinteger · int32Optional
captionstring | nullableOptional
Responses
204
Success
post
POST /api/v1/feedback/{feedbackId}/state HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 25

{
  "id": 1,
  "caption": "text"
}
204

Success

No content

put
Path parameters
feedbackIdstringRequired
Body
contentstring | nullableOptional
sourceUrlstring | nullableOptional
idinteger · int32Optional
sentViainteger · enumOptionalPossible values:
sendProcessedNotificationbooleanOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
Responses
204
Success
put
PUT /api/v1/feedback/{feedbackId}/features HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 1930

{
  "content": "text",
  "sourceUrl": "text",
  "relatedFeatures": [
    {
      "id": 1,
      "color": "text",
      "name": "text"
    }
  ],
  "votedFeature": {
    "id": 1,
    "color": "text",
    "name": "text"
  },
  "attachments": [
    {
      "name": "text",
      "url": "text"
    }
  ],
  "id": 1,
  "state": {
    "id": 1,
    "caption": "text"
  },
  "type": {
    "id": 1,
    "caption": "text"
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "customerAccount": {
    "id": 1,
    "accountName": "text",
    "companyName": "text",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "domains": [
      "text"
    ],
    "data": {
      "id": 1,
      "website": "text",
      "phone": "text",
      "annualRevenue": 1,
      "lifetimeValue": 1,
      "employeesCount": 1,
      "description": "text",
      "industry": "text",
      "type": "text",
      "subscription": "text",
      "accountLevel": "text",
      "signupDate": "2025-05-12T13:11:55.377Z",
      "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
      "timezone": "text"
    },
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "sentVia": 1,
  "submittedBy": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "owner": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "sendProcessedNotification": true,
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
204

Success

No content

post
Path parameters
feedbackIdinteger · int32Required
Body
idstring | nullableOptional
contentstring | nullableOptional
isPublicbooleanOptional
sentViainteger · enumOptionalPossible values:
firstNamestring | nullableOptional
lastNamestring | nullableOptional
fullNamestring | nullableOptional
emailstring | nullableOptional
isThreadStarterbooleanOptional
threadStarterIdstring | nullableOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
Responses
200
Success
application/json
post
POST /api/v1/feedback/{feedbackId}/comments HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 8827

{
  "id": "text",
  "content": "text",
  "isPublic": true,
  "sentVia": 1,
  "firstName": "text",
  "lastName": "text",
  "fullName": "text",
  "email": "text",
  "user": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "feedback": {
    "id": 1,
    "content": "text",
    "state": {
      "id": 1,
      "caption": "text"
    },
    "type": {
      "id": 1,
      "caption": "text"
    },
    "contact": {
      "id": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "avatarUrl": "text",
      "email": "text",
      "additionalEmails": [
        "text"
      ],
      "phone": "text",
      "mobile": "text",
      "anotherPhone": "text",
      "title": "text",
      "department": "text",
      "companyName": "text",
      "account": {
        "id": 1,
        "accountName": "text",
        "companyName": "text",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "domains": [
          "text"
        ],
        "data": {
          "id": 1,
          "website": "text",
          "phone": "text",
          "annualRevenue": 1,
          "lifetimeValue": 1,
          "employeesCount": 1,
          "description": "text",
          "industry": "text",
          "type": "text",
          "subscription": "text",
          "accountLevel": "text",
          "signupDate": "2025-05-12T13:11:55.377Z",
          "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "accountId": 1
    },
    "customerAccount": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "sentVia": 1,
    "submittedBy": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "sendProcessedNotification": true,
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "isThreadStarter": true,
  "threadStarterId": "text",
  "threadComments": [
    {
      "id": "text",
      "content": "text",
      "isPublic": true,
      "sentVia": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "email": "text",
      "user": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "contact": {
        "id": 1,
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "avatarUrl": "text",
        "email": "text",
        "additionalEmails": [
          "text"
        ],
        "phone": "text",
        "mobile": "text",
        "anotherPhone": "text",
        "title": "text",
        "department": "text",
        "companyName": "text",
        "account": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "accountId": 1
      },
      "feedback": {
        "id": 1,
        "content": "text",
        "state": {
          "id": 1,
          "caption": "text"
        },
        "type": {
          "id": 1,
          "caption": "text"
        },
        "contact": {
          "id": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "avatarUrl": "text",
          "email": "text",
          "additionalEmails": [
            "text"
          ],
          "phone": "text",
          "mobile": "text",
          "anotherPhone": "text",
          "title": "text",
          "department": "text",
          "companyName": "text",
          "account": {
            "id": 1,
            "accountName": "text",
            "companyName": "text",
            "status": {
              "id": 1,
              "caption": "text"
            },
            "domains": [
              "text"
            ],
            "data": {
              "id": 1,
              "website": "text",
              "phone": "text",
              "annualRevenue": 1,
              "lifetimeValue": 1,
              "employeesCount": 1,
              "description": "text",
              "industry": "text",
              "type": "text",
              "subscription": "text",
              "accountLevel": "text",
              "signupDate": "2025-05-12T13:11:55.377Z",
              "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "accountId": 1
        },
        "customerAccount": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "sentVia": 1,
        "submittedBy": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "sendProcessedNotification": true,
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "isThreadStarter": true,
      "threadStarterId": "text",
      "threadComments": [
        {
          "id": "text",
          "content": "text",
          "isPublic": true,
          "sentVia": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "email": "text",
          "user": {
            "id": "text",
            "email": "text",
            "avatarUrl": "text",
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "roles": [
              "text"
            ]
          },
          "contact": {
            "id": 1,
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "avatarUrl": "text",
            "email": "text",
            "additionalEmails": [
              "text"
            ],
            "phone": "text",
            "mobile": "text",
            "anotherPhone": "text",
            "title": "text",
            "department": "text",
            "companyName": "text",
            "account": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "accountId": 1
          },
          "feedback": {
            "id": 1,
            "content": "text",
            "state": {
              "id": 1,
              "caption": "text"
            },
            "type": {
              "id": 1,
              "caption": "text"
            },
            "contact": {
              "id": 1,
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "avatarUrl": "text",
              "email": "text",
              "additionalEmails": [
                "text"
              ],
              "phone": "text",
              "mobile": "text",
              "anotherPhone": "text",
              "title": "text",
              "department": "text",
              "companyName": "text",
              "account": {
                "id": 1,
                "accountName": "text",
                "companyName": "text",
                "status": {
                  "id": 1,
                  "caption": "text"
                },
                "domains": [
                  "text"
                ],
                "data": {
                  "id": 1,
                  "website": "text",
                  "phone": "text",
                  "annualRevenue": 1,
                  "lifetimeValue": 1,
                  "employeesCount": 1,
                  "description": "text",
                  "industry": "text",
                  "type": "text",
                  "subscription": "text",
                  "accountLevel": "text",
                  "signupDate": "2025-05-12T13:11:55.377Z",
                  "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T13:11:55.377Z",
                "createdDate": "2025-05-12T13:11:55.377Z"
              },
              "accountId": 1
            },
            "customerAccount": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "sentVia": 1,
            "submittedBy": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "owner": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "sendProcessedNotification": true,
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        }
      ],
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    }
  ],
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
200

Success

{
  "id": "text",
  "content": "text",
  "isPublic": true,
  "sentVia": 1,
  "firstName": "text",
  "lastName": "text",
  "fullName": "text",
  "email": "text",
  "user": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "feedback": {
    "id": 1,
    "content": "text",
    "state": {
      "id": 1,
      "caption": "text"
    },
    "type": {
      "id": 1,
      "caption": "text"
    },
    "contact": {
      "id": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "avatarUrl": "text",
      "email": "text",
      "additionalEmails": [
        "text"
      ],
      "phone": "text",
      "mobile": "text",
      "anotherPhone": "text",
      "title": "text",
      "department": "text",
      "companyName": "text",
      "account": {
        "id": 1,
        "accountName": "text",
        "companyName": "text",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "domains": [
          "text"
        ],
        "data": {
          "id": 1,
          "website": "text",
          "phone": "text",
          "annualRevenue": 1,
          "lifetimeValue": 1,
          "employeesCount": 1,
          "description": "text",
          "industry": "text",
          "type": "text",
          "subscription": "text",
          "accountLevel": "text",
          "signupDate": "2025-05-12T13:11:55.377Z",
          "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "accountId": 1
    },
    "customerAccount": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "sentVia": 1,
    "submittedBy": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "sendProcessedNotification": true,
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "isThreadStarter": true,
  "threadStarterId": "text",
  "threadComments": [
    {
      "id": "text",
      "content": "text",
      "isPublic": true,
      "sentVia": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "email": "text",
      "user": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "contact": {
        "id": 1,
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "avatarUrl": "text",
        "email": "text",
        "additionalEmails": [
          "text"
        ],
        "phone": "text",
        "mobile": "text",
        "anotherPhone": "text",
        "title": "text",
        "department": "text",
        "companyName": "text",
        "account": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "accountId": 1
      },
      "feedback": {
        "id": 1,
        "content": "text",
        "state": {
          "id": 1,
          "caption": "text"
        },
        "type": {
          "id": 1,
          "caption": "text"
        },
        "contact": {
          "id": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "avatarUrl": "text",
          "email": "text",
          "additionalEmails": [
            "text"
          ],
          "phone": "text",
          "mobile": "text",
          "anotherPhone": "text",
          "title": "text",
          "department": "text",
          "companyName": "text",
          "account": {
            "id": 1,
            "accountName": "text",
            "companyName": "text",
            "status": {
              "id": 1,
              "caption": "text"
            },
            "domains": [
              "text"
            ],
            "data": {
              "id": 1,
              "website": "text",
              "phone": "text",
              "annualRevenue": 1,
              "lifetimeValue": 1,
              "employeesCount": 1,
              "description": "text",
              "industry": "text",
              "type": "text",
              "subscription": "text",
              "accountLevel": "text",
              "signupDate": "2025-05-12T13:11:55.377Z",
              "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "accountId": 1
        },
        "customerAccount": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "sentVia": 1,
        "submittedBy": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "sendProcessedNotification": true,
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "isThreadStarter": true,
      "threadStarterId": "text",
      "threadComments": [
        {
          "id": "text",
          "content": "text",
          "isPublic": true,
          "sentVia": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "email": "text",
          "user": {
            "id": "text",
            "email": "text",
            "avatarUrl": "text",
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "roles": [
              "text"
            ]
          },
          "contact": {
            "id": 1,
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "avatarUrl": "text",
            "email": "text",
            "additionalEmails": [
              "text"
            ],
            "phone": "text",
            "mobile": "text",
            "anotherPhone": "text",
            "title": "text",
            "department": "text",
            "companyName": "text",
            "account": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "accountId": 1
          },
          "feedback": {
            "id": 1,
            "content": "text",
            "state": {
              "id": 1,
              "caption": "text"
            },
            "type": {
              "id": 1,
              "caption": "text"
            },
            "contact": {
              "id": 1,
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "avatarUrl": "text",
              "email": "text",
              "additionalEmails": [
                "text"
              ],
              "phone": "text",
              "mobile": "text",
              "anotherPhone": "text",
              "title": "text",
              "department": "text",
              "companyName": "text",
              "account": {
                "id": 1,
                "accountName": "text",
                "companyName": "text",
                "status": {
                  "id": 1,
                  "caption": "text"
                },
                "domains": [
                  "text"
                ],
                "data": {
                  "id": 1,
                  "website": "text",
                  "phone": "text",
                  "annualRevenue": 1,
                  "lifetimeValue": 1,
                  "employeesCount": 1,
                  "description": "text",
                  "industry": "text",
                  "type": "text",
                  "subscription": "text",
                  "accountLevel": "text",
                  "signupDate": "2025-05-12T13:11:55.377Z",
                  "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T13:11:55.377Z",
                "createdDate": "2025-05-12T13:11:55.377Z"
              },
              "accountId": 1
            },
            "customerAccount": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "sentVia": 1,
            "submittedBy": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "owner": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "sendProcessedNotification": true,
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        }
      ],
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    }
  ],
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
put
Path parameters
commentIdstringRequired
Body
idstring | nullableOptional
contentstring | nullableOptional
isPublicbooleanOptional
sentViainteger · enumOptionalPossible values:
firstNamestring | nullableOptional
lastNamestring | nullableOptional
fullNamestring | nullableOptional
emailstring | nullableOptional
isThreadStarterbooleanOptional
threadStarterIdstring | nullableOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
Responses
200
Success
application/json
put
PUT /api/v1/feedback/comments/{commentId} HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 8827

{
  "id": "text",
  "content": "text",
  "isPublic": true,
  "sentVia": 1,
  "firstName": "text",
  "lastName": "text",
  "fullName": "text",
  "email": "text",
  "user": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "feedback": {
    "id": 1,
    "content": "text",
    "state": {
      "id": 1,
      "caption": "text"
    },
    "type": {
      "id": 1,
      "caption": "text"
    },
    "contact": {
      "id": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "avatarUrl": "text",
      "email": "text",
      "additionalEmails": [
        "text"
      ],
      "phone": "text",
      "mobile": "text",
      "anotherPhone": "text",
      "title": "text",
      "department": "text",
      "companyName": "text",
      "account": {
        "id": 1,
        "accountName": "text",
        "companyName": "text",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "domains": [
          "text"
        ],
        "data": {
          "id": 1,
          "website": "text",
          "phone": "text",
          "annualRevenue": 1,
          "lifetimeValue": 1,
          "employeesCount": 1,
          "description": "text",
          "industry": "text",
          "type": "text",
          "subscription": "text",
          "accountLevel": "text",
          "signupDate": "2025-05-12T13:11:55.377Z",
          "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "accountId": 1
    },
    "customerAccount": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "sentVia": 1,
    "submittedBy": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "sendProcessedNotification": true,
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "isThreadStarter": true,
  "threadStarterId": "text",
  "threadComments": [
    {
      "id": "text",
      "content": "text",
      "isPublic": true,
      "sentVia": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "email": "text",
      "user": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "contact": {
        "id": 1,
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "avatarUrl": "text",
        "email": "text",
        "additionalEmails": [
          "text"
        ],
        "phone": "text",
        "mobile": "text",
        "anotherPhone": "text",
        "title": "text",
        "department": "text",
        "companyName": "text",
        "account": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "accountId": 1
      },
      "feedback": {
        "id": 1,
        "content": "text",
        "state": {
          "id": 1,
          "caption": "text"
        },
        "type": {
          "id": 1,
          "caption": "text"
        },
        "contact": {
          "id": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "avatarUrl": "text",
          "email": "text",
          "additionalEmails": [
            "text"
          ],
          "phone": "text",
          "mobile": "text",
          "anotherPhone": "text",
          "title": "text",
          "department": "text",
          "companyName": "text",
          "account": {
            "id": 1,
            "accountName": "text",
            "companyName": "text",
            "status": {
              "id": 1,
              "caption": "text"
            },
            "domains": [
              "text"
            ],
            "data": {
              "id": 1,
              "website": "text",
              "phone": "text",
              "annualRevenue": 1,
              "lifetimeValue": 1,
              "employeesCount": 1,
              "description": "text",
              "industry": "text",
              "type": "text",
              "subscription": "text",
              "accountLevel": "text",
              "signupDate": "2025-05-12T13:11:55.377Z",
              "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "accountId": 1
        },
        "customerAccount": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "sentVia": 1,
        "submittedBy": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "sendProcessedNotification": true,
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "isThreadStarter": true,
      "threadStarterId": "text",
      "threadComments": [
        {
          "id": "text",
          "content": "text",
          "isPublic": true,
          "sentVia": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "email": "text",
          "user": {
            "id": "text",
            "email": "text",
            "avatarUrl": "text",
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "roles": [
              "text"
            ]
          },
          "contact": {
            "id": 1,
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "avatarUrl": "text",
            "email": "text",
            "additionalEmails": [
              "text"
            ],
            "phone": "text",
            "mobile": "text",
            "anotherPhone": "text",
            "title": "text",
            "department": "text",
            "companyName": "text",
            "account": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "accountId": 1
          },
          "feedback": {
            "id": 1,
            "content": "text",
            "state": {
              "id": 1,
              "caption": "text"
            },
            "type": {
              "id": 1,
              "caption": "text"
            },
            "contact": {
              "id": 1,
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "avatarUrl": "text",
              "email": "text",
              "additionalEmails": [
                "text"
              ],
              "phone": "text",
              "mobile": "text",
              "anotherPhone": "text",
              "title": "text",
              "department": "text",
              "companyName": "text",
              "account": {
                "id": 1,
                "accountName": "text",
                "companyName": "text",
                "status": {
                  "id": 1,
                  "caption": "text"
                },
                "domains": [
                  "text"
                ],
                "data": {
                  "id": 1,
                  "website": "text",
                  "phone": "text",
                  "annualRevenue": 1,
                  "lifetimeValue": 1,
                  "employeesCount": 1,
                  "description": "text",
                  "industry": "text",
                  "type": "text",
                  "subscription": "text",
                  "accountLevel": "text",
                  "signupDate": "2025-05-12T13:11:55.377Z",
                  "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T13:11:55.377Z",
                "createdDate": "2025-05-12T13:11:55.377Z"
              },
              "accountId": 1
            },
            "customerAccount": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "sentVia": 1,
            "submittedBy": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "owner": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "sendProcessedNotification": true,
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        }
      ],
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    }
  ],
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}
200

Success

{
  "id": "text",
  "content": "text",
  "isPublic": true,
  "sentVia": 1,
  "firstName": "text",
  "lastName": "text",
  "fullName": "text",
  "email": "text",
  "user": {
    "id": "text",
    "email": "text",
    "avatarUrl": "text",
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "roles": [
      "text"
    ]
  },
  "contact": {
    "id": 1,
    "firstName": "text",
    "lastName": "text",
    "fullName": "text",
    "avatarUrl": "text",
    "email": "text",
    "additionalEmails": [
      "text"
    ],
    "phone": "text",
    "mobile": "text",
    "anotherPhone": "text",
    "title": "text",
    "department": "text",
    "companyName": "text",
    "account": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "accountId": 1
  },
  "feedback": {
    "id": 1,
    "content": "text",
    "state": {
      "id": 1,
      "caption": "text"
    },
    "type": {
      "id": 1,
      "caption": "text"
    },
    "contact": {
      "id": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "avatarUrl": "text",
      "email": "text",
      "additionalEmails": [
        "text"
      ],
      "phone": "text",
      "mobile": "text",
      "anotherPhone": "text",
      "title": "text",
      "department": "text",
      "companyName": "text",
      "account": {
        "id": 1,
        "accountName": "text",
        "companyName": "text",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "domains": [
          "text"
        ],
        "data": {
          "id": 1,
          "website": "text",
          "phone": "text",
          "annualRevenue": 1,
          "lifetimeValue": 1,
          "employeesCount": 1,
          "description": "text",
          "industry": "text",
          "type": "text",
          "subscription": "text",
          "accountLevel": "text",
          "signupDate": "2025-05-12T13:11:55.377Z",
          "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "accountId": 1
    },
    "customerAccount": {
      "id": 1,
      "accountName": "text",
      "companyName": "text",
      "status": {
        "id": 1,
        "caption": "text"
      },
      "domains": [
        "text"
      ],
      "data": {
        "id": 1,
        "website": "text",
        "phone": "text",
        "annualRevenue": 1,
        "lifetimeValue": 1,
        "employeesCount": 1,
        "description": "text",
        "industry": "text",
        "type": "text",
        "subscription": "text",
        "accountLevel": "text",
        "signupDate": "2025-05-12T13:11:55.377Z",
        "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    },
    "sentVia": 1,
    "submittedBy": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "sendProcessedNotification": true,
    "lastEditDate": "2025-05-12T13:11:55.377Z",
    "createdDate": "2025-05-12T13:11:55.377Z"
  },
  "isThreadStarter": true,
  "threadStarterId": "text",
  "threadComments": [
    {
      "id": "text",
      "content": "text",
      "isPublic": true,
      "sentVia": 1,
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "email": "text",
      "user": {
        "id": "text",
        "email": "text",
        "avatarUrl": "text",
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "roles": [
          "text"
        ]
      },
      "contact": {
        "id": 1,
        "firstName": "text",
        "lastName": "text",
        "fullName": "text",
        "avatarUrl": "text",
        "email": "text",
        "additionalEmails": [
          "text"
        ],
        "phone": "text",
        "mobile": "text",
        "anotherPhone": "text",
        "title": "text",
        "department": "text",
        "companyName": "text",
        "account": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "accountId": 1
      },
      "feedback": {
        "id": 1,
        "content": "text",
        "state": {
          "id": 1,
          "caption": "text"
        },
        "type": {
          "id": 1,
          "caption": "text"
        },
        "contact": {
          "id": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "avatarUrl": "text",
          "email": "text",
          "additionalEmails": [
            "text"
          ],
          "phone": "text",
          "mobile": "text",
          "anotherPhone": "text",
          "title": "text",
          "department": "text",
          "companyName": "text",
          "account": {
            "id": 1,
            "accountName": "text",
            "companyName": "text",
            "status": {
              "id": 1,
              "caption": "text"
            },
            "domains": [
              "text"
            ],
            "data": {
              "id": 1,
              "website": "text",
              "phone": "text",
              "annualRevenue": 1,
              "lifetimeValue": 1,
              "employeesCount": 1,
              "description": "text",
              "industry": "text",
              "type": "text",
              "subscription": "text",
              "accountLevel": "text",
              "signupDate": "2025-05-12T13:11:55.377Z",
              "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "accountId": 1
        },
        "customerAccount": {
          "id": 1,
          "accountName": "text",
          "companyName": "text",
          "status": {
            "id": 1,
            "caption": "text"
          },
          "domains": [
            "text"
          ],
          "data": {
            "id": 1,
            "website": "text",
            "phone": "text",
            "annualRevenue": 1,
            "lifetimeValue": 1,
            "employeesCount": 1,
            "description": "text",
            "industry": "text",
            "type": "text",
            "subscription": "text",
            "accountLevel": "text",
            "signupDate": "2025-05-12T13:11:55.377Z",
            "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        },
        "sentVia": 1,
        "submittedBy": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "sendProcessedNotification": true,
        "lastEditDate": "2025-05-12T13:11:55.377Z",
        "createdDate": "2025-05-12T13:11:55.377Z"
      },
      "isThreadStarter": true,
      "threadStarterId": "text",
      "threadComments": [
        {
          "id": "text",
          "content": "text",
          "isPublic": true,
          "sentVia": 1,
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "email": "text",
          "user": {
            "id": "text",
            "email": "text",
            "avatarUrl": "text",
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "roles": [
              "text"
            ]
          },
          "contact": {
            "id": 1,
            "firstName": "text",
            "lastName": "text",
            "fullName": "text",
            "avatarUrl": "text",
            "email": "text",
            "additionalEmails": [
              "text"
            ],
            "phone": "text",
            "mobile": "text",
            "anotherPhone": "text",
            "title": "text",
            "department": "text",
            "companyName": "text",
            "account": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "accountId": 1
          },
          "feedback": {
            "id": 1,
            "content": "text",
            "state": {
              "id": 1,
              "caption": "text"
            },
            "type": {
              "id": 1,
              "caption": "text"
            },
            "contact": {
              "id": 1,
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "avatarUrl": "text",
              "email": "text",
              "additionalEmails": [
                "text"
              ],
              "phone": "text",
              "mobile": "text",
              "anotherPhone": "text",
              "title": "text",
              "department": "text",
              "companyName": "text",
              "account": {
                "id": 1,
                "accountName": "text",
                "companyName": "text",
                "status": {
                  "id": 1,
                  "caption": "text"
                },
                "domains": [
                  "text"
                ],
                "data": {
                  "id": 1,
                  "website": "text",
                  "phone": "text",
                  "annualRevenue": 1,
                  "lifetimeValue": 1,
                  "employeesCount": 1,
                  "description": "text",
                  "industry": "text",
                  "type": "text",
                  "subscription": "text",
                  "accountLevel": "text",
                  "signupDate": "2025-05-12T13:11:55.377Z",
                  "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T13:11:55.377Z",
                "createdDate": "2025-05-12T13:11:55.377Z"
              },
              "accountId": 1
            },
            "customerAccount": {
              "id": 1,
              "accountName": "text",
              "companyName": "text",
              "status": {
                "id": 1,
                "caption": "text"
              },
              "domains": [
                "text"
              ],
              "data": {
                "id": 1,
                "website": "text",
                "phone": "text",
                "annualRevenue": 1,
                "lifetimeValue": 1,
                "employeesCount": 1,
                "description": "text",
                "industry": "text",
                "type": "text",
                "subscription": "text",
                "accountLevel": "text",
                "signupDate": "2025-05-12T13:11:55.377Z",
                "firstPurchaseDate": "2025-05-12T13:11:55.377Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T13:11:55.377Z",
              "createdDate": "2025-05-12T13:11:55.377Z"
            },
            "sentVia": 1,
            "submittedBy": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "owner": {
              "id": "text",
              "email": "text",
              "avatarUrl": "text",
              "firstName": "text",
              "lastName": "text",
              "fullName": "text",
              "roles": [
                "text"
              ]
            },
            "sendProcessedNotification": true,
            "lastEditDate": "2025-05-12T13:11:55.377Z",
            "createdDate": "2025-05-12T13:11:55.377Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T13:11:55.377Z",
          "createdDate": "2025-05-12T13:11:55.377Z"
        }
      ],
      "lastEditDate": "2025-05-12T13:11:55.377Z",
      "createdDate": "2025-05-12T13:11:55.377Z"
    }
  ],
  "lastEditDate": "2025-05-12T13:11:55.377Z",
  "createdDate": "2025-05-12T13:11:55.377Z"
}