Попробуйте сервер MCP для Google Analytics. Установите его с
GitHub и ознакомьтесь с
анонсом для получения более подробной информации.
Method: accounts.accessBindings.get
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Получает информацию о привязке доступа.
HTTP-запрос
GET https://analyticsadmin.googleapis.com/v1alpha/{name=accounts/*/accessBindings/*}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Имя привязки доступа, которую требуется получить. Форматы: accounts/{account}/accessBindings/{accessBinding} — свойства/{property}/accessBindings/{accessBinding}. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр AccessBinding
.
Области авторизации
Требуется одна из следующих областей OAuth:
-
https://www.googleapis.com/auth/analytics.manage.users.readonly
-
https://www.googleapis.com/auth/analytics.manage.users
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eRetrieves details about a specific access binding using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes path parameters to specify the desired account and access binding for retrieval.\u003c/p\u003e\n"],["\u003cp\u003eRequires appropriate authorization scopes for user access and management within Google Analytics.\u003c/p\u003e\n"],["\u003cp\u003eResponse provides an instance of AccessBinding containing the requested information.\u003c/p\u003e\n"]]],["This document outlines the process for retrieving access binding information via an HTTP GET request. The request is directed to a specific URL using gRPC Transcoding syntax, with the required `name` parameter specifying the access binding's location within `accounts` or `properties`. The request body must be empty. A successful response returns an `AccessBinding` instance. Authorization requires one of two specified OAuth scopes, allowing either read-only or full management of user access.\n"],null,["# Method: accounts.accessBindings.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets information about an access binding.\n\n### HTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1alpha/{name=accounts/*/accessBindings/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the access binding to retrieve. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding} |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.manage.users.readonly`\n- `https://www.googleapis.com/auth/analytics.manage.users`"]]