REST
I configured multiple repositories in local nuxeo. I created a new Document Container inside the new repository and try to fetch this document using a page provider. Nuxeo is throwing this exception javax.servlet.ServletException: ...
0 votes
1 answers
1 comments
1001 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
977 views
Hi Eveybody Im triying execute the next endpoint http://localhost:8080/nuxeo/api/v1/search/lang/(psq,sql,potsgressql,etc)l/execute?query=SELECT * FROM documento_base But the execute return a Exception: … “infos”: [], “statusCode”: 400, ...
0 votes
1 answers
0 comments
877 views
When making the preview of a document we need to specify the format of the document. In this example we want to preview a photo, so the format is image : ...
0 votes
1 answers
0 comments
716 views
how to upload file into nuxeo using spring boot rest api http://localhost:8080/nuxeo
0 votes
1 answers
0 comments
1078 views
I'm trying to count how much disk space the workspace is using, so I'm using NXQL rest api . This is my query: http://localhost:8080/nuxeo/site/api/v1/search/lang/NXQL/execute?query=SELECT COUNT(file:content/length) FROM Document Where ecm:isTrashed ...
0 votes
3 answers
0 comments
1455 views
Hi guys, I have a bad situation, Nuxeo isn't going well :(. I use Nuxeo 9.10 version and Nuxeo has a lot of performance issues. I attached appdynamics screenshots. As you can see some methods are very slow, such as /nuxeo/api/v1/path, ...
0 votes
1 answers
0 comments
1051 views
I'm trying to retrieve document custom schema properties via a REST call. I am only able to pull basic document details. I would like to pull the custom schema fields for my document type via rest. Is this possible, and if so how can it be done? ...
0 votes
2 answers
0 comments
1306 views
Hi I want to know when ecm:versionVersionableId is set to be null and when it will be not null.
0 votes
2 answers
1 comments
843 views
Hi, I am using the REST API to search a Nuxeo LTS2019 document base. This request: ...
0 votes
1 answers
1 comments
1852 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
1580 views
I tried to make a call HTTP using a request to complete a task :HOST/nuxeo/api/v1/task/{taskId}/{action} adding the values of two parameters(taskId,action) But I have an exception 500 What does it mean ?
0 votes
1 answers
0 comments
1145 views
0 votes
2 answers
5 comments
1211 views
What is the way to create a document and set a managed blob on it using the rest API, on a 10.3 snapshot? I have a custom blob provider, my client layer knows the id of the blob in the remote provider.
0 votes
1 answers
1 comments
1483 views
How can I allow a nuxeo group of users accounts to acces nuxeo only through the http rest API but deny them acces to the nuxeo web ui (jsf ui) ? I have searched the documentation but found nothing, please help!
0 votes
0 answers
0 comments
1270 views