Show items in the feed of this case, including case emails, attachments, and comments.
HTTP request
GET https://cloudsupport.googleapis.com/v2beta/{parent=*/*/cases/*}:showFeed
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the case for which feed items should be listed. |
Query parameters
Parameters | |
---|---|
orderBy |
Optional. Field to order feed items by, followed by Example: |
pageSize |
Optional. The maximum number of feed items fetched with each request. |
pageToken |
Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page. |
Request body
The request body must be empty.
Response body
The response message for the cases.showFeed endpoint.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"feedItems": [
{
object ( |
Fields | |
---|---|
feedItems[] |
The list of feed items associated with the given Case. |
nextPageToken |
A token to retrieve the next page of results. This should be set in the |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloudsupport
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
FeedItem
A feed item associated with a support case.
JSON representation |
---|
{ "eventTime": string, // Union field |
Fields | |
---|---|
eventTime |
Output only. Time corresponding to the event of this item. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Union field event_object . The object corresponding to the event. event_object can be only one of the following: |
|
comment |
Output only. A comment added to the case. |
attachment |
Output only. An attachment attached to the case. |
emailMessage |
Output only. An email message received in reply to the case. |
deletedAttachment |
Output only. A deleted attachment that used to be associated with the support case. |
EmailMessage
An email associated with a support case.
JSON representation |
---|
{ "name": string, "createTime": string, "actor": { object ( |
Fields | |
---|---|
name |
Identifier. Resource name for the email message. |
createTime |
Output only. Time when this email message object was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
actor |
Output only. The user or Google Support agent that created this email message. This is inferred from the headers on the email message. |
subject |
Output only. Subject of the email. |
recipientEmailAddresses[] |
Output only. Email addresses the email was sent to. |
ccEmailAddresses[] |
Output only. Email addresses CCed on the email. |
bodyContent |
Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads. |
TextContent
Stores text attached to a support object.
JSON representation |
---|
{ "plainText": string } |
Fields | |
---|---|
plainText |
Content in this field should be rendered and interpreted as-is. |