rest-api
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
3673 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
3485 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
2312 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
2065 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
3822 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
3358 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
1896 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
2575 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
1716 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
2180 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
2322 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
2574 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
12489 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
4595 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
2416 views