Method: projects.locations.specialistPools.list

Lists SpecialistPools in a Location.

Endpoint

get https://{service-endpoint}/v1beta1/{parent}/specialistPools

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The name of the SpecialistPool's parent resource. Format: projects/{project}/locations/{location}

Query parameters

pageSize integer

The standard list page size.

pageToken string

The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty.

readMask string (FieldMask format)

Mask specifying which fields to read. FieldMask represents a set of

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body must be empty.

Response body

Response message for SpecialistPoolService.ListSpecialistPools.

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

Fields
specialistPools[] object (SpecialistPool)

A list of SpecialistPools that matches the specified filter in the request.

nextPageToken string

The standard List next-page token.

JSON representation
{
  "specialistPools": [
    {
      object (SpecialistPool)
    }
  ],
  "nextPageToken": string
}