Method: accounts.accountLinks.get
傳回與要求網址中指定的帳戶連結資源名稱相關聯的 AccountLink
執行個體。如要取得帳戶連結資源名稱,請使用 list
方法。
HTTP 要求
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/accountLinks/*}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
name |
string
帳戶連結的資源名稱。格式為 accounts/{account_id}/accountLinks/{account_link_id} 。
|
回應主體
如果成功,回應主體會包含 AccountLink
的執行例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/travelpartner
詳情請參閱 OAuth 2.0 總覽。
保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-08-23 (世界標準時間)。
[null,null,["上次更新時間:2022-08-23 (世界標準時間)。"],[[["This API retrieves the details of a specific AccountLink resource using its unique name."],["You need to provide the AccountLink resource name in the URL path, structured as `accounts/{account_id}/accountLinks/{account_link_id}`."],["The request body should be empty, and a successful response will return an `AccountLink` object with the requested details."],["Authorization requires the `https://www.googleapis.com/auth/travelpartner` OAuth scope."]]],[]]