Method: caseClassifications.search

Stay organized with collections Save and categorize content based on your preferences.

Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by " > ". For example "Technical Issue > Compute > Compute Engine".

HTTP request

GET https://cloudsupport.googleapis.com/v2beta/caseClassifications:search

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
query

string

An expression written in the Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out.

pageSize

integer

The maximum number of cases fetched with each request.

pageToken

string

A token identifying the page of results to return. If unspecified, the first page is retrieved.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

The response message for caseClassifications.search endpoint.

JSON representation
{
  "caseClassifications": [
    {
      object (CaseClassification)
    }
  ],
  "nextPageToken": string
}
Fields
caseClassifications[]

object (CaseClassification)

The classifications retrieved.

nextPageToken

string

A token to retrieve the next page of results. This should be set in the pageToken field of subsequent SearchCaseClassificationsRequest message that is issued. If unspecified, there are no more results to retrieve.

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.