Get Content Metadata

Version 4.0.24.6 (latest)

Get information about an individual content metadata record.

Request

GET /content_metadata/{content_metadata_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
content_metadata_id
string
Id of content metadata
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields.

Response

200: Content Metadata

Datatype
Description
(object)
can
object
Operations the current user is able to perform on this object
id
string
Unique Id
name
string
Name or title of underlying content
parent_id
string
Id of Parent Content
dashboard_id
string
Id of associated dashboard when content_type is "dashboard"
look_id
string
Id of associated look when content_type is "look"
folder_id
string
Id of associated folder when content_type is "space"
content_type
string
Content Type ("dashboard", "look", or "folder")
inherits
boolean
Whether content inherits its access levels from parent
inheriting_id
string
Id of Inherited Content
slug
string
Content Slug

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link