Feedback API
Using the feedback API
API Description can be found in our Swagger docs here: 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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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
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
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"
}
]
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
204
Success
No content
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
]
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"firstPurchaseDate": "2025-07-30T09:20:10.343Z",
"timezone": "text"
},
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"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-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
],
"lastEditDate": "2025-07-30T09:20:10.343Z",
"createdDate": "2025-07-30T09:20:10.343Z"
}
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
Some models explained
Last updated
Was this helpful?