Feedback API
Last updated
Was this helpful?
Last updated
Was this helpful?
API Description can be found in our Swagger docs here: https://app.swaggerhub.com/apis/ProdCamp/prodcamp_app
1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
curl -L \
--url 'https://app.prodcamp.com/api/v1/feedback'
{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/feedback/{id}'
{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
Success
curl -L \
--request DELETE \
--url 'https://app.prodcamp.com/api/v1/feedback/{id}'
No body
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/feedback/states'
[
{
"id": 1,
"caption": "text"
}
]
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/feedback/{feedbackId}/comments'
[
{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
]
Success
curl -L \
--request DELETE \
--url 'https://app.prodcamp.com/api/v1/feedback/comments/{commentId}'
No body
Success
1
, 2
, 3
, 4
, 5
, 6
, 7
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/feedback' \
--header 'Content-Type: application/json' \
--data '{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}'
{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
Success
1
, 2
, 3
, 4
, 5
, 6
, 7
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/feedback/{id}' \
--header 'Content-Type: application/json' \
--data '{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}'
{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
Success
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/feedback/batch/delete' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
1
],
"model": null
}'
No body
Success
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/feedback/batch/update' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"ids": [
1
],
"model": null
}'
No body
Success
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/feedback/{feedbackId}/state' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": 1,
"caption": "text"
}'
No body
Success
1
, 2
, 3
, 4
, 5
, 6
, 7
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/feedback/{feedbackId}/features' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}'
No body
Success
1
, 2
, 3
, 4
, 5
, 6
, 7
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/feedback/{feedbackId}/comments' \
--header 'Content-Type: application/json' \
--data '{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
],
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}'
{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
],
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
Success
1
, 2
, 3
, 4
, 5
, 6
, 7
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/feedback/comments/{commentId}' \
--header 'Content-Type: application/json' \
--data '{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
],
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}'
{
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"firstPurchaseDate": "2025-03-29T16:20:49.533Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"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-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
],
"lastEditDate": "2025-03-29T16:20:49.533Z",
"createdDate": "2025-03-29T16:20:49.533Z"
}
Success