cancel
Showing results for 
Search instead for 
Did you mean: 

Getting all metadata for a document using REST API

Pranav_Pal
Champ in-the-making
Champ in-the-making

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?

1 ACCEPTED ANSWER

Florent_Guillau
World-Class Innovator
World-Class Innovator

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.

View answer in original post

1 REPLY 1

Florent_Guillau
World-Class Innovator
World-Class Innovator

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.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.