rest-api


Related Questions
On the api playground with demo.nuxeo.com i have tried a few operation that may accept a list of documents as input and i always get : { “entity-type”: “exception”, “code”: “java.lang.ClassCastException”, “status”: 500, “message”: ...
  0 votes
  0 answers
  0 comments
  1864 views

Does a documented list exist of error codes and messages which can occur when using the REST API ? For instance “file not found” is a message, but I could not find an associated errorcode. Is there a recommended way on handling these errors (in ...
  0 votes
  2 answers
  0 comments
  2389 views

I would like to use the REST API in a Shibboleth protected application. Our Nuxeo instance is also configured to use Shibboleth with the same Service Provider. How can I use the Shibboleth credentials so that I can have a token for the current user ...
  0 votes
  2 answers
  0 comments
  3422 views

Hi, I am facing issue while retrieving more than 50 files from nuxeo through API. Can anyone help me on how i could increase the number of files being retrieved. Thanks
  0 votes
  1 answers
  0 comments
  1558 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
  4453 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
  2283 views

Hi (Nuxeo 6.0) I observe that sometimes Nuxeo is happy with a “content-type” entry in the header and sometimes it is happy with “Content-Type” Is there a clear rule ? examples: id/ whereas group/search?q= Can you indicate the rule (or please select ...
  0 votes
  -1 answers
  3 comments
  1627 views

Hi.. I'm working with Angular and the Nuxeo API and have come across a weird issue. I can create documents but I cannot delete/update documents and I cannot upload files. The error I get is .. Response to preflight request doesn't pass access ...
  1 votes
  1 answers
  0 comments
  6155 views

Hi Everyone, Is there is any Rest API call to get All the Tags from Nuxeo? Thanks RK
  0 votes
  1 answers
  3 comments
  2593 views

Hello Everyone, I want to move content from one folder to another folder. Can we have any REST Api for moving from one folder to another folder ? Example. I have folder1 and folder2. Case1: I want to move filder1 into folder2. Cate 2 : I want to ...
  0 votes
  2 answers
  2 comments
  4570 views

Hi All, I am facing Issues in uploading multiple images in nuxeo using REST API. i am following below URL for the Batch upload https://doc.nuxeo.com/display/NXDOC/How+to+Upload+a+File+in+Nuxeo+Platform+Using+REST+API+Batch+Processing+Endpoint First ...
  1 votes
  1 answers
  3 comments
  2534 views

How can I create a custom Javascript login page, that will allow to connect the user to the Nuxeo platform ? I can't find any appropriate method in the API playground.
  1 votes
  1 answers
  3 comments
  4862 views

Hi, I'd like to use the GET /api/v1/group/search RESTAPI When I do this call, it does return success but without no entry. example using the Nuxeo playground: http://nuxeo.github.io/api-playground/#/resources/group/1/GET I try - as it is advised - ...
  0 votes
  0 answers
  3 comments
  1962 views

Is there a possibility to retrieve and post comments from a document, using Nuxeo REST API? I couldn't get them when fetching a document, using the Document.Fetch method from the Automation API.
  2 votes
  1 answers
  0 comments
  2199 views

Hello, I Have a problem, I have 2 servers available, 1 - default 2 - arizona I am trying to make a upload with Rest API, when I do the upload in directory nuxeo_url + '/api/v1/path/default-domain/workspaces' - success but when I do the upload in ...
  0 votes
  1 answers
  2 comments
  3523 views