Full name: projects.locations.instances.cases.caseWallRecords.fetchActivitiesCount
Fetches the count of activities for a given type.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseWallRecords |
Request body
The request body must be empty.
Response body
Response message for caseWallRecords.fetchActivitiesCount this return the number of activities for a given type.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "actions": integer, "statusChanges": integer, "tasks": integer, "comments": integer, "insights": integer, "pinnedChatMessages": integer, "favorite": integer } |
Fields | |
---|---|
actions |
Output only. The number of actions type wall records. |
statusChanges |
Output only. The number of status changes type wall records. |
tasks |
Output only. The number of tasks type wall records. |
comments |
Output only. The number of comments type wall records. |
insights |
Output only. The number of insights type wall records. |
pinnedChatMessages |
Output only. The number of pinned chat messages type wall records. |
favorite |
Output only. The number of favorite type wall records. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.