Skip to content

Lists the feedback the caller has submitted on this license session, newest first.

GET
/api/v1/provision/consumer/me/feedback
curl --request GET \
--url https://example.com/api/v1/provision/consumer/me/feedback
sessionId
string format: uuid

The caller’s session; must belong to them.

OK

Array<object>

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

Unauthorized

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

Forbidden

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