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?
GET /api/v1/features HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
{
"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-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-04-22T09:42:53.014Z",
"endDate": "2025-04-22T09:42:53.014Z",
"customEndDate": "2025-04-22T09:42:53.014Z",
"deadline": "2025-04-22T09:42:53.014Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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
}
GET /api/v1/features/advanced HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
{
"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-04-22T09:42:53.014Z",
"realReleasedDate": "2025-04-22T09:42:53.014Z",
"releasedDate": "2025-04-22T09:42:53.014Z",
"customReleasedDate": "2025-04-22T09:42:53.014Z",
"customCreatedDate": "2025-04-22T09:42:53.014Z",
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-04-22T09:42:53.014Z",
"endDate": "2025-04-22T09:42:53.014Z",
"customEndDate": "2025-04-22T09:42:53.014Z",
"deadline": "2025-04-22T09:42:53.014Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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
}
false
false
GET /api/v1/features/refs HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
{
"items": [
{
"id": 1,
"color": "text",
"name": "text"
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
GET /api/v1/features/{index} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
{
"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-04-22T09:42:53.014Z",
"realReleasedDate": "2025-04-22T09:42:53.014Z",
"releasedDate": "2025-04-22T09:42:53.014Z",
"customReleasedDate": "2025-04-22T09:42:53.014Z",
"customCreatedDate": "2025-04-22T09:42:53.014Z",
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-04-22T09:42:53.014Z",
"endDate": "2025-04-22T09:42:53.014Z",
"customEndDate": "2025-04-22T09:42:53.014Z",
"deadline": "2025-04-22T09:42:53.014Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
DELETE /api/v1/features/{index} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
No content
GET /api/v1/features/{index}/comments HTTP/1.1
Host: app.prodcamp.com
Accept: */*
{
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"pagesCount": 1,
"pageSize": 1,
"currentPage": 1,
"totalItemsCount": 1
}
DELETE /api/v1/features/{index}/comments/{commentId} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
GET /api/v1/features/priorities HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
{
"id": 1,
"caption": "text"
}
GET /api/v1/features/statuses HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
{
"id": 1,
"caption": "text",
"type": 0
}
GET /api/v1/features/types HTTP/1.1
Host: app.prodcamp.com
Accept: */*
Success
{
"id": 1,
"caption": "text",
"color": "text"
}
false
POST /api/v1/features HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 4697
{
"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-04-22T09:42:53.014Z",
"realReleasedDate": "2025-04-22T09:42:53.014Z",
"releasedDate": "2025-04-22T09:42:53.014Z",
"customReleasedDate": "2025-04-22T09:42:53.014Z",
"customCreatedDate": "2025-04-22T09:42:53.014Z",
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-04-22T09:42:53.014Z",
"endDate": "2025-04-22T09:42:53.014Z",
"customEndDate": "2025-04-22T09:42:53.014Z",
"deadline": "2025-04-22T09:42:53.014Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
Success
{
"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-04-22T09:42:53.014Z",
"realReleasedDate": "2025-04-22T09:42:53.014Z",
"releasedDate": "2025-04-22T09:42:53.014Z",
"customReleasedDate": "2025-04-22T09:42:53.014Z",
"customCreatedDate": "2025-04-22T09:42:53.014Z",
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-04-22T09:42:53.014Z",
"endDate": "2025-04-22T09:42:53.014Z",
"customEndDate": "2025-04-22T09:42:53.014Z",
"deadline": "2025-04-22T09:42:53.014Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
PUT /api/v1/features/{index} HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 4697
{
"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-04-22T09:42:53.014Z",
"realReleasedDate": "2025-04-22T09:42:53.014Z",
"releasedDate": "2025-04-22T09:42:53.014Z",
"customReleasedDate": "2025-04-22T09:42:53.014Z",
"customCreatedDate": "2025-04-22T09:42:53.014Z",
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-04-22T09:42:53.014Z",
"endDate": "2025-04-22T09:42:53.014Z",
"customEndDate": "2025-04-22T09:42:53.014Z",
"deadline": "2025-04-22T09:42:53.014Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
Success
{
"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-04-22T09:42:53.014Z",
"realReleasedDate": "2025-04-22T09:42:53.014Z",
"releasedDate": "2025-04-22T09:42:53.014Z",
"customReleasedDate": "2025-04-22T09:42:53.014Z",
"customCreatedDate": "2025-04-22T09:42:53.014Z",
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"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-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z",
"sprint": {
"id": 1,
"name": "text",
"startDate": "2025-04-22T09:42:53.014Z",
"endDate": "2025-04-22T09:42:53.014Z",
"customEndDate": "2025-04-22T09:42:53.014Z",
"deadline": "2025-04-22T09:42:53.014Z",
"status": {
"id": 1,
"caption": "text"
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"type": {
"id": 1,
"caption": "text",
"color": "text"
},
"isPublic": true,
"upvotesCount": 1,
"commentsCount": 1,
"commentsTotalCount": 1,
"estimation": 1
}
POST /api/v1/features/{index}/comments HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 8827
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
PUT /api/v1/features/{index}/comments/{commentId}/public HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"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-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
{
"id": "text",
"content": "text",
"isPublic": true,
"sentVia": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"email": "text",
"user": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"feedback": {
"id": 1,
"content": "text",
"state": {
"id": 1,
"caption": "text"
},
"type": {
"id": 1,
"caption": "text"
},
"contact": {
"id": 1,
"firstName": "text",
"lastName": "text",
"fullName": "text",
"avatarUrl": "text",
"email": "text",
"additionalEmails": [
"text"
],
"phone": "text",
"mobile": "text",
"anotherPhone": "text",
"title": "text",
"department": "text",
"companyName": "text",
"account": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"accountId": 1
},
"customerAccount": {
"id": 1,
"accountName": "text",
"companyName": "text",
"status": {
"id": 1,
"caption": "text"
},
"domains": [
"text"
],
"data": {
"id": 1,
"website": "text",
"phone": "text",
"annualRevenue": 1,
"lifetimeValue": 1,
"employeesCount": 1,
"description": "text",
"industry": "text",
"type": "text",
"subscription": "text",
"accountLevel": "text",
"signupDate": "2025-04-22T09:42:53.014Z",
"firstPurchaseDate": "2025-04-22T09:42:53.014Z",
"timezone": "text"
},
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"sentVia": 1,
"submittedBy": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"owner": {
"id": "text",
"email": "text",
"avatarUrl": "text",
"firstName": "text",
"lastName": "text",
"fullName": "text",
"roles": [
"text"
]
},
"sendProcessedNotification": true,
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
},
"isThreadStarter": true,
"threadStarterId": "text",
"threadComments": [
"[Circular Reference]"
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
],
"lastEditDate": "2025-04-22T09:42:53.014Z",
"createdDate": "2025-04-22T09:42:53.014Z"
}
PUT /api/v1/features/batch/update HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json
Accept: */*
Content-Length: 24
{
"ids": [
1
],
"model": null
}
Success
No content
PUT /api/v1/features/batch/delete HTTP/1.1
Host: app.prodcamp.com
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 24
{
"ids": [
1
],
"model": null
}
No content