ProdCamp Help
Go to ProdCampSign InLeave Feedback
  • What is ProdCamp?
  • How it works
  • Getting Started
    • Getting Started with ProdCamp
    • Invite Your Team
    • Custom Domain
  • Customer feedback
    • Attaching Feedback to a Feature
    • Processing Feedback
  • Feedback Channels
    • Customer Feedback Channels
    • ProdCamp App
    • Public Roadmap
    • Feature Voting Portal
    • Email Forwarding
    • Google Chrome Extension
    • Intercom Messanger
    • Embeddable Feedback Widget
    • NPS
    • Any App (via Zapier)
  • Installing widgets
    • Installing widgets
    • Widgets SSO
    • Changelog widget
    • Feedback Widget
    • NPS widget
  • Features
    • Creating a Feature
    • Sharing Features on Public Roadmap
    • Push Feature to Jira
    • Feature Releases
    • Features and Sprints relation
  • Feedback Loop
    • Closing Feedback Loop
    • Changelog
  • Roadmaps
    • Public Roadmap
    • Single Sign-On (SSO)
    • Feature Placement on the Public Roadmap
    • Internal Roadmap
    • Protected Roadmap (beta)
  • ❌Sprints (DEPRECATED)
    • Sprints Mode
    • Create Sprint
    • Adding Features to a Sprint
    • Sprint Releases
  • Products
    • Create and Manage Products
  • Prioritization
    • Prioritization Matrix
    • RICE Prioritization
  • Customers
    • Manage Accounts and Contacts
    • Sync Accounts with SalesForce
  • Integrations
    • Slack
    • Jira
    • GitLab
    • SalesForce
    • Intercom
    • Zapier
  • Operations
    • Import Features
    • Import Customers
  • Settings
    • Profile
  • Getting Help
    • Contact Us
  • API
    • Authentication
    • Feedback API
      • Feedback Types
      • Feedback States
    • Features API
    • Customers API
Powered by GitBook
On this page

Was this helpful?

  1. API

Features API

This page describes how to work with Features using REST API

PreviousFeedback StatesNextCustomers API

Last updated 1 year ago

Was this helpful?

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-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z",
      "sprint": {
        "id": 1,
        "name": "text",
        "startDate": "2025-05-12T15:10:16.323Z",
        "endDate": "2025-05-12T15:10:16.323Z",
        "customEndDate": "2025-05-12T15:10:16.323Z",
        "deadline": "2025-05-12T15:10:16.323Z",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "type": {
        "id": 1,
        "caption": "text",
        "color": "text"
      },
      "isPublic": true,
      "upvotesCount": 1,
      "featureValue": 1,
      "commentsCount": 1,
      "commentsTotalCount": 1,
      "estimation": 1,
      "jiraIssue": {
        "issueKey": "text",
        "issueStatus": "text",
        "issueUrl": "text"
      },
      "gitlabIssue": {
        "issueURL": "text",
        "remoteLinkId": 1
      }
    }
  ],
  "pagesCount": 1,
  "pageSize": 1,
  "currentPage": 1,
  "totalItemsCount": 1
}
get
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-05-12T15:10:16.323Z",
        "realReleasedDate": "2025-05-12T15:10:16.323Z",
        "releasedDate": "2025-05-12T15:10:16.323Z",
        "customReleasedDate": "2025-05-12T15:10:16.323Z",
        "customCreatedDate": "2025-05-12T15:10:16.323Z",
        "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
              "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "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-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        }
      ],
      "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-05-12T15:10:16.323Z",
              "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "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-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z",
      "sprint": {
        "id": 1,
        "name": "text",
        "startDate": "2025-05-12T15:10:16.323Z",
        "endDate": "2025-05-12T15:10:16.323Z",
        "customEndDate": "2025-05-12T15:10:16.323Z",
        "deadline": "2025-05-12T15:10:16.323Z",
        "status": {
          "id": 1,
          "caption": "text"
        },
        "owner": {
          "id": "text",
          "email": "text",
          "avatarUrl": "text",
          "firstName": "text",
          "lastName": "text",
          "fullName": "text",
          "roles": [
            "text"
          ]
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
    "realReleasedDate": "2025-05-12T15:10:16.323Z",
    "releasedDate": "2025-05-12T15:10:16.323Z",
    "customReleasedDate": "2025-05-12T15:10:16.323Z",
    "customCreatedDate": "2025-05-12T15:10:16.323Z",
    "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-05-12T15:10:16.323Z",
    "endDate": "2025-05-12T15:10:16.323Z",
    "customEndDate": "2025-05-12T15:10:16.323Z",
    "deadline": "2025-05-12T15:10:16.323Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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
400
Bad Request
application/json
404
Not Found
application/json
default
Error
application/json
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
404
Not Found
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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
              "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
                  "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T15:10:16.323Z",
                "createdDate": "2025-05-12T15:10:16.323Z"
              },
              "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        }
      ],
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "pagesCount": 1,
  "pageSize": 1,
  "currentPage": 1,
  "totalItemsCount": 1
}
delete
Path parameters
indexinteger · int32Required
commentIdstringRequired
Responses
204
Success
application/json
400
Bad Request
application/json
404
Not Found
application/json
default
Error
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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
              "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
                  "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T15:10:16.323Z",
                "createdDate": "2025-05-12T15:10:16.323Z"
              },
              "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        }
      ],
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z"
}
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"
}
  • Using the Features API
  • GET/api/v1/features
  • POST/api/v1/features
  • GET/api/v1/features/advanced
  • GET/api/v1/features/refs
  • GET/api/v1/features/{index}
  • PUT/api/v1/features/{index}
  • DELETE/api/v1/features/{index}
  • GET/api/v1/features/{index}/comments
  • POST/api/v1/features/{index}/comments
  • PUT/api/v1/features/{index}/comments/{commentId}/public
  • DELETE/api/v1/features/{index}/comments/{commentId}
  • PUT/api/v1/features/batch/update
  • PUT/api/v1/features/batch/delete
  • GET/api/v1/features/priorities
  • GET/api/v1/features/statuses
  • GET/api/v1/features/types
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-05-12T15:10:16.323Z",
    "realReleasedDate": "2025-05-12T15:10:16.323Z",
    "releasedDate": "2025-05-12T15:10:16.323Z",
    "customReleasedDate": "2025-05-12T15:10:16.323Z",
    "customCreatedDate": "2025-05-12T15:10:16.323Z",
    "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-05-12T15:10:16.323Z",
    "endDate": "2025-05-12T15:10:16.323Z",
    "customEndDate": "2025-05-12T15:10:16.323Z",
    "deadline": "2025-05-12T15:10:16.323Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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-05-12T15:10:16.323Z",
    "realReleasedDate": "2025-05-12T15:10:16.323Z",
    "releasedDate": "2025-05-12T15:10:16.323Z",
    "customReleasedDate": "2025-05-12T15:10:16.323Z",
    "customCreatedDate": "2025-05-12T15:10:16.323Z",
    "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-05-12T15:10:16.323Z",
    "endDate": "2025-05-12T15:10:16.323Z",
    "customEndDate": "2025-05-12T15:10:16.323Z",
    "deadline": "2025-05-12T15:10:16.323Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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-05-12T15:10:16.323Z",
    "realReleasedDate": "2025-05-12T15:10:16.323Z",
    "releasedDate": "2025-05-12T15:10:16.323Z",
    "customReleasedDate": "2025-05-12T15:10:16.323Z",
    "customCreatedDate": "2025-05-12T15:10:16.323Z",
    "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-05-12T15:10:16.323Z",
    "endDate": "2025-05-12T15:10:16.323Z",
    "customEndDate": "2025-05-12T15:10:16.323Z",
    "deadline": "2025-05-12T15:10:16.323Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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-05-12T15:10:16.323Z",
    "realReleasedDate": "2025-05-12T15:10:16.323Z",
    "releasedDate": "2025-05-12T15:10:16.323Z",
    "customReleasedDate": "2025-05-12T15:10:16.323Z",
    "customCreatedDate": "2025-05-12T15:10:16.323Z",
    "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z",
  "sprint": {
    "id": 1,
    "name": "text",
    "startDate": "2025-05-12T15:10:16.323Z",
    "endDate": "2025-05-12T15:10:16.323Z",
    "customEndDate": "2025-05-12T15:10:16.323Z",
    "deadline": "2025-05-12T15:10:16.323Z",
    "status": {
      "id": 1,
      "caption": "text"
    },
    "owner": {
      "id": "text",
      "email": "text",
      "avatarUrl": "text",
      "firstName": "text",
      "lastName": "text",
      "fullName": "text",
      "roles": [
        "text"
      ]
    },
    "lastEditDate": "2025-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "type": {
    "id": 1,
    "caption": "text",
    "color": "text"
  },
  "isPublic": true,
  "upvotesCount": 1,
  "commentsCount": 1,
  "commentsTotalCount": 1,
  "estimation": 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
