- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2015 05:19 AM
The REST API http://localhost:8080/nuxeo/site/api/v1/path/default-domain/workspaces/templatesamples/MyFolder/NEFT... gives the following standrad response:
{
"entity-type": "document",
"repository": "default",
"uid": "04525460-9b9d-430c-b35d-16b21494f093",
"path": "/default-domain/workspaces/templatesamples/MyFolder/NEFT.png",
"type": "File",
"state": "project",
"parentRef": "8dc40f62-24dc-42ea-bd19-a8114e7bb94d",
"versionLabel": "0.0",
"isCheckedOut": true,
"title": "NEFT.png",
"lastModified": "2015-06-01T17:23:00.00Z",
"facets": [
"Downloadable",
"Commentable",
"Versionable",
"Publishable",
"HasRelatedText",
"Thumbnail"
],
"changeToken": "1433179380000",
"contextParameters": {}
}
Is there any way to get the entire metadata for the document, like creation time, tags, or any custom metadata?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2015 10:28 AM
Use the X-NXDocumentProperties
HTTP header, see the doc at Special HTTP Headers.
It's also the topic of this blog post: How to Retrieve Custom Metadata with Content Automation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2015 10:28 AM
Use the X-NXDocumentProperties
HTTP header, see the doc at Special HTTP Headers.
It's also the topic of this blog post: How to Retrieve Custom Metadata with Content Automation.
