- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists comments on a Support Ticket.
HTTP request
GET https://partneroperations.googleapis.com/v1/{parent=partners/*/tickets/*}/comments
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent ticket to list comments for. Format: partners/{partner}/tickets/{ticket} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of comments to return. If unspecified, at most 50 comments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. Filter for comments. Supports |
Request body
The request body must be empty.
Response body
Response message for comments.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"comments": [
{
object ( |
| Fields | |
|---|---|
comments[] |
Comments for the specified ticket. |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/partner-operationshttps://www.googleapis.com/auth/partner-operations.readonly