REST-API


Related Questions
Hi Kevin , Florent Guillaume When I try to connect to login on automation through OATUH2 token I always get http 401 statut. curl -H "Authorization:Bearer 012453xxgqzl45" -X POST https://localhost:8080/nuxeo/api/v1/automation/login Response : ...
  1 votes
  3 answers
  1 comments
  2167 views

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 a problem with the OAuth 2 when i used the rest api just like the document first a create a new entry in the oauth2Clients directory, for instance with curl using this: curl -u Administrator:Administrator \ -H 'Content-Type: ...
  1 votes
  0 answers
  0 comments
  913 views

I am using Nuxeo rest APIs to upload images and some APIs are taking too much time on less tps (tested for 4 and 6 tps). After monitoring, I found that there is an update query for kv_transient_batchmanagercache table which is taking too much time ...
  0 votes
  0 answers
  2 comments
  673 views

how to upload file into nuxeo using spring boot rest api http://localhost:8080/nuxeo
  0 votes
  1 answers
  0 comments
  953 views

What is the difference between Rest API Endpoints and command endpoints? Both are having an endpoint for same operations like update document. When to use which endpoint?
  0 votes
  1 answers
  0 comments
  717 views

Hi All, We are getting this error when using REST API to load documents huge set of documents in Nuxeo and this issue is very much intermittent. Has anyone seen this issue before any thoughts about this?
  0 votes
  0 answers
  0 comments
  904 views

I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?
  0 votes
  2 answers
  0 comments
  853 views

Hello all, I have a question that involves a little bit of architecture and may sound a little bit of 'chew this for me cause my teeth didn't grow yet'. I have the following use case: When a request arrives into Nuxeo (REST API), I want to fetch ...
  0 votes
  1 answers
  0 comments
  1079 views

Hi, I'm trying to use the ILIKE operator with the REST API. I have a Workspace named 'Shared' on my instance, so from the Nuxeo NXQL Console it is working with “SELECT * FROM Document WHERE dc:title LIKE / ILIKE 'Shared' “. When I use GET (with ...
  0 votes
  2 answers
  1 comments
  1472 views

Hi people, According Oauth2 FLOW https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt, I tried to get access token by testing Access Token with a JWT with my Postman but I have some exceptions server side. Here How I ...
  0 votes
  6 answers
  16 comments
  4449 views

Hello, I use nuxeo LTS 2019. From a PHP app, i want to list vocabulary entries (for example 'country') using the REST API curl -X GET 'https://demo.nuxeo.com/nuxeo/api/v1/directory/country?' -H 'X-Authentication-Token: ...
  0 votes
  2 answers
  0 comments
  1253 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

Hi, I need to upload assets of different document type in a collection using Rest-api and I'm unable to do so. Can anyone please help me on this?? Thank you, Aman Kumar
  0 votes
  0 answers
  0 comments
  1058 views

Hi when i get a secific document using REST API , i'm getting the following informations in the json: . . . {“entity-type”:“document”, “repository”:“default”, “uid”:“dde893c1-ed1d-493e-8c11-51fe4b3aaf13”, ...
  0 votes
  1 answers
  3 comments
  1761 views

Is that possible to use internationalization system (properties files) with FreeMarker and the Web-Engine ? Thanks
  0 votes
  0 answers
  0 comments
  1203 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
  2219 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
  2015 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

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
  2228 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
  1663 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
  1399 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
  1599 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

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
  1716 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
  3740 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
  2026 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
  2004 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
  2144 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
  2327 views