Method: accounts.get
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Получает указанную учетную запись. Возвращает NOT_FOUND
если учетная запись не существует или если вызывающая сторона не имеет к ней прав доступа.
HTTP-запрос
GET https://mybusiness.googleapis.com/v4/{name=accounts/*}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Имя учетной записи для получения. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр Account
.
Области авторизации
Требуется одна из следующих областей OAuth:
-
https://www.googleapis.com/auth/plus.business.manage
-
https://www.googleapis.com/auth/business.manage
Дополнительную информацию см. в обзоре OAuth 2.0 .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eThis document details how to get information about a specific Google My Business account using the Accounts API.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires an HTTP GET request with the account name specified as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe response provides the account details in the response body, if the account exists and the caller has access.\u003c/p\u003e\n"],["\u003cp\u003eThis API is deprecated, it's recommended to use the Account Management API instead for accessing account information.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required with specific OAuth scopes, including 'plus.business.manage' or 'business.manage'.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.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\n| Deprecated. Please use the [Account Management API](https://developers.google.com/my-business/reference/accountmanagement/rest/v1/accounts/get) instead.\nGets the specified account. Returns `NOT_FOUND` if the account does not exist or if the caller does not have access rights to it.\n\n### HTTP request\n\n`GET https://mybusiness.googleapis.com/v4/{name=accounts/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|--------------------------------------------|\n| `name` | `string` The name of the account to fetch. |\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 [Account](/my-business/reference/rest/v4/accounts#Account).\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/plus.business.manage`\n- `https://www.googleapis.com/auth/business.manage`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]