Feedback API
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /api/v1/feedback HTTP/1.1
Host: app.prodcamp.com
Accept: */*
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
GET /api/v1/feedback/{id} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
DELETE /api/v1/feedback/{id} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
No content
GET /api/v1/feedback/states HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
[
{
"id": 1,
"caption": "text"
}
]
GET /api/v1/feedback/{feedbackId}/comments HTTP/1.1
Host: app.prodcamp.com
Accept: */*
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
]
DELETE /api/v1/feedback/comments/{commentId} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
No content
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
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 /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
}
Success
No content
false
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"
}
Success
No content
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
Success
No content
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"firstPurchaseDate": "2025-04-22T09:45:05.340Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"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-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}
],
"lastEditDate": "2025-04-22T09:45:05.340Z",
"createdDate": "2025-04-22T09:45:05.340Z"
}