cancel
Showing results for 
Search instead for 
Did you mean: 

what is a document Id or where can i see the document id

zod_
Champ on-the-rise
Champ on-the-rise

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?

4 REPLIES 4

zod_
Champ on-the-rise
Champ on-the-rise

you can see that in dublincore table !!

Antoine_Cordier
Star Contributor
Star Contributor

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.

Example with java automation client

Florent_Guillau
World-Class Innovator
World-Class Innovator

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.