Skip to content

Add sentiment for a submission

PUT
/api/form/sentiment

Add sentiment for a submission. Sentiment is used to track user feedback and improve the service.

submissionId
required
Guid
string format: uuid
InputSentiment
object
score
Int32

The score of the sentiment, from 1 to 5

integer format: int32
>= 1 <= 5
comment
String

An optional comment to provide additional context

string
nullable

No Content

Bad Request

ProblemDetails
object
type
String
string
nullable
title
String
string
nullable
status
Nullable`1
integer format: int32
nullable
detail
String
string
nullable
instance
String
string
nullable
key
additional properties
Object

Too Many Requests

ProblemDetails
object
type
String
string
nullable
title
String
string
nullable
status
Nullable`1
integer format: int32
nullable
detail
String
string
nullable
instance
String
string
nullable
key
additional properties
Object