Get content
The content here only contains high level information about the underlying artifact like - name, description, type, etc.
Having permission to content's metadata doesn't mean that the user will have access its raw content since it is governed by specific permissions defined by the content provider.
Request
URI
GET
https://{api_host}/content-management-service/api/contents/{id}
COPY
Path Parameters
string
id
Required
The UUID of the content
Responses
200
successful operation
Returns Content of type(s) */*
{
"lastUpdated": "string",
"createdDate": "string",
"contentId": "string",
"name": "string",
"contentTypeId": "string",
"tenantId": "string",
"description": "string",
"subtenantId": "string",
"id": "string",
"mimeType": "string",
"version": 0,
"dependencies": [
"string"
]
}
string As date-time As date-time
lastUpdated
Optional
lastUpdated
string As date-time As date-time
createdDate
Optional
createdDate
string
contentId
Optional
contentId
string
name
Optional
name
string
contentTypeId
Optional
contentTypeId
string
tenantId
Optional
tenantId
string
description
Optional
description
string
subtenantId
Optional
subtenantId
string As uuid As uuid
id
Optional
id
string
mimeType
Optional
mimeType
integer As int64 As int64
version
Optional
version
array of string
dependencies
Optional
dependencies
Consumer Content Operations
GET
Get content
GET
Get content data
GET
Get content list
POST
Upload content data