- 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.
Authorization Headers:
This method supports the following optional headers to define how the API authorizes access for the request:
login-account: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format:accountTypes/{loginAccountType}/accounts/{loginAccountId}linked-account: (Optional) The resource name of the account with an established product link to thelogin-account. Format:accountTypes/{linkedAccountType}/accounts/{linkedAccountId}
HTTP request
GET https://datamanager.googleapis.com/v1/{parent=accountTypes/*/accounts/*}/partnerLinks:search
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Account to search for partner links. If no Format: |
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. A filter string. All fields need to be on the left hand side of each condition (for example: Supported operations:
Supported fields:
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