Features API

This page describes how to work with Features using REST API

Using the Features API

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

get
Query parameters
GetRefsbooleanOptional
SprintlessbooleanOptional
OnlyActivebooleanOptional
OnlyArchivedbooleanOptional
OnlyBacklogbooleanOptional
catstring[]Optional
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
OrderBystringOptional
FilterstringOptional
SearchstringOptional
NeedsCountInResponsebooleanOptional
Responses
200
Success
application/json
get
GET /api/v1/features HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

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-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z",
      "sprint": {
        "id": 1,
        "name": "text",
        "startDate": "2025-06-23T23:24:39.599Z",
        "endDate": "2025-06-23T23:24:39.599Z",
        "customEndDate": "2025-06-23T23:24:39.599Z",
        "deadline": "2025-06-23T23:24:39.599Z",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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
}
post
Query parameters
notifyCustomersbooleanOptionalDefault: false
Body
featureValuenumber · doubleOptional
idinteger · int32Optional
colorstring | nullableOptional
namestring | nullableOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
isPublicbooleanOptional
upvotesCountinteger · int32Optional
commentsCountinteger · int32Optional
commentsTotalCountinteger · int32Optional
estimationinteger · int64Optional
Responses
200
Success
application/json
post
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-06-23T23:24:39.599Z",
    "realReleasedDate": "2025-06-23T23:24:39.599Z",
    "releasedDate": "2025-06-23T23:24:39.599Z",
    "customReleasedDate": "2025-06-23T23:24:39.599Z",
    "customCreatedDate": "2025-06-23T23:24:39.599Z",
    "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-06-23T23:24:39.599Z",
    "endDate": "2025-06-23T23:24:39.599Z",
    "customEndDate": "2025-06-23T23:24:39.599Z",
    "deadline": "2025-06-23T23:24:39.599Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "type": {
    "id": 1,
    "caption": "text",
    "color": "text"
  },
  "isPublic": true,
  "upvotesCount": 1,
  "commentsCount": 1,
  "commentsTotalCount": 1,
  "estimation": 1
}
200

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-06-23T23:24:39.599Z",
    "realReleasedDate": "2025-06-23T23:24:39.599Z",
    "releasedDate": "2025-06-23T23:24:39.599Z",
    "customReleasedDate": "2025-06-23T23:24:39.599Z",
    "customCreatedDate": "2025-06-23T23:24:39.599Z",
    "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-06-23T23:24:39.599Z",
    "endDate": "2025-06-23T23:24:39.599Z",
    "customEndDate": "2025-06-23T23:24:39.599Z",
    "deadline": "2025-06-23T23:24:39.599Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "type": {
    "id": 1,
    "caption": "text",
    "color": "text"
  },
  "isPublic": true,
  "upvotesCount": 1,
  "commentsCount": 1,
  "commentsTotalCount": 1,
  "estimation": 1
}
get
Query parameters
GetRefsbooleanOptional
SprintlessbooleanOptional
OnlyActivebooleanOptional
OnlyArchivedbooleanOptional
OnlyBacklogbooleanOptional
catstring[]Optional
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
OrderBystringOptional
FilterstringOptional
SearchstringOptional
NeedsCountInResponsebooleanOptional
Responses
200
Success
application/json
get
GET /api/v1/features/advanced HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

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-06-23T23:24:39.599Z",
        "realReleasedDate": "2025-06-23T23:24:39.599Z",
        "releasedDate": "2025-06-23T23:24:39.599Z",
        "customReleasedDate": "2025-06-23T23:24:39.599Z",
        "customCreatedDate": "2025-06-23T23:24:39.599Z",
        "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
              "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "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-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        }
      ],
      "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-06-23T23:24:39.599Z",
              "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "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-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z",
      "sprint": {
        "id": 1,
        "name": "text",
        "startDate": "2025-06-23T23:24:39.599Z",
        "endDate": "2025-06-23T23:24:39.599Z",
        "customEndDate": "2025-06-23T23:24:39.599Z",
        "deadline": "2025-06-23T23:24:39.599Z",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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
}
get
Query parameters
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
OrderBystringOptional
FilterstringOptional
SearchstringOptional
NeedsCountInResponsebooleanOptional
OnlyActivebooleanOptionalDefault: false
OnlyArchivedbooleanOptionalDefault: false
Responses
200
Success
application/json
get
GET /api/v1/features/refs HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

