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

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
  2877 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
  2885 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
  10075 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
  1735 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

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
  5761 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
  4587 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
  2597 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
  3247 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
  3563 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
  2358 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
  2440 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
  2281 views

Hi all, when I try to tag a document by following code, I obtain a nullpointerexception. Some suggest about how to use local java api? Thanks. I have a jsp with this code: **<% LocalSessionFactory lsf = new LocalSessionFactory(); CoreSession ...
  0 votes
  2 answers
  1 comments
  2163 views

Very new to Nuxeo. Would like to use Nuxeo for content management. Any Java API available that I can use in my app (separate from Nuxeo) to connect to the Nuxeo and upload / download files, etc? Any quick help / pointers appreciated. Thanks.
  0 votes
  1 answers
  0 comments
  1761 views

Is it possible to convert the result of Automation REST (JSON objects) in XML format ? (thinking of problems due to xPath and XML namespaces)
  0 votes
  0 answers
  0 comments
  1596 views