postman


Related Questions
I am using the “Nuxeo Management REST API” addon to target an asset to recomputing the renditions. With an NXQL query param, I find the asset to reprocess, but the call shows nothing has been scheduled. I expect it to tell me one queued for ...
  0 votes
  1 answers
  2 comments
  936 views

Hi, I need to upload assets of different document type in a collection using Rest-api and I'm unable to do so. Can anyone please help me on this?? Thank you, Aman Kumar
  0 votes
  0 answers
  0 comments
  1065 views

I have updated my document, which is Test.pdf with the following metadata : transaction:date = “2050-12-25”, transaction:time = “16:00:00”, transaction:id = “aaaa-bbbb” Below the rest api: PUT http:// { “entity-type”: “document”, “properties”: { ...
  0 votes
  1 answers
  2 comments
  1778 views

I am new to nuxeo. Is there possibilities to search document by directory and title. For example I have document “HelloWorld.doc” which is located inside “/default-domain/workspaces/Sample Content/PDF and Office Documents” . I can run rest api that ...
  0 votes
  1 answers
  0 comments
  2505 views

I am new to nuxeo and I would like to add customize metadata to the document, in my case it's transaction ID. For example I have created document from the file with rest api: POST http://nuxeo/nuxeo/api/v1/id/de72f8e6-348e-477b-8824-9b1c157b4f7d { ...
  1 votes
  3 answers
  2 comments
  3415 views

For create file using Rest API (Nuxeo Platform 8.10 ), Postman I follow this link “https://doc.nuxeo.com/nxdoc/document-resources-endpoints/” POST http://NUXEO_SERVER/nuxeo/api/v1/id/{idOfParentDoc} { "entity-type": "document", "name":"newDoc", ...
  0 votes
  2 answers
  4 comments
  2775 views