Page Summary
-
This method is deprecated and will no longer be accessible after September 30, 2025.
-
This method finds approved products that match a query or returns all approved products if no query is specified.
-
This method requires authorization with the
https://www.googleapis.com/auth/androidenterprisescope. -
The response includes information about approved products and pagination details.
Finds approved products that match a query, or all approved products if there is no query.
Request
HTTP request
GET https://www.googleapis.com/androidenterprise/v1/enterprises/ enterpriseId /products
Parameters
enterpriseId
string
approved
boolean
language
string
maxResults
unsigned integer
query
string
token
string
Authorization
This request requires authorization with the following scope:
| Scope |
|---|
https://www.googleapis.com/auth/androidenterprise
|
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind" : "androidenterprise#productsListResponse" , "pageInfo" : { "totalResults" : integer , "resultPerPage" : integer , "startIndex" : integer } , "tokenPagination" : { "nextPageToken" : string , "previousPageToken" : string } , "product" : [ products Resource ] }
| Property name | Value | Description | Notes |
|---|---|---|---|
tokenPagination
|
nested object
|
Pagination information for token pagination. | |
tokenPagination.
nextPageToken
|
string
|
||
product[]
|
list
|
Information about a product (e.g. an app) in the Google Play store, for display to an enterprise admin. | |
pageInfo
|
nested object
|
General pagination information. | |
pageInfo.
totalResults
|
integer
|
||
pageInfo.
resultPerPage
|
integer
|
||
pageInfo.
startIndex
|
integer
|
||
tokenPagination.
previousPageToken
|
string
|
||
kind
|
string
|
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#productsListResponse"
. |

