Get All Content Metadata Accesses
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
All content metadata access records for a content metadata item.
Request
GET
/content_metadata_access
Expand HTTP Query definition...
content_metadata_id
string
Id of content metadata
fields
string
Requested fields.
Response
200: Content Metadata Access
can
lock
object
Operations the current user is able to perform on this object
content_metadata_id
lock
string
Id of associated Content Metadata
permission_type
lock
string
Type of permission: "view" or "edit" Valid values are: "view", "edit".
group_id
lock
string
ID of associated group
user_id
lock
string
ID of associated user
400: Bad Request
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
message
lock
string
Error details
documentation_url
lock
string
Documentation link
429: Too Many Requests
message
lock
string
Error details
documentation_url
lock
string
Documentation link
Examples
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Get All Content Metadata Accesses\n\nVersion 4.0.25.14 (latest)\n\n### All content metadata access records for a content metadata item.\n\nRequest\n-------\n\nGET /content_metadata_access \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \ncontent_metadata_id \nstring \nId of content metadata \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: Content Metadata Access\n\nDatatype \nDescription \n(array) \n[ContentMetaGroupUser](/looker/docs/reference/looker-api/latest/types/ContentMetaGroupUser)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \ncontent_metadata_id \n*lock* \nstring \nId of associated Content Metadata \npermission_type \n*lock* \nstring \nType of permission: \"view\" or \"edit\" Valid values are: \"view\", \"edit\". \ngroup_id \n*lock* \nstring \nID of associated group \nuser_id \n*lock* \nstring \nID of associated user\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Python"]]