Feedback Types

Feedback type model

{
    id: 4,
    caption: "Customer Interview"
}

Feedback types enum (each numeric value can be used as a type ID in requests)

SurveyFeedback = 1,
Widget = 2,
NPS = 3,
CustomerInterview = 4,
VoteFeedback = 5, 
FeatureProposal = 6,
External = 7,
Email = 8

Last updated