AI-generated Key Takeaways
-
Retrieves detailed information about a specific business chain using its unique identifier.
-
Requires providing the chain's resource name in the URL path for identification.
-
An empty request body is necessary, and a successful response will return a 'Chain' object containing the chain's data.
-
Authorization is required using specific OAuth scopes for access and management permissions.
Gets the specified chain. Returns NOT_FOUND
if the chain does not exist.
HTTP request
GET https://mybusiness.googleapis.com/v4/{name=chains/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The chain's resource name, in the format |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Chain
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.