Method: brands.agents.integrations.list

List integrations.

HTTP request

GET https://businesscommunications.googleapis.com/v1/{parent=brands/*/agents/*}/integrations

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The unique identifier of the agent. If the brand identifier is "1234" and the agent identifier is "5678", this parameter resolves to "brands/1234/agents/5678".

Query parameters

Parameters
pageSize

integer

Currently this field is unsupported because the number of agent-level integrations is too few for pagination to be needed. This field will be ignored if passed.

Specify the maximum number of results for the server to return. The server may further limit the maximum number of results returned per page. If the pageSize is 0, the server will decide how many results are returned.

Optional

pageToken

string

Currently this field is unsupported as the number of agent-level integrations is too few for pagination to be needed. This field will be ignored if passed.

The nextPageToken value returned from a previous List request, if any.

Optional

Request body

The request body must be empty.

Response body

Response for integrations.list.

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

JSON representation
{
  "integrations": [
    {
      object (Integration)
    }
  ],
  "nextPageToken": string
}
Fields
integrations[]

object (Integration)

List of integrations.

nextPageToken

string

Currently this field is unsupported because the number of agent-level integrations is too few for pagination to be needed.

The pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.