AI-generated Key Takeaways
-
The Looker Studio API was launched in developer preview on May 11, 2020, and became generally available on August 17, 2020.
-
Documentation updates address various issues like incorrect request methods, missing details for specific roles, and erroneous JSON keys for asset identification in permission endpoints.
-
The documentation now includes JSON examples for permission-related endpoints and clarifies the usage of
assetId
versusname
for assets. -
Redundant query parameters have been removed for improved API usability and accuracy.
2022-04-04
Documentation fixes and improvements:
- permissions:addMembers requires a
POST
request, notPATCH
. - Added details about the
LINK_VIEWER
andLINK_EDITOR
Role. - Removed
role
query parameter from search since it does not affect behavior. - Added JSON examples for permissions:addMembers, permissions:patch, permissions:revokeAllPermissions, and permissions type.
2020-10-29
Updated reference docs that erroneously used assetId
instead of name
as the
JSON key for assets for the permissions:addMembers, permissions:patch, and
permissions:revokeAllPermissions endpoints.
2020-08-17
General availability launch for the Looker Studio API.
2020-05-11
Developer preview launch for the Looker Studio API.