Looker Studio API 参考文档
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
此 API 参考文档按资源类型组织整理。每种资源类型都有一个或多个数据表示形式以及一个或多个方法。
素材资源
有关 Asset 资源的详细信息,请参阅资源表示形式。
方法 |
HTTP 请求 |
说明 |
除非另有说明,否则 URI 相对于 https://datastudio.googleapis.com/v1 |
搜索
|
GET /assets:search
|
搜索用户的 Looker 数据洞察素材资源。
必需查询参数assetTypes
|
权限
如需详细了解权限资源,请参阅资源表示形式。
方法 |
HTTP 请求 |
说明 |
除非另有说明,否则 URI 相对于 https://datastudio.googleapis.com/v1 |
获取
|
GET /assets/assetName/permissions
|
获取资产的权限。
|
补丁
|
PATCH /assets/assetName/permissions
|
更新资产的权限。
|
添加成员
|
POST /assets/assetName/permissions:addMembers
|
向资产添加成员。
|
revokeAllPermissions
|
POST /assets/assetName/permissions:revokeAllPermissions
|
从资产中移除成员。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-07-11。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-07-11。"],[[["This API reference is structured around resource types, each with data representations and methods."],["The Assets resource allows you to search for Looker Studio assets using the `search` method and requires the `assetTypes` query parameter."],["The Permissions resource provides methods to manage asset permissions, including getting, updating, adding, and removing members."],["All URIs are relative to `https://datastudio.googleapis.com/v1` unless stated otherwise."]]],[]]