rest


Related Questions
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

Hello, I am trying to use Python to POST data to the Nuxeo Automation API. Unfortunately I am unable to compose the “multipart/related” portion of the message correctly – I always receive the message “Failed to parse multipart request” with cause ...
  0 votes
  1 answers
  0 comments
  5885 views

This is an old topic, I've seen that there was a proposal in 2011 to implement a .net version of the automation api : http://forum.nuxeo.com/index.php?t=rview&goto=19312&th=4861#msg_19312 Is there anynews on this topic ? Do you have solution ...
  0 votes
  0 answers
  0 comments
  2318 views

Hello, I use the automation API in javascript and I have to upload a file. It works well with browsers that support XMLHttpRequest Level 2 but not with others as IE 8. In this case, I use an iframe … and I have this: Request `Request URL: ...
  0 votes
  0 answers
  0 comments
  3657 views

Using the REST API, I can successfully create a File document, and use Blob.Attach to upload the primary file for this document. Is there any way to attach supplementary files as well? I want to imitate the UI action of going to the “Files” tab, and ...
  1 votes
  1 answers
  2 comments
  3519 views

We are using the REST API for our system and we're using many group to manage rights. We discovered that for almost every call that we make to the Nuxeo server, many many query are made to the Postgres database to build the user context. This ...
  1 votes
  0 answers
  0 comments
  2099 views

May i know the client code for delete a particular file from remote server(nuxeo)through REST API. Please share your views with me! Thanks
  0 votes
  1 answers
  1 comments
  3594 views

I have no trouble creating a document of type “File” and then attaching an image as a Blob using the Blob.Attach operation. However, I cannot work out how to create a document of type “Picture” with an image attached. The document creation step ...
  4 votes
  1 answers
  4 comments
  3523 views