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.

Authorizations

Parameters

Query Parameters

submissionId
required
string format: uuid

Request Body required

object
score

The score of the sentiment, from 1 to 5

integer format: int32
>= 1 <= 5
comment

An optional comment to provide additional context

string
nullable

Responses

204

No Content

400

Bad Request

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

429

Too Many Requests

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties