List integrations.
HTTP request
GET https://businesscommunications.googleapis.com/v1/{parent=brands/*/agents/*}/integrations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
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 |
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 |
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
If successful, the response body contains data with the following structure:
Response for integrations.list.
JSON representation |
---|
{
"integrations": [
{
object ( |
Fields | |
---|---|
integrations[] |
List of integrations. |
nextPageToken |
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. |