<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting all metadata for a document using REST API in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/getting-all-metadata-for-a-document-using-rest-api/m-p/316652#M3653</link>
    <description>&lt;P&gt;Use the &lt;CODE&gt;X-NXDocumentProperties&lt;/CODE&gt; HTTP header, see the doc at &lt;A href="https://doc.nuxeo.com/display/NXDOC60/Special+HTTP+Headers#SpecialHTTPHeaders-X-NXDocumentProperties"&gt;Special HTTP Headers&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It's also the topic of this blog post: &lt;A href="http://www.nuxeo.com/blog/qa-friday-retrieve-custom-metadata-content-automation/"&gt;How to Retrieve Custom Metadata with Content Automation&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2015 14:28:24 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2015-06-04T14:28:24Z</dc:date>
    <item>
      <title>Getting all metadata for a document using REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-all-metadata-for-a-document-using-rest-api/m-p/316651#M3652</link>
      <description>&lt;P&gt;The REST API &lt;A href="http://localhost:8080/nuxeo/site/api/v1/path/default-domain/workspaces/templatesamples/MyFolder/NEFT.png" target="test_blank"&gt;http://localhost:8080/nuxeo/site/api/v1/path/default-domain/workspaces/templatesamples/MyFolder/NEFT.png&lt;/A&gt; gives the following standrad response:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{  
    "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": {}  
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is there any way to get the entire metadata for the document, like creation time, tags, or any custom metadata?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:19:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-all-metadata-for-a-document-using-rest-api/m-p/316651#M3652</guid>
      <dc:creator>Pranav_Pal</dc:creator>
      <dc:date>2015-06-03T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all metadata for a document using REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-all-metadata-for-a-document-using-rest-api/m-p/316652#M3653</link>
      <description>&lt;P&gt;Use the &lt;CODE&gt;X-NXDocumentProperties&lt;/CODE&gt; HTTP header, see the doc at &lt;A href="https://doc.nuxeo.com/display/NXDOC60/Special+HTTP+Headers#SpecialHTTPHeaders-X-NXDocumentProperties"&gt;Special HTTP Headers&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It's also the topic of this blog post: &lt;A href="http://www.nuxeo.com/blog/qa-friday-retrieve-custom-metadata-content-automation/"&gt;How to Retrieve Custom Metadata with Content Automation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 14:28:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-all-metadata-for-a-document-using-rest-api/m-p/316652#M3653</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-06-04T14:28:24Z</dc:date>
    </item>
  </channel>
</rss>

