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
/api/v1/feedback
1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
curl -L \
--url 'https://app.prodcamp.com/api/v1/feedback'
{
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1,
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
}
]
}
Success
/api/v1/feedback
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 '{"votedFeature":{},"state":{},"type":{},"contact":{"account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"additionalEmails":[null]},"customerAccount":{"accountName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"domains":[null]},"sentVia":1,"submittedBy":{"roles":[null]},"owner":{"roles":[null]},"relatedFeatures":[{}],"attachments":[{}]}'
{
"content": "text",
"sourceUrl": "text",
"votedFeature": {},
"id": 1,
"state": {},
"type": {},
"contact": {
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"additionalEmails": [
null
]
},
"customerAccount": {
"accountName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"domains": [
null
]
},
"sentVia": 1,
"submittedBy": {
"roles": [
null
]
},
"owner": {
"roles": [
null
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"relatedFeatures": [
{}
],
"attachments": [
{}
]
}
Success
/api/v1/feedback/{id}
curl -L \
--url 'https://app.prodcamp.com/api/v1/feedback/{id}'
{
"content": "text",
"sourceUrl": "text",
"votedFeature": {},
"id": 1,
"state": {},
"type": {},
"contact": {
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"additionalEmails": [
null
]
},
"customerAccount": {
"accountName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"domains": [
null
]
},
"sentVia": 1,
"submittedBy": {
"roles": [
null
]
},
"owner": {
"roles": [
null
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"relatedFeatures": [
{}
],
"attachments": [
{}
]
}
Success
/api/v1/feedback/{id}
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 '{"votedFeature":{},"state":{},"type":{},"contact":{"account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"additionalEmails":[null]},"customerAccount":{"accountName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"domains":[null]},"sentVia":1,"submittedBy":{"roles":[null]},"owner":{"roles":[null]},"relatedFeatures":[{}],"attachments":[{}]}'
{
"content": "text",
"sourceUrl": "text",
"votedFeature": {},
"id": 1,
"state": {},
"type": {},
"contact": {
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"additionalEmails": [
null
]
},
"customerAccount": {
"accountName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"domains": [
null
]
},
"sentVia": 1,
"submittedBy": {
"roles": [
null
]
},
"owner": {
"roles": [
null
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"relatedFeatures": [
{}
],
"attachments": [
{}
]
}
Success
/api/v1/feedback/{id}
curl -L \
--request DELETE \
--url 'https://app.prodcamp.com/api/v1/feedback/{id}'
No body
Success
/api/v1/feedback/batch/delete
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/feedback/batch/delete' \
--header 'Content-Type: application/json' \
--data '{"ids":[null]}'
No body
Success
/api/v1/feedback/batch/update
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/feedback/batch/update' \
--header 'Content-Type: application/json-patch+json' \
--data '{"ids":[null]}'
No body
Success
/api/v1/feedback/states
curl -L \
--url 'https://app.prodcamp.com/api/v1/feedback/states'
[
{
"id": 1,
"caption": "text"
}
]
Success
/api/v1/feedback/{feedbackId}/state
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/feedback/{feedbackId}/state' \
--header 'Content-Type: application/json-patch+json'
No body
Success
/api/v1/feedback/{feedbackId}/features
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 '{"votedFeature":{},"state":{},"type":{},"contact":{"account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"additionalEmails":[null]},"customerAccount":{"accountName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"domains":[null]},"sentVia":1,"submittedBy":{"roles":[null]},"owner":{"roles":[null]},"relatedFeatures":[{}],"attachments":[{}]}'
No body
Success
/api/v1/feedback/{feedbackId}/comments
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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"threadComments": "[Circular Reference]"
}
]
}
]
}
]
Success
/api/v1/feedback/{feedbackId}/comments
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 '{"sentVia":1,"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"customerAccount":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"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-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z"},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"customerAccount":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"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-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z"},"isThreadStarter":true,"threadStarterId":"text","lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"customerAccount":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"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-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z"},"isThreadStarter":true,"threadStarterId":"text","lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","threadComments":"[Circular Reference]"}]}]}'
{
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"threadComments": "[Circular Reference]"
}
]
}
]
}
Success
/api/v1/feedback/comments/{commentId}
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 '{"sentVia":1,"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"customerAccount":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"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-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z"},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"customerAccount":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"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-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z"},"isThreadStarter":true,"threadStarterId":"text","lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"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","phone":"text","mobile":"text","anotherPhone":"text","title":"text","department":"text","companyName":"text","account":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"accountId":1,"additionalEmails":["text"]},"customerAccount":{"id":1,"accountName":"text","companyName":"text","status":{"id":1,"caption":"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-02-21T18:00:24.785Z","firstPurchaseDate":"2025-02-21T18:00:24.785Z","timezone":"text"},"lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","domains":["text"]},"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-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z"},"isThreadStarter":true,"threadStarterId":"text","lastEditDate":"2025-02-21T18:00:24.785Z","createdDate":"2025-02-21T18:00:24.785Z","threadComments":"[Circular Reference]"}]}]}'
{
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"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",
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"accountId": 1,
"additionalEmails": [
"text"
]
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "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-02-21T18:00:24.785Z",
"firstPurchaseDate": "2025-02-21T18:00:24.785Z",
"timezone": "text"
},
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"domains": [
"text"
]
},
"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-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"lastEditDate": "2025-02-21T18:00:24.785Z",
"createdDate": "2025-02-21T18:00:24.785Z",
"threadComments": "[Circular Reference]"
}
]
}
]
}
Success
/api/v1/feedback/comments/{commentId}
curl -L \
--request DELETE \
--url 'https://app.prodcamp.com/api/v1/feedback/comments/{commentId}'
No body
Success