v1
latestOpenAPI 3.0.02026-07-24234471.0 KBFeedback
Get a feedback
Retrieves a feedback by Id
get/feedback/{id}
Path parameters
idinteger required
ID is a generic type that is used to represent a unique identifier
Example:4455
Feedback ID
Response
Ok
Example response
{
"id": 4455,
"assigneeId": 4455,
"projectId": 4455,
"title": "This button doesn't work",
"dueDate": "2024-02-30",
"pageUrl": "https://example.com",
"voteCount": 1234,
"category": "Bug",
"Workflow": {
"id": 4455,
"name": "In Progress",
"sort": 1
},
"Assignee": {
"id": 4455,
"userId": 4455
},
"Screenshots": [
{
"id": 4455,
"width": 1920,
"height": 1080
}
],
"Session": {
"colorDepth": 24,
"dpi": 96,
"resolutionY": 96,
"resolutionX": 96,
"windowHeight": 1080,
"windowWidth": 1920,
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1234.0 Safari/537.36",
"uaData": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1234.0 Safari/537.36"
},
"Location": {
"postal": "90210",
"subdivision": "California",
"subdivisionCode": "CA",
"city": "New York",
"country": "United States",
"countryCode": "US",
"longitude": "-0.1278",
"latitude": "51.5074"
}
}