rest
Hi, I will upload assets using the REST API. I will upload large videos in the DAM from mobile devices. Thus, I need to be able to do pause/resume uploads as the connectivity may be inconsistent. I store my assets in AWS S3 and I know S3 supports ...
0 votes
1 answers
2 comments
1923 views
Hi, Can I use the REST API to create workspace and add access rights for user ? Thanks in advance
0 votes
1 answers
1 comments
4795 views
When you start a workflow via REST ( Context.StartWorkflow operation), how can you get the workflowInstanceId context variable populated by the operation? The REST call returns the JSON document, but not this context variable.
0 votes
1 answers
0 comments
4642 views
Hello, I want to handle CAS authentication against nuxeo with a JS frontend (angular) For that I want to intercept 401 responses sent from server as I can make CAS dialog happen from that point. It seems i'm getting into this issue: ...
1 votes
0 answers
1 comments
2264 views
Hi the example for adapters in the REST Api section of the documentation does not work /nuxeo/api/v1/id/{docId}/@blob/file:content/@op/Blob.ToPDF the first part /nuxeo/api/v1/id/{docId}/@blob/file:content/ does provide the binary file, but adding ...
0 votes
2 answers
2 comments
2130 views
Hi There, I've installed the template-rendering-addon and configured it to automatically associate to a documenttype. If I create a new document by using the web interface of Nuxeo it works fine. However if I try to create a new document using the ...
0 votes
0 answers
0 comments
1853 views
Environment OS: Windows server 2008R2 service pack 1 Java : JDK 1.7 64 bits Nuxeo server: heap memory = 999 Mo Nuxeo base contents : 100 000 documents search full index disabled document created without ACLs Scenario a) After creation of 20 000 more ...
1 votes
1 answers
0 comments
1910 views
Hi There, Currently I'm trying to do a ajax call from a.domain.com (a website) to b.domain.com (nuxeo). In order to do this I extended the CORS with the following extension: <?xml version="1.0"?>
<component ...
0 votes
1 answers
4 comments
2099 views
Hi, I'm trying to convert a PNG image to JPG via the REST API and the Blob.Convert extension point on a 5.8 instance running locally with DAM installed. The curl command is: curl -u Administrator:Administrator -H 'Content-Type: ...
0 votes
0 answers
0 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
3330 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
3663 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
2463 views
I'm attempting to retrieve a selection of documents from a Nuxeo server using the REST automation APIs (from C++ using libCURL). I'm new to Nuxeo, so I'm trying to 'prototype' the calls using CURL from the command line. We've defined some custom ...
0 votes
2 answers
2 comments
3020 views
I have seen multiple references on how to programmatically complete a task, such as using Workflow.CompleteTaskOperation. However, I can't seem to find the correct REST call. Here's the REST endpoint that I am attempting to use: curl -X POST -u ...
0 votes
2 answers
0 comments
3616 views
Hi, Is it possible to attach a file to a document by sending a POST request to http://localhost:8080/nuxeo/restAPI/default/07e47804-db53-4598-8a0a-427749c6e762/file/upload, where '07e47804-db53-4598-8a0a-427749c6e762' is the docid and 'file' is what ...
0 votes
1 answers
0 comments
4077 views