- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.cases.queryCaseViews
Queries views for a case.
HTTP request
GET https://{endpoint}/v1alpha/{name}:queryCaseViews
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
name |
Required. The case name to query views for. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of Views to return. The service may return fewer than this value. If unspecified, at most 50 Views 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 |
orderBy |
Optional. Configures ordering of Views in the response. If not specified, Views are returned in descending order of their create time. The orderBy string is a comma separated list of fields. Supported sort fields: * |
Request body
The request body must be empty.
Response body
Response message for CaseService.QueryCaseViews.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"caseViews": [
{
object ( |
| Fields | |
|---|---|
caseViews[] |
Output only. The list of views for the given case. |
nextPageToken |
Output only. A token, which can be sent as |
totalSize |
Output only. The total number of case views. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chronicle
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
chronicle.cases.get
For more information, see the IAM documentation.