rest


Related Questions
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
  911 views

We wanted to perform an external REST call to a non-Nuxeo middleware within Nuxeo Studio. We were thinking of going the route of having an Automation Script perform this REST call with the Nashorn Engine. Is this possible? If so, what is the ...
  0 votes
  1 answers
  1 comments
  1168 views

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

Dear community, While using the Nuxeo PHP Automation Client I ran into some issues. When not using PHP Composer, loading and using the Automation Client is troublesome. * [SOLVED] by implementing the PSR-0 loader file as listed below. * I was ...
  0 votes
  6 answers
  2 comments
  4450 views

I would like to obtain the users and groups having the manage rights on a document. I call Document.GetUsersAndGroups (v6.0, seems it has been renamed since) that holds a “variable name” param that is supposed to set the so called context variable. ...
  0 votes
  1 answers
  0 comments
  2281 views

Hi,I am trying to get thumbnail image from the document id. I used the REST api ( http:` //localhost:8080/nuxeo/api/v1/id/{id of document}`) to get the thumbnail. When I update the headers with following values: name: X-NXenrichers value: thumbnail ...
  1 votes
  1 answers
  1 comments
  5374 views

Hi Folks, We have implemented CAS-SSO between Liferay and Nuxeo applications. We want to upload documents from Liferay to Nuxeo via REST client. So in this case, the user has already logged into the Liferay web application. How to bypass the REST ...
  0 votes
  1 answers
  0 comments
  2873 views

Following Automation REST Response documentation, we are able now to create a custom exception and return an appropiate http error code from our operations, as shown in the example below: { "entity-type": "exception", "code": ...
  1 votes
  1 answers
  0 comments
  2793 views

Hi We are currently using the batch/upload rest api to upload files, and we need to load more than one instance of Nuxeo, to distribute requests, but put an elastic load balance in front of the servers is causing a problem in upload (I imagine that ...
  0 votes
  1 answers
  0 comments
  10069 views

Hi, The question is in the title. I keep getting a 404 error whenever I try to POST a new dummy document. I even tried using a generated 'body' template of a document after doing a GET on a pre-generated document. Can someone share a working input ...
  0 votes
  1 answers
  0 comments
  3699 views

Hello, In the REST API documentation/sandbox page, it is indicated that automation operations can be invoked on a document by its path: POST /path/{docPath}/@op/{operationName} I did a little experiment and found that POST ...
  1 votes
  0 answers
  0 comments
  1795 views

Hi I cannot find in the playground nor in the endpoints a way to add or remove a group from a folder/workspace ACL using the REST API what's the endpoint to add a group to a single folder? I can change the folder definition but that applies to every ...
  1 votes
  2 answers
  0 comments
  3844 views

I am thinking to develop a custom @Operation that will execute calls to external REST services. I do not want to add dependencies if not necessary and before starting to use one of the many java implementations available (to implement a REST ...
  0 votes
  1 answers
  1 comments
  2094 views

Hello, I use the “rest api” in PHP for listing documents and download them. These documents can be in differents formats (doc, pptx, doc, …), but I want download only in PDF, like button PDF in Document management. How can I do that ? Thanks in ...
  0 votes
  1 answers
  0 comments
  12376 views

Hello, I have been following the “Blob Upload for Batch Processing” directions with some success in development, but I have run into a very severe problem when attempting to use it in a production configuration in a two-node cluster. I believe the ...
  3 votes
  0 answers
  2 comments
  2633 views