API


Related Questions
when using REST API, we use Document.CheckOut to fetch the document. We have a use case to cancel the check-out without a check-in, i.e. “cancel” the checkout. Document.CheckIn always versions the document, either major or minor, which we do not ...
  0 votes
  2 answers
  0 comments
  1028 views

Hi, I have exported a PDF file from Nuxeo as a ZIP through the web ui. I would like to import the ZIP back into Nuxeo using the rest API. When I use the drag-and-drop import functionality of the web ui, I am able to successfully upload the ZIP. The ...
  0 votes
  1 answers
  1 comments
  871 views

Hi, I am looking to download/export documents from Nuxeo 6 through the REST API using a JS script. Ideally, I would like to download entire folder structures and maintain the structure and file metadata. I would appreciate any help, resources, or ...
  0 votes
  1 answers
  0 comments
  876 views

Bonjour, J'ai un problème avec mes requêtes NXQL, en effet je cherche à effectuer une recherche sur un champ (dc:title par exemple) qui ne soit pas sensible à la casse depuis une application développée avec Django et utilisant l'API Python de Nuxeo. ...
  0 votes
  0 answers
  0 comments
  944 views

Hi, I'm using the Nuxeo Python API with Nuxeo 10.10 and want to know if there is any way to fetch all accessible document while log as administrator. I've already find a way, but it's a bit tricky and i don't think it's the official way. Thanks in ...
  0 votes
  0 answers
  5 comments
  835 views

Hi, I want to know if we can get the groups authorized to edit / see a document using the Nuxeo Python API with Nuxeo 10.10. I know how to find groups & their users, how to extract each metadata from a Document, but the groups doesn't appear in ...
  0 votes
  1 answers
  0 comments
  851 views

Hi, I am using the REST API to search a Nuxeo LTS2019 document base. This request: ...
  0 votes
  1 answers
  1 comments
  1734 views

Hi, I use Nuxeo LTS 2019 and i plan to use PHP automation client to communicate with Nuxeo. Is it the right way ? what about the rest API ? I saw in the documentation that “The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST ...
  0 votes
  1 answers
  1 comments
  1302 views

Hi everybody, I want to use nuxeo js client o consume its REST api in my Angular 7 client, but i can't use it because this is a javascript package and it don't have any types definition for typescript. However i tried to include this library in my ...
  0 votes
  1 answers
  0 comments
  1829 views

Observed behavior: open WebUI and navigate to a folder drag'n'drop a css file called styles.css press Import check the document type, it will be Note, with “note:mime_type” property set to “text/plain” NuxeoUI on batch upload correctly sets the ...
  0 votes
  1 answers
  0 comments
  1558 views

Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import “org.nuxeo.client.api”. it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any ...
  0 votes
  1 answers
  3 comments
  2443 views

Hi, I want to merges blobs but when I try `nuxeoClient.operation('Blob.ConcatenatePDFs') .params({ filename: fileName }) .input(blobList) .execute() ` , I get ...
  0 votes
  5 answers
  4 comments
  4499 views

Hi, I want to convert non PDF doc to PDF with `doc.convert({ format: 'pdf' }) ` but I get 3304 Not Modified response for https://server/nuxeo/api/v1/repo/default/id/2c19d2f0-212e-4f84-9c56-f61c497e9ff9/@blob/blobholder:0/@convert?format=pdf ? I try ...
  0 votes
  2 answers
  0 comments
  1729 views

Hi all :) Can anyone please explain me why is used Nuxeo-java-client?
  0 votes
  1 answers
  0 comments
  1308 views

I am using fetch audit method to get history of particular document, but the thing is I want proper value of event as it is showing in nuxeo platform document history for example I am getting lifecycle_transition_event but I want Document lifecycle ...
  0 votes
  0 answers
  0 comments
  1673 views

For create file using Rest API (Nuxeo Platform 8.10 ), Postman I follow this link “https://doc.nuxeo.com/nxdoc/document-resources-endpoints/” POST http://NUXEO_SERVER/nuxeo/api/v1/id/{idOfParentDoc} { "entity-type": "document", "name":"newDoc", ...
  0 votes
  2 answers
  4 comments
  2765 views

Is there a API call to connect to Nuxeo Studio from JavaScript client in order to by pass credentials. Just curious, Nuxeo Studio trial version is ending soon and we are leaning towards more development through JavaScript client and API calls.
  0 votes
  1 answers
  4 comments
  1633 views

I am trying to assign a permanent permission to a group but I got null pointer exception when begin or end dates are not defined. ACE ace = new ...
  0 votes
  2 answers
  0 comments
  3396 views

Hello, i'm trying to change the SetLifeCycle to deleted in a document or send this doc to de trash but I don't knwo how I can do it. Any idea? I'm using nuxeo 5.8
  0 votes
  1 answers
  1 comments
  1788 views

Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help ...
  0 votes
  0 answers
  0 comments
  1898 views