A message for our valued customers and partners: This site is retiring, including accounts and API keys, as we migrate to the new developer portal. If you use existing API keys you will be contacted with further migration instructions. Accounts and API keys are not shared between this developer portal and the new developer portal. We recommend you review the new portal's Get Started guide for details on registering a new developer account and requesting new API keys.

getContentMetadataById

get

getContentMetadataById

The Get Content Metadata endpoint will return the metadata associated with the specified content in the system.

Resource URL

https://test-apis.us-east-1.lmig.com/v1/nebula /{stack}/{tenant}/content-metadata/{contentId}

Query Parameters

Name Description
includeRenditions

indicates whether renditions should be retrieved and included in the search response. Rendition urls returned will be S3 URLs as stored in the system and will not be temporary pre-signed usable urls. Set this flag to true for all renditions including thumbnails. Filter the response for type "thumbnail" if only thumbnails are required.

Header Parameters

Name Description
Authorization
(required)

Apigee OAuth2 Bearer Token

UserToken
(required)

JWT used for document access control

RequestingApplication

API Key of the registered client application or application name provided by the Nebula team.

RequestTrackingId

Unique Id used to track the request end-to-end. Required for troubleshooting.

Request Body

Definitions


Name Type Description

Responses

Code Examples

Resource Summary

Security

Content Type

application/octet-stream

Category

Metadata

Schema:

HTTP Code Description

400

Insufficient data provided by the client

403

Client is not permitted to use this operation

404

Content metadata not found for given id

500

Internal server error

Working...