REST-API
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
72 views
how to upload file into nuxeo using spring boot rest api http://localhost:8080/nuxeo
0 votes
1 answers
0 comments
164 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
160 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
157 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
212 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
383 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
552 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
1252 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
527 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
646 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
513 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
644 views
Is that possible to use internationalization system (properties files) with FreeMarker and the Web-Engine ? Thanks
0 votes
0 answers
0 comments
678 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
1209 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
1150 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
1216 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
1318 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
972 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
896 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
998 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
1693 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
1136 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
2008 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
1348 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
1381 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
1313 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
1683 views
Hi all, I would create a new bundle in nuxeo, where I want to use JAVA API and publish new REST API. I have any difficulties to create new REST API, How can I do it? Thank you in Advance.
0 votes
1 answers
1 comments
1238 views
Hi, I am trying to upload a document to Nuxeo, which - according to the example in QA-Friday example is consisted of a 2-steps process: the 1st step, of uploading the file(s), works fine the 2nd step fails: I am trying to use the more capable API, ...
0 votes
1 answers
0 comments
2456 views
Hello, I'm struggeling with the documentation explanation. I'd like to call the automation chain with the rest api, with multiple documents on input. I have no problem with one document; the body request look like that: { "input": ...
0 votes
1 answers
1 comments
2495 views
I'm using java-client (same with curl invoking REST-API) to upload some image in a local instance of Nuxeo. The upload goes fine, but after this, I try to get Image thumbnail and a error occurs. The error is caused because the thumbnail, small and ...
0 votes
2 answers
1 comments
1697 views
Path is not reflected with renamed folder name. In the below nuxeo response renaming a folder (latestFolder to Flower ) changes the title but not the path. Even I renamed rose folder to rose1 but still path shows the old value. So can anyone help me ...
0 votes
1 answers
0 comments
1225 views
I m into coding a one page application using the REST API, Auth being managed by token auth. I was quite surprised to discover that the user endpoint gives access to users passwords to any user using the API ! Could this user attribute be reserved ...
0 votes
1 answers
0 comments
1043 views
I have read that nuxeo offers DIGEST_AUTH, WEBDAV_BASIC_AUTH, ANONYMOUS_AUTH Whiler for Rest Service we add a plugin. <urlPatterns> <url>(.*)/api/v.*</url> </urlPatterns> <replacementChain> ...
3 votes
1 answers
0 comments
1604 views
Hi, I have multiple transcoded binary for my video and I try to delete a transcoded binary with curl : curl -u Administrator:Administrator -X DELETE ...
0 votes
1 answers
0 comments
1035 views
I calling Nuxeo rest API to delete a document like below: DELETE: /nuxeo/site/api/v1/id/:9b2e39ca-b1cc-4df2-8243-0e3b8bd46032 Result: document is getting deleted from database but always throws an error like below: ...
-1 votes
0 answers
2 comments
7669 views
Hi Normally one follows the recipe of querying a folder, get the UID and next issue a startswith on the ecm:path to get the contents of a folder (Workspace, Section). With Collections it is a different cookie: $query = “SELECT * FROM Document WHERE ...
0 votes
3 answers
1 comments
3155 views
Can someone explain to me the difference between Blob.Get and Document.Fetch or nowadays called: Document.GetBlob and Repository.GetDocument ? At first I was under the impression that getDocument would download the document and getBlob could ...
0 votes
1 answers
1 comments
2086 views
Am I correct that this function in the PHP library/client for REST automation has not been implemented yet? $docVersion = $this->documents[$index]->getProperty('dc:version') ; Where documents[] is the resultset of a call : `$this->answer = ...
0 votes
2 answers
6 comments
1919 views