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 |
eventTime
string (
Timestamp
format)
Output only. Time corresponding to the event of this item.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
event_object
. The object corresponding to the event. event_object
can be only one of the following: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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |
comment
object (
Comment
)Output only. A comment added to the case.