404
Not Found
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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
              "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
                  "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T15:10:16.323Z",
                "createdDate": "2025-05-12T15:10:16.323Z"
              },
              "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        }
      ],
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z"
}
{
  "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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
              "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
                  "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T15:10:16.323Z",
                "createdDate": "2025-05-12T15:10:16.323Z"
              },
              "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        }
      ],
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z"
}
put
Path parameters
indexinteger · int32Required
commentIdstringRequired
Body
statebooleanOptional
Responses
200
Success
application/json
400
Bad Request
application/json
404
Not Found
application/json
default
Error
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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
          "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
          "timezone": "text"
        },
        "lastEditDate": "2025-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
        "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
        "timezone": "text"
      },
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    },
    "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-05-12T15:10:16.323Z",
    "createdDate": "2025-05-12T15:10:16.323Z"
  },
  "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
              "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
              "timezone": "text"
            },
            "lastEditDate": "2025-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "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-05-12T15:10:16.323Z",
            "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
            "timezone": "text"
          },
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        },
        "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-05-12T15:10:16.323Z",
        "createdDate": "2025-05-12T15:10:16.323Z"
      },
      "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
                  "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                  "timezone": "text"
                },
                "lastEditDate": "2025-05-12T15:10:16.323Z",
                "createdDate": "2025-05-12T15:10:16.323Z"
              },
              "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-05-12T15:10:16.323Z",
                "firstPurchaseDate": "2025-05-12T15:10:16.323Z",
                "timezone": "text"
              },
              "lastEditDate": "2025-05-12T15:10:16.323Z",
              "createdDate": "2025-05-12T15:10:16.323Z"
            },
            "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-05-12T15:10:16.323Z",
            "createdDate": "2025-05-12T15:10:16.323Z"
          },
          "isThreadStarter": true,
          "threadStarterId": "text",
          "threadComments": [
            "[Circular Reference]"
          ],
          "lastEditDate": "2025-05-12T15:10:16.323Z",
          "createdDate": "2025-05-12T15:10:16.323Z"
        }
      ],
      "lastEditDate": "2025-05-12T15:10:16.323Z",
      "createdDate": "2025-05-12T15:10:16.323Z"
    }
  ],
  "lastEditDate": "2025-05-12T15:10:16.323Z",
  "createdDate": "2025-05-12T15:10:16.323Z"
}
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
400
Bad Request
application/json
404
Not Found
application/json
default
Error
application/json
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