Method: legacySdk.legacyOpenCases

Full name: projects.locations.instances.legacySdk.legacyOpenCases

Legacy RPC for getting a LegacySdk.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance of the legacy sdk. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body must be empty.

Response body

GetOpenCasesResponse is the response message to get the open cases.

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

JSON representation
{
  "payload": [
    {
      object
    }
  ]
}
Fields
payload[]

object (Struct format)

The instance of the legacy sdk.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.