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
  2391 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
  3425 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
  4457 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
  2287 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
  6160 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
  4572 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
  2537 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
  3526 views

For upload file using Rest API (Nuxeo Platform 7.3 ), I follow this link “https://doc.nuxeo.com/display/NXDOC/How+to+Upload+a+File+in+Nuxeo+Platform+Using+REST+API+Batch+Processing+Endpoint” . But I am getting “500 Internal Server Error” – “ Invalid ...
  0 votes
  1 answers
  4 comments
  3519 views

Is there a way I could specify custom HTTP Headers using AngularJS client? Options from the REST API are specified on that page : https://doc.nuxeo.com/display/NXDOC/Special+HTTP+Headers But I don't know how I can specify them using the AngularJS ...
  0 votes
  2 answers
  0 comments
  3404 views

I've been working on developping an angular application following this tutorial : https://doc.nuxeo.com/display/NXDOC/Developing+with+AngularJS and using the samples from the following page : https://github.com/nuxeo-sandbox/angular-nuxeo From that, ...
  0 votes
  1 answers
  4 comments
  2231 views

Hi, We received many spurious alerts in our monitoring system; it turns out that the HTTP client in use to access Nuxeo's REST APIs was following redirects. It seems that after something like DELETE /nuxeo/api/v1/path/docpath , Nuxeo responds with a ...
  1 votes
  1 answers
  0 comments
  1966 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
  3706 views

Hello, As part of some systems integration, I would like to generate an absolute URL for a given Nuxeo document. I have all of the pieces working except the base URL of the server. I have the following code: DocumentLocation docLoc = new ...
  0 votes
  0 answers
  0 comments
  3267 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
  1800 views

I was wondering what the best way would be to get a list of Workspaces the current user has access to. I want to do this via the API if possible. Can I use the Document.Filter Command Endpoint to do this if I filter on workspace as the type?
  0 votes
  1 answers
  0 comments
  2486 views

I have been playing around with the Nuxeo API Playground and have tried to get the Document.Filter Command End Point to work to no avail. Does this command work?? Has anyone else got it to work?
  0 votes
  0 answers
  1 comments
  1633 views

Hi There, I'm currently working on fixing the multi-tenant/LDAP issues. I did find a issue in the REST API and I want to fix this. Is it possible to overwrite a webobject (in my case: UserRootObject.java) in Nuxeo? Thanks in advance, Bauke Roo
  0 votes
  0 answers
  8 comments
  2103 views

Hi, I'm using nuxeo (ver. 5.9.5) via its REST API, and I'm currently experiencing a problem I don't seem to be able to overcome. The thing is, I'm requesting all the children under 'asset-library', with the following GET request: ...
  0 votes
  1 answers
  0 comments
  2238 views

Hi, I need to create and get collections using the REST API. I've been trying to GET the existing ones using the API playground but I can't find the way. Could you please tell me which call I must perform to: GET a collection PUT a new collection ...
  1 votes
  1 answers
  0 comments
  2504 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
  12387 views

Hi, I'd like to get (or set!) a tag to a document using the REST API. How can this be done? Thanks for any advice Christian
  1 votes
  2 answers
  6 comments
  4473 views

Hello Folk, I am integration Nuxeo Document management to php application. I want to know whether all the actions and functionalities are available in Restfull API ? also is every functionality available in SOAP api?. because my needs are i want to ...
  0 votes
  1 answers
  0 comments
  2317 views