REST-API


Related Questions
Is that possible to use internationalization system (properties files) with FreeMarker and the Web-Engine ? Thanks
  0 votes
  0 answers
  0 comments
  1208 views

Hi All, I am currently evaluating Nuxeo as the repository of our digital assets like image, audio and video files. One feature we absolutely require is the ability to create metadata via RESTful API calls. As far as I have understood, this is not ...
  1 votes
  2 answers
  3 comments
  2226 views

Hi, I am trying to develop a java program (java client + rest API) that allows to create nuxeo documents by using as input a csv file. I followed the tutorial of nuxeo “https://doc.nuxeo.com/nxdoc/java-client/#operation-api” and I created a document ...
  0 votes
  0 answers
  0 comments
  2030 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
  2454 views

Hello Team, Can some let me know how can I download the multiple documents in a zip file using nuxeo downloandFilesZip with sample input file using REST API,  any help on the same would be appreciated. Thanks & Regards Reddy KYS
  0 votes
  0 answers
  0 comments
  2240 views

I want to get the total storage size used currently and the size used by each workspace through Rest API or Java SDK. Is there any way to perform this?
  0 votes
  1 answers
  0 comments
  1670 views

It seems that the Rest API can not cover all functions. Can I use Rest API to get some monitoring metrics such as the number and size of documents?
  0 votes
  0 answers
  0 comments
  1410 views

Hi, I'd like to re-attach an existing attached file of document to a new created document without having to re-upload it (via REST/API js). ex: File is in docA “files:files[0]” I'd like to attach this file to docB “file:file” via REST API tx.
  2 votes
  0 answers
  0 comments
  1609 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
  2775 views

Hi, Java Client Library 2.3 for the Nuxeo Platform REST APIs documentation about users/groups have reference only to CRUD operations of both entities and ADD user to group operation, but there's not references about rest of operations like 'remove ...
  1 votes
  1 answers
  0 comments
  1723 views

We are upgrading NP from 8.3 to 9.1, and when I run the very same REST-API test-setup (i.e. code/machine/Java/etc) - which works fine against an NP8.3 - against an NP9.1, the call to the NP9.1 fails with “java.lang.IllegalStateException: Already ...
  0 votes
  2 answers
  2 comments
  3747 views

Hi Thomas, After packaging my angular app as nuxeo module and deployed to nuxeo server side, I got nuxeo a REST API issue on user behind CAS connection : OPTIONS http://localhost:8080/nuxeo/json/cmis net::ERR_NAME_NOT_RESOLVED Fetch API cannot load ...
  0 votes
  1 answers
  0 comments
  2037 views

Hi, Having created a document with the REST API, I can, on the web interface, generate a docx file rendering, using a docx template associated with this document type. Is it possible to programmatically generate this rendering, and access the docx ...
  0 votes
  1 answers
  0 comments
  2013 views

Hi, After uploading file (JavaScript File) through my service using nuxeo-js-client, I have this error on nuxeo server's document preview and in adobe reader (see attached) : PDF.js v1.5.188 (identifiant de compilation : 0e2d50f) Message : Invalid ...
  0 votes
  2 answers
  1 comments
  2159 views

Hi, I try to use angular-nuxeo to attach a blob, but I get excute exception. Here is my code : documentUploader(uid: string, file : File): IPromise<Object> { let defer = this.$q.defer(); let options : any = {}; options.operationId = ...
  0 votes
  8 answers
  8 comments
  2334 views