- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Searches for all partner links to and from a given account.
HTTP request
GET https://datamanager.googleapis.com/v1/{parent=accountType/*/accounts/*}/partnerLinks:search
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which owns this collection of partner links. Format: accountType/{accountType}/accounts/{accountId} |
Query parameters
| Parameters | |
|---|---|
pageSize |
The maximum number of partner links to return. The service may return fewer than this value. If unspecified, at most 10 partner links will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. The filter expression for filtering the partner links. The expression is a list of zero or more restrictions combined with logical operators Restrictions have the form The supported fields for traversal are:
Example: |
Request body
The request body must be empty.
Response body
Response from the SearchPartnerLinksRequest.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"partnerLinks": [
{
object ( |
| Fields | |
|---|---|
partnerLinks[] |
The partner links for the given account. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/datamanager