what is a document Id or where can i see the document id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2014 03:10 PM
I am using rest api to create or update a document.
i have to provide a prentdocumentId in that .
where can i find that documentid ?
in nuxeo connect or admin center or platform ??
i saw the document title , description etc , but where can i see the ID ?
is it in the db?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2014 01:42 PM
you can see that in dublincore table !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2014 09:49 AM
Hello,
You don't need to use underlying db to get the id of your document in this case. If you want a more "human readable" way to create a document you can use parent path,or NXQL if you need to access documents using a more specific logic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2014 09:51 AM
Example with java automation client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2014 09:58 AM
If you click the "Permanent link" button (after the title), or the Permanent link sharing option (top right), you'll see the unique id of a given document.
