AI-generated Key Takeaways
-
Returns metadata for a specified customer media item.
-
Uses a
GETrequest with the provided URL structure including path parameters for resource identification. -
Requires an empty request body and returns a
MediaItemobject on success. -
Needs authorization with specific OAuth scopes like
https://www.googleapis.com/auth/plus.business.manageorhttps://www.googleapis.com/auth/business.manage.
Returns metadata for the requested customer media item.
HTTP request
GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/media/customers/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
The resource name of the requested customer media item. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MediaItem.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/plus.business.managehttps://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.