- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.
HTTP request
GET https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/sfdcInstances/*}/sfdcChannels
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The client, which owns this collection of SfdcChannels. |
Query parameters
Parameters | |
---|---|
pageSize |
The size of entries in the response. If unspecified, defaults to 100. |
pageToken |
The token returned in the previous response. |
filter |
Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
readMask |
The mask which specifies fields that need to be returned in the SfdcChannel's response. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListSfdcChannelsResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
integrations.sfdcChannels.list
For more information, see the IAM documentation.