Features API
This page describes how to work with Features using REST API
Last updated
Was this helpful?
This page describes how to work with Features using REST API
Last updated
Was this helpful?
API Description can be found in our Swagger docs here:
https://app.swaggerhub.com/apis/ProdCamp/prodcamp_app/v1.0#/Features/post_api_v1_features
curl -L \
--url 'https://app.prodcamp.com/api/v1/features'
{
"items": [
{
"id": 1,
"color": "text",
"assignedToUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"name": "text",
"priority": {
"id": 1,
"caption": "text"
},
"state": {
"id": 1,
"caption": "text"
},
"status": {
"id": 1,
"caption": "text"
},
"tags": [
{
"id": 1,
"caption": "text",
"color": "text",
"textColor": "text"
}
],
"theme": {
"id": 1,
"caption": "text",
"color": "text",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-03-29T16:24:56.066Z",
"endDate": "2025-03-29T16:24:56.066Z",
"customEndDate": "2025-03-29T16:24:56.066Z",
"deadline": "2025-03-29T16:24:56.066Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"featureValue": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1,
"jiraIssue": {
"issueKey": "text",
"issueStatus": "text",
"issueUrl": "text"
},
"gitlabIssue": {
"issueURL": "text",
"remoteLinkId": 1
}
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/features/advanced'
{
"items": [
{
"createdByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"editedByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"data": {
"name": "text",
"fullDescription": "text",
"shortDescription": "text",
"publicDetailedDescription": "text",
"publicShortDescription": "text",
"isReleaseNotes": true,
"releaseNotesLink": "text",
"isUXValidated": true,
"isDocumentationUpdated": true,
"documentationUpdatedLink": "text",
"isSocialMediaUpdateReady": true,
"socialMediaUpdateLink": "text",
"isWebinarScheduled": true,
"webinarLink": "text",
"webinarDate": "2025-03-29T16:24:56.066Z",
"realReleasedDate": "2025-03-29T16:24:56.066Z",
"releasedDate": "2025-03-29T16:24:56.066Z",
"customReleasedDate": "2025-03-29T16:24:56.066Z",
"customCreatedDate": "2025-03-29T16:24:56.066Z",
"isSurveySent": true,
"isUIReady": true,
"isBlogPost": true,
"blogPostLink": "text",
"isSalesTeamTraining": true,
"mockupLinks": [
"text"
]
},
"featureValue": 1,
"feedbacks": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"subscribers": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"accountId": 1
}
],
"id": 1,
"color": "text",
"assignedToUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"name": "text",
"priority": {
"id": 1,
"caption": "text"
},
"state": {
"id": 1,
"caption": "text"
},
"status": {
"id": 1,
"caption": "text"
},
"tags": [
{
"id": 1,
"caption": "text",
"color": "text",
"textColor": "text"
}
],
"theme": {
"id": 1,
"caption": "text",
"color": "text",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-03-29T16:24:56.066Z",
"endDate": "2025-03-29T16:24:56.066Z",
"customEndDate": "2025-03-29T16:24:56.066Z",
"deadline": "2025-03-29T16:24:56.066Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/features/refs'
{
"items": [
{
"id": 1,
"color": "text",
"name": "text"
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/features/{index}'
{
"createdByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"editedByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"data": {
"name": "text",
"fullDescription": "text",
"shortDescription": "text",
"publicDetailedDescription": "text",
"publicShortDescription": "text",
"isReleaseNotes": true,
"releaseNotesLink": "text",
"isUXValidated": true,
"isDocumentationUpdated": true,
"documentationUpdatedLink": "text",
"isSocialMediaUpdateReady": true,
"socialMediaUpdateLink": "text",
"isWebinarScheduled": true,
"webinarLink": "text",
"webinarDate": "2025-03-29T16:24:56.066Z",
"realReleasedDate": "2025-03-29T16:24:56.066Z",
"releasedDate": "2025-03-29T16:24:56.066Z",
"customReleasedDate": "2025-03-29T16:24:56.066Z",
"customCreatedDate": "2025-03-29T16:24:56.066Z",
"isSurveySent": true,
"isUIReady": true,
"isBlogPost": true,
"blogPostLink": "text",
"isSalesTeamTraining": true,
"mockupLinks": [
"text"
]
},
"featureValue": 1,
"feedbacks": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"subscribers": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"accountId": 1
}
],
"id": 1,
"color": "text",
"assignedToUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"name": "text",
"priority": {
"id": 1,
"caption": "text"
},
"state": {
"id": 1,
"caption": "text"
},
"status": {
"id": 1,
"caption": "text"
},
"tags": [
{
"id": 1,
"caption": "text",
"color": "text",
"textColor": "text"
}
],
"theme": {
"id": 1,
"caption": "text",
"color": "text",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-03-29T16:24:56.066Z",
"endDate": "2025-03-29T16:24:56.066Z",
"customEndDate": "2025-03-29T16:24:56.066Z",
"deadline": "2025-03-29T16:24:56.066Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
Success
curl -L \
--request DELETE \
--url 'https://app.prodcamp.com/api/v1/features/{index}'
No body
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/features/{index}/comments'
{
"items": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
Success
curl -L \
--request DELETE \
--url 'https://app.prodcamp.com/api/v1/features/{index}/comments/{commentId}'
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/features/priorities'
{
"id": 1,
"caption": "text"
}
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/features/statuses'
{
"id": 1,
"caption": "text",
"type": 0
}
Success
curl -L \
--url 'https://app.prodcamp.com/api/v1/features/types'
{
"id": 1,
"caption": "text",
"color": "text"
}
Success
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/features' \
--header 'Content-Type: application/json' \
--data '{
"createdByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"editedByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"data": {
"name": "text",
"fullDescription": "text",
"shortDescription": "text",
"publicDetailedDescription": "text",
"publicShortDescription": "text",
"isReleaseNotes": true,
"releaseNotesLink": "text",
"isUXValidated": true,
"isDocumentationUpdated": true,
"documentationUpdatedLink": "text",
"isSocialMediaUpdateReady": true,
"socialMediaUpdateLink": "text",
"isWebinarScheduled": true,
"webinarLink": "text",
"webinarDate": "2025-03-29T16:24:56.066Z",
"realReleasedDate": "2025-03-29T16:24:56.066Z",
"releasedDate": "2025-03-29T16:24:56.066Z",
"customReleasedDate": "2025-03-29T16:24:56.066Z",
"customCreatedDate": "2025-03-29T16:24:56.066Z",
"isSurveySent": true,
"isUIReady": true,
"isBlogPost": true,
"blogPostLink": "text",
"isSalesTeamTraining": true,
"mockupLinks": [
"text"
]
},
"featureValue": 1,
"feedbacks": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"subscribers": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"accountId": 1
}
],
"id": 1,
"color": "text",
"assignedToUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"name": "text",
"priority": {
"id": 1,
"caption": "text"
},
"state": {
"id": 1,
"caption": "text"
},
"status": {
"id": 1,
"caption": "text"
},
"tags": [
{
"id": 1,
"caption": "text",
"color": "text",
"textColor": "text"
}
],
"theme": {
"id": 1,
"caption": "text",
"color": "text",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-03-29T16:24:56.066Z",
"endDate": "2025-03-29T16:24:56.066Z",
"customEndDate": "2025-03-29T16:24:56.066Z",
"deadline": "2025-03-29T16:24:56.066Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}'
{
"createdByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"editedByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"data": {
"name": "text",
"fullDescription": "text",
"shortDescription": "text",
"publicDetailedDescription": "text",
"publicShortDescription": "text",
"isReleaseNotes": true,
"releaseNotesLink": "text",
"isUXValidated": true,
"isDocumentationUpdated": true,
"documentationUpdatedLink": "text",
"isSocialMediaUpdateReady": true,
"socialMediaUpdateLink": "text",
"isWebinarScheduled": true,
"webinarLink": "text",
"webinarDate": "2025-03-29T16:24:56.066Z",
"realReleasedDate": "2025-03-29T16:24:56.066Z",
"releasedDate": "2025-03-29T16:24:56.066Z",
"customReleasedDate": "2025-03-29T16:24:56.066Z",
"customCreatedDate": "2025-03-29T16:24:56.066Z",
"isSurveySent": true,
"isUIReady": true,
"isBlogPost": true,
"blogPostLink": "text",
"isSalesTeamTraining": true,
"mockupLinks": [
"text"
]
},
"featureValue": 1,
"feedbacks": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"subscribers": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"accountId": 1
}
],
"id": 1,
"color": "text",
"assignedToUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"name": "text",
"priority": {
"id": 1,
"caption": "text"
},
"state": {
"id": 1,
"caption": "text"
},
"status": {
"id": 1,
"caption": "text"
},
"tags": [
{
"id": 1,
"caption": "text",
"color": "text",
"textColor": "text"
}
],
"theme": {
"id": 1,
"caption": "text",
"color": "text",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-03-29T16:24:56.066Z",
"endDate": "2025-03-29T16:24:56.066Z",
"customEndDate": "2025-03-29T16:24:56.066Z",
"deadline": "2025-03-29T16:24:56.066Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
Success
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/features/{index}' \
--header 'Content-Type: application/json' \
--data '{
"createdByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"editedByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"data": {
"name": "text",
"fullDescription": "text",
"shortDescription": "text",
"publicDetailedDescription": "text",
"publicShortDescription": "text",
"isReleaseNotes": true,
"releaseNotesLink": "text",
"isUXValidated": true,
"isDocumentationUpdated": true,
"documentationUpdatedLink": "text",
"isSocialMediaUpdateReady": true,
"socialMediaUpdateLink": "text",
"isWebinarScheduled": true,
"webinarLink": "text",
"webinarDate": "2025-03-29T16:24:56.066Z",
"realReleasedDate": "2025-03-29T16:24:56.066Z",
"releasedDate": "2025-03-29T16:24:56.066Z",
"customReleasedDate": "2025-03-29T16:24:56.066Z",
"customCreatedDate": "2025-03-29T16:24:56.066Z",
"isSurveySent": true,
"isUIReady": true,
"isBlogPost": true,
"blogPostLink": "text",
"isSalesTeamTraining": true,
"mockupLinks": [
"text"
]
},
"featureValue": 1,
"feedbacks": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"subscribers": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"accountId": 1
}
],
"id": 1,
"color": "text",
"assignedToUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"name": "text",
"priority": {
"id": 1,
"caption": "text"
},
"state": {
"id": 1,
"caption": "text"
},
"status": {
"id": 1,
"caption": "text"
},
"tags": [
{
"id": 1,
"caption": "text",
"color": "text",
"textColor": "text"
}
],
"theme": {
"id": 1,
"caption": "text",
"color": "text",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-03-29T16:24:56.066Z",
"endDate": "2025-03-29T16:24:56.066Z",
"customEndDate": "2025-03-29T16:24:56.066Z",
"deadline": "2025-03-29T16:24:56.066Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}'
{
"createdByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"editedByUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"data": {
"name": "text",
"fullDescription": "text",
"shortDescription": "text",
"publicDetailedDescription": "text",
"publicShortDescription": "text",
"isReleaseNotes": true,
"releaseNotesLink": "text",
"isUXValidated": true,
"isDocumentationUpdated": true,
"documentationUpdatedLink": "text",
"isSocialMediaUpdateReady": true,
"socialMediaUpdateLink": "text",
"isWebinarScheduled": true,
"webinarLink": "text",
"webinarDate": "2025-03-29T16:24:56.066Z",
"realReleasedDate": "2025-03-29T16:24:56.066Z",
"releasedDate": "2025-03-29T16:24:56.066Z",
"customReleasedDate": "2025-03-29T16:24:56.066Z",
"customCreatedDate": "2025-03-29T16:24:56.066Z",
"isSurveySent": true,
"isUIReady": true,
"isBlogPost": true,
"blogPostLink": "text",
"isSalesTeamTraining": true,
"mockupLinks": [
"text"
]
},
"featureValue": 1,
"feedbacks": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"subscribers": [
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"accountId": 1
}
],
"id": 1,
"color": "text",
"assignedToUser": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"name": "text",
"priority": {
"id": 1,
"caption": "text"
},
"state": {
"id": 1,
"caption": "text"
},
"status": {
"id": 1,
"caption": "text"
},
"tags": [
{
"id": 1,
"caption": "text",
"color": "text",
"textColor": "text"
}
],
"theme": {
"id": 1,
"caption": "text",
"color": "text",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-03-29T16:24:56.066Z",
"endDate": "2025-03-29T16:24:56.066Z",
"customEndDate": "2025-03-29T16:24:56.066Z",
"deadline": "2025-03-29T16:24:56.066Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
Success
1
, 2
, 3
, 4
, 5
, 6
, 7
curl -L \
--request POST \
--url 'https://app.prodcamp.com/api/v1/features/{index}/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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}'
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
Success
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/features/{index}/comments/{commentId}/public' \
--header 'Content-Type: application/json' \
--data '{
"state": true
}'
{
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"firstPurchaseDate": "2025-03-29T16:24:56.066Z",
"timezone": "text"
},
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"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:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": "[Circular Reference]",
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
],
"lastEditDate": "2025-03-29T16:24:56.066Z",
"createdDate": "2025-03-29T16:24:56.066Z"
}
Success
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/features/batch/update' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
1
],
"model": null
}'
No body
Success
curl -L \
--request PUT \
--url 'https://app.prodcamp.com/api/v1/features/batch/delete' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"ids": [
1
],
"model": null
}'
No body
Success