Get a content item's metadata
{ getContentItemMetaData }
Returns all metadata and details for the chosen content item
Method
/API3/content/getContentItemMetaData
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
- Basic
Input Parameters
Name
itemId
Type
string
Description
The system content item ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Pyramid Content item object.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP