Skip to content

Turns the feedback down.

POST
/api/v1/provision/admin/feedback/{feedbackId}/decline
curl --request POST \
--url https://example.com/api/v1/provision/admin/feedback/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/decline \
--header 'Content-Type: application/json' \
--data '{ "note": "example", "duplicateOfId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'
feedbackId
required
string format: uuid

The feedback item.

Optional note, shown to the reporter as the reason.

One of:
null
Examplegenerated
{
"note": "example",
"duplicateOfId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

OK

A piece of feedback and what has been decided about it.

object
id
string format: uuid
kind

What kind of thing the user is telling you.

Allowed values: FeatureRequest ProblemReport GeneralComment
title
string
body
string
submittedAt
string format: date-time
entitlementId
string format: uuid
productId
string format: uuid
featureCatalogId
null | string format: uuid
requesterEmail

Where a reply would go. Empty for a pure device activation that left no address — the feedback is still worth reading, it just cannot be answered.

null | string
deviceName

The device it was submitted from, when the session recorded one.

null | string
status

Where a piece of feedback has got to.

Allowed values: New Accepted Declined Duplicate
reviewedBy

Who decided, and when — both null while the item is still New.

null | string
reviewedAt
null | string format: date-time
reviewNote

The reviewer’s note, shown to the reporter as the reason.

null | string
duplicateOfId

The item this duplicates; set only when FeedbackStatusDto FeedbackItemDto.Status is Duplicate.

null | string format: uuid

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Conflict

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string