Supports filtering, sorting, and pagination via query string parameters.
The feedback ID.
OK
Gets or sets the description associated with the feedback.
Gets or sets the rating associated with the feedback.
Gets or sets the notes associated with the feedback.
Gets or sets the internal notes associated with the feedback.
Gets or sets the externalId associated with the feedback.
Gets the metadata as a JSON document (read-only).
Gets or sets the description associated with the feedback.
Gets or sets the rating associated with the feedback.
Gets or sets the notes associated with the feedback.
Gets or sets the internal notes associated with the feedback.
Gets or sets the externalId associated with the feedback.
Gets the metadata as a JSON document (read-only).
Represents the name of the file associated with the attachment.
report.pdfIndicates the size of the file in bytes.
102400Represents the MIME type of the file content.
application/pdfRepresents the name this attachment.
Represents the description this attachment.
Represents the name of the file associated with the attachment.
report.pdfIndicates the size of the file in bytes.
102400Represents the MIME type of the file content.
application/pdfRepresents the name this attachment.
Represents the description this attachment.
Forbidden
Not Found
GET /public/v1/helpdesk/feedback/{feedbackId}/attachments HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2026-01-01T00:00:00.000Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2026-01-01T00:00:00.000Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"deleted": {
"at": "2026-01-01T00:00:00.000Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"icon": "text",
"revision": 1,
"feedback": {
"id": "text",
"audit": {
"created": {
"at": "2026-01-01T00:00:00.000Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2026-01-01T00:00:00.000Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"icon": "text",
"revision": 1,
"description": "text",
"requester": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
},
"account": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1,
"type": "Client",
"status": "Active"
},
"status": "Submitted",
"rating": 1,
"notes": "text",
"internalNotes": "text",
"externalId": "text",
"metaData": null,
"attachments": [
"[Circular Reference]"
]
},
"status": "Active",
"file": {
"id": "text",
"audit": {
"created": {
"at": "2026-01-01T00:00:00.000Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2026-01-01T00:00:00.000Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"icon": "text",
"revision": 1,
"type": "Icon",
"filename": "report.pdf",
"size": 102400,
"contentType": "application/pdf"
},
"name": "text",
"description": "text"
}
]
}