Enterprises: getStoreLayout

返回企业的商店布局。如果商店布局 尚未设置,则返回“basic”作为商店布局类型, 首页。

请求

HTTP 请求

GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/storeLayout

参数

参数名称 说明
路径参数
enterpriseId string 企业的 ID。

授权

此请求需要获得以下范围的授权:

范围
https://www.googleapis.com/auth/androidenterprise

如需了解详情,请参阅身份验证和授权页面。

请求正文

使用此方法时请勿提供请求正文。

响应

如果成功,此方法将返回采用以下结构的响应正文:

{
  "kind": "androidenterprise#storeLayout",
  "homepageId": string,
  "storeLayoutType": string
}
属性名称 说明 备注
homepageId string 将用作首页的商店页面的 ID。首页是 Google Play 企业版商店中显示的第一页。

不指定首页等同于将商店布局类型设置为“基本”。
storeLayoutType string 商店布局类型。默认情况下,此值设为“basic”(如果未设置 primaryId 字段),设置为“custom”否则。如果设置为“基本”,布局将包含已针对用户列入白名单的所有已批准的应用。

可接受的值包括:
  • basic
  • custom
kind string