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
  1872 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
  2887 views

Hi, I want to integrate nuxeo in another website, so far I've been able to iterate all documents under a specific folder and/or having the specified tags, I would like to also preview the content on the said website, and this is where I am a bit ...
  0 votes
  0 answers
  1 comments
  2891 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
  10081 views

Hi, Today I've been playing with the ExportStructureToFS plugin. I noticed that bad NXQL queries result in 204 HTTP responses. How can I change it to get a 400 instead (if possible) ? Thanks
  0 votes
  0 answers
  0 comments
  1746 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
  2493 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
  1640 views

I have a property that can be multivalue and each value is a complex property that contains two string subproperty. Can someone give me an example of java code to set this type of property?
  0 votes
  1 answers
  0 comments
  5770 views

Hi, I am trying to use the API playground. I added the following CORS config to my app: <component name="org.nuxeo.cors"> <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService" ...
  0 votes
  2 answers
  3 comments
  4599 views

Hi, On http://demo.nuxeo.com/nuxeo/api/v1/doc Specially : http://demo.nuxeo.com/nuxeo/api/v1/doc#!/path/getDocumentByPath_get_0 We can't to make a request after “workspaces” level because of encoding url. Example GET by Path with docPath : ...
  0 votes
  0 answers
  4 comments
  2605 views

Hi There, I'm trying to test a simple rest call trough the console (firebug in firefox) on nuxeo 5.9.1 (I'm logged in) jQuery.ajax({ type: 'POST', url: '/nuxeo/api/v1/path/default-domain', data:{"entity-type": "document", "name":"docje", "type": ...
  0 votes
  1 answers
  0 comments
  3252 views

Hi There, I'm currently following the example on files upload and batch processing. (http://doc.nuxeo.com/display/public/NXDOC/REST+API) Step one, creating a batch and uploading a file works X-File-Name: testFile.txt, X-File-Idx:0, X-Batch-ID: ...
  0 votes
  1 answers
  1 comments
  3572 views

Hi, I'm trying to retrieve documents by path using rest api v1 but how to retrieve documents with accented characters in names ? I only get errors returned so far In below attempts, I'm trying to retrieve children of document name “Acquéreurs” : $ ...
  0 votes
  2 answers
  0 comments
  2367 views

Hi, In my company, we'll use Nuxeo next year for DAM/DMS purposes. We have ~60 subsidiaries accross the world and thus we'll need to replicate our central storage to local one (or reginal one). Thinking about it, I could indeed deploy Nuxeo Box ...
  0 votes
  1 answers
  5 comments
  2449 views

I'm trying to invoke Nuxeo Services by local API, but I obtain NullPointerException. I see in the documentation , The services can be local (inside the same JVM) and most of them can be Also called remotely via RMI if your target Application Server ...
  0 votes
  1 answers
  0 comments
  2286 views