v2

OpenAPI 3.0.12026-08-0174115357.9 KB
Request

Get comment attachments

This method returns the attachments referenced in a comment.

Permissions required: Permission to view the customer request.

Response limitations: Customers can only view public comments, and retrieve their attachments, on requests where they are the reporter or a participant whereas agents can see both internal and public comments.

get/rest/servicedeskapi/request/{issueIdOrKey}/comment/{commentId}/attachment

Path parameters

issueIdOrKeystring required

The ID or key of the customer request that contains the comment.

commentIdinteger required

The ID of the comment.

Query parameters

startinteger

The starting index of the returned comments. Base index: 0. See the Pagination section for more details.

limitinteger

The maximum number of comments to return per page. Default: 50. See the Pagination section for more details.

Response

Returns the attachments, on the specified page of the results.

_expandsstring[]
isLastPageboolean

Indicates if this is the last page of records (true) or not (false).

limitinteger

Number of items to be returned per page, up to the maximum set for these objects in the current implementation.

sizeinteger

Number of items returned in the page.

startinteger

Index of the first item returned in the page.