Lists the feedback the caller has submitted on this license session, newest first.
const url = 'https://example.com/api/v1/provision/consumer/me/feedback';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/provision/consumer/me/feedbackParameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”The caller’s session; must belong to them.
Responses
Section titled “Responses”OK
A piece of feedback and what has been decided about it.
object
What kind of thing the user is telling you.
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.
The device it was submitted from, when the session recorded one.
Where a piece of feedback has got to.
Who decided, and when — both null while the item is still New.
The reviewer’s note, shown to the reporter as the reason.
The item this duplicates; set only when FeedbackStatusDto FeedbackItemDto.Status is Duplicate.
A piece of feedback and what has been decided about it.
object
What kind of thing the user is telling you.
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.
The device it was submitted from, when the session recorded one.
Where a piece of feedback has got to.
Who decided, and when — both null while the item is still New.
The reviewer’s note, shown to the reporter as the reason.
The item this duplicates; set only when FeedbackStatusDto FeedbackItemDto.Status is Duplicate.
Example
[ { "kind": "FeatureRequest", "status": "New" }]A piece of feedback and what has been decided about it.
object
What kind of thing the user is telling you.
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.
The device it was submitted from, when the session recorded one.
Where a piece of feedback has got to.
Who decided, and when — both null while the item is still New.
The reviewer’s note, shown to the reporter as the reason.
The item this duplicates; set only when FeedbackStatusDto FeedbackItemDto.Status is Duplicate.
Example
[ { "kind": "FeatureRequest", "status": "New" }]Unauthorized
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Forbidden
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}