v2

latestOpenAPI 3.0.0Terms and conditions2026-08-064293107.7 KB
Feedback items

Create new plain feedbacks and submit to the desired feedback portal for further evaluation

post/feedback_portal/{portalId}/plain_feedback

Path parameters

portalIdstring required

Request body

workspaceIdstring
titlestring required
descriptionstring
ownerstring

Email address of the idea author. The backend looks up (or creates) the person record from this email and attributes the feedback to them. This is NOT a user ID — sending a numeric ID will return 400.

categoryIdstring
labelsstring[]
importanceIdstring

Portal importance — numeric ID OR exact name (case-insensitive). When omitted, the portal's isDefault: true importance is used (see GET /feedback_portal/{portalId}/importances).

companystring

Customer company — numeric ID OR exact name (case-insensitive). Resolve via GET /feedback_portal/{portalId}/companies.

Example request

{
  "owner": "user@example.com",
  "importanceId": "Critical"
}

Response

Create a plain feedback

string required