{
  "items": [
    {
      "id": 1,
      "color": "text",
      "name": "text"
    }
  ],
  "pagesCount": 1,
  "pageSize": 1,
  "currentPage": 1,
  "totalItemsCount": 1
}
get
Path parameters
indexinteger · int32Required
Responses
200
Success
application/json
get
GET /api/v1/features/{index} HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

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-06-23T23:24:39.599Z",
    "realReleasedDate": "2025-06-23T23:24:39.599Z",
    "releasedDate": "2025-06-23T23:24:39.599Z",
    "customReleasedDate": "2025-06-23T23:24:39.599Z",
    "customCreatedDate": "2025-06-23T23:24:39.599Z",
    "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-06-23T23:24:39.599Z",
    "endDate": "2025-06-23T23:24:39.599Z",
    "customEndDate": "2025-06-23T23:24:39.599Z",
    "deadline": "2025-06-23T23:24:39.599Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "type": {
    "id": 1,
    "caption": "text",
    "color": "text"
  },
  "isPublic": true,
  "upvotesCount": 1,
  "commentsCount": 1,
  "commentsTotalCount": 1,
  "estimation": 1
}
put
Path parameters
indexinteger · int32Required
Body
featureValuenumber · doubleOptional
idinteger · int32Optional
colorstring | nullableOptional
namestring | nullableOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
isPublicbooleanOptional
upvotesCountinteger · int32Optional
commentsCountinteger · int32Optional
commentsTotalCountinteger · int32Optional
estimationinteger · int64Optional
Responses
200
Success
application/json
put
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-06-23T23:24:39.599Z",
    "realReleasedDate": "2025-06-23T23:24:39.599Z",
    "releasedDate": "2025-06-23T23:24:39.599Z",
    "customReleasedDate": "2025-06-23T23:24:39.599Z",
    "customCreatedDate": "2025-06-23T23:24:39.599Z",
    "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-06-23T23:24:39.599Z",
    "endDate": "2025-06-23T23:24:39.599Z",
    "customEndDate": "2025-06-23T23:24:39.599Z",
    "deadline": "2025-06-23T23:24:39.599Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "type": {
    "id": 1,
    "caption": "text",
    "color": "text"
  },
  "isPublic": true,
  "upvotesCount": 1,
  "commentsCount": 1,
  "commentsTotalCount": 1,
  "estimation": 1
}
200

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-06-23T23:24:39.599Z",
    "realReleasedDate": "2025-06-23T23:24:39.599Z",
    "releasedDate": "2025-06-23T23:24:39.599Z",
    "customReleasedDate": "2025-06-23T23:24:39.599Z",
    "customCreatedDate": "2025-06-23T23:24:39.599Z",
    "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-06-23T23:24:39.599Z",
    "endDate": "2025-06-23T23:24:39.599Z",
    "customEndDate": "2025-06-23T23:24:39.599Z",
    "deadline": "2025-06-23T23:24:39.599Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "type": {
    "id": 1,
    "caption": "text",
    "color": "text"
  },
  "isPublic": true,
  "upvotesCount": 1,
  "commentsCount": 1,
  "commentsTotalCount": 1,
  "estimation": 1
}
delete
Path parameters
indexinteger · int32Required
Responses
200
Success
delete
DELETE /api/v1/features/{index} HTTP/1.1
Host: app.prodcamp.com
Accept: */*

No content

get
Path parameters
indexinteger · int32Required
Responses
200
Success
application/json
get
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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
              "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
                  "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-06-23T23:24:39.599Z",
                "createdDate": "2025-06-23T23:24:39.599Z"
              },
              "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        }
      ],
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "pagesCount": 1,
  "pageSize": 1,
  "currentPage": 1,
  "totalItemsCount": 1
}
post
Path parameters
indexinteger · int32Required
Body
idstring | nullableOptional
contentstring | nullableOptional
isPublicbooleanOptional
sentViainteger · enumOptionalPossible values:
firstNamestring | nullableOptional
lastNamestring | nullableOptional
fullNamestring | nullableOptional
emailstring | nullableOptional
isThreadStarterbooleanOptional
threadStarterIdstring | nullableOptional
lastEditDatestring · date-timeOptional
createdDatestring · date-timeOptional
Responses
200
Success
application/json
post
POST /api/v1/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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
              "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
                  "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-06-23T23:24:39.599Z",
                "createdDate": "2025-06-23T23:24:39.599Z"
              },
              "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        }
      ],
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z"
}
{
  "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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
              "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
                  "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-06-23T23:24:39.599Z",
                "createdDate": "2025-06-23T23:24:39.599Z"
              },
              "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        }
      ],
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z"
}
put
Path parameters
indexinteger · int32Required
commentIdstringRequired
Body
statebooleanOptional
Responses
200
Success
application/json
put
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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
              "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
                  "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-06-23T23:24:39.599Z",
                "createdDate": "2025-06-23T23:24:39.599Z"
              },
              "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        }
      ],
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z"
}
delete
Path parameters
indexinteger · int32Required
commentIdstringRequired
Responses
204
Success
application/json
delete
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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
          "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
        "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    },
    "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-06-23T23:24:39.599Z",
    "createdDate": "2025-06-23T23:24:39.599Z"
  },
  "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
              "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "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-06-23T23:24:39.599Z",
            "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        },
        "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-06-23T23:24:39.599Z",
        "createdDate": "2025-06-23T23:24:39.599Z"
      },
      "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
                  "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-06-23T23:24:39.599Z",
                "createdDate": "2025-06-23T23:24:39.599Z"
              },
              "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-06-23T23:24:39.599Z",
                "firstPurchaseDate": "2025-06-23T23:24:39.599Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-06-23T23:24:39.599Z",
              "createdDate": "2025-06-23T23:24:39.599Z"
            },
            "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-06-23T23:24:39.599Z",
            "createdDate": "2025-06-23T23:24:39.599Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-06-23T23:24:39.599Z",
          "createdDate": "2025-06-23T23:24:39.599Z"
        }
      ],
      "lastEditDate": "2025-06-23T23:24:39.599Z",
      "createdDate": "2025-06-23T23:24:39.599Z"
    }
  ],
  "lastEditDate": "2025-06-23T23:24:39.599Z",
  "createdDate": "2025-06-23T23:24:39.599Z"
}
put
Body
idsinteger · int32[] | nullableOptional
modelany | nullableOptional
Responses
204
Success
put
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
}
204

Success

No content

put
Body
idsinteger · int32[] | nullableOptional
modelany | nullableOptional
Responses
204
Success
put
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

get
Responses
200
Success
application/json
get
GET /api/v1/features/priorities HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

{
  "id": 1,
  "caption": "text"
}
get
Responses
200
Success
application/json
get
GET /api/v1/features/statuses HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

{
  "id": 1,
  "caption": "text",
  "type": 0
}
get
Responses
200
Success
application/json
get
GET /api/v1/features/types HTTP/1.1
Host: app.prodcamp.com
Accept: */*
200

Success

{
  "id": 1,
  "caption": "text",
  "color": "text"
}

Last updated

Was this helpful?