A token to retrieve the next page of results. Set this in thepageTokenfield of subsequentcases.comments.listrequests. If unspecified, there are no more results to retrieve.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[],[]]
List all the comments associated with a case.
EXAMPLES:
cURL:
Python:
HTTP request
GET https://cloudsupport.googleapis.com/v2/{parent=*/*/cases/*}/commentsThe URL uses gRPC Transcoding syntax.
Path parameters
parentstringRequired. The name of the case for which to list comments.
Query parameters
pageSizeintegerThe maximum number of comments to fetch. Defaults to 10.
pageTokenstringA token identifying the page of results to return. If unspecified, the first page is returned.
Request body
The request body must be empty.
Response body
The response message for the comments.list endpoint.
If successful, the response body contains data with the following structure:
comments[]object (Comment)List of the comments associated with the case.
nextPageTokenstringA token to retrieve the next page of results. Set this in the
pageTokenfield of subsequentcases.comments.listrequests. If unspecified, there are no more results to retrieve.Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloudsupporthttps://www.googleapis.com/auth/cloud-platformFor more information, see the Authentication Overview .