Items:Get
Gets a Chrome Web Store item. Provide projection="DRAFT" (case sensitive) in URL as a URL Parameter.
Request
HTTP request
GET https://www.googleapis.com/chromewebstore/v1.1/items/itemId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
itemId | string | Unique identifier representing the Chrome App, Chrome Extension, or the Chrome Theme. |
Optional query parameters | ||
projection | string | Determines which subset of the item information to return. Acceptable values are:
"DRAFT" is supported at this time. |
Authorization
This request requires authorization with the following scope.
Scope |
---|
https://www.googleapis.com/auth/chromewebstore.readonly |
The above URL is used as the scope parameter when generating an access token. For more details on API authorization and authentication, consult the OAuth 2.0 documentation. |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an Items resource in the response body.