API-Playground


Related Questions
Dears i am calling work flow from my app as api so how can i pass variable for Context[“var”] or WorkflowVariables[“rec”] for more details see my example below http://localhost:8080/nuxeo/api/v1/id/de229144-4c2a-48c8-ab8c-7d5581c41f54/@workflow ...
  0 votes
  1 answers
  0 comments
  838 views

Dears that is first time to use nuxeo platform , it is excellent i have two question 1 - how i deploy my code i added it over web ui without using Nuxeo Drive ? 2 - how i can build my Api ? thanks
  0 votes
  2 answers
  0 comments
  980 views

Hi all, Please, I want to know if the API playground works behind an apache server using an auto-signed certificate ? I have a java snippet that works with two instance of nuxeo (which use a valide certificate) but it does not works with the third ...
  0 votes
  0 answers
  0 comments
  1025 views

Is there a swagger/openapi spec for the REST API? I see some jira issues but couldn't find anything useful..
  0 votes
  1 answers
  1 comments
  2487 views

Problem solved: check answer Hello, i am following the tutorial for jaxrs in order to make a webengine application. But, for the moment, i experiment a crash after having following the nuxeo tutorial for jaxrs: ...
  0 votes
  2 answers
  0 comments
  2977 views

Russian text is not displayed in playground
  0 votes
  0 answers
  0 comments
  1200 views

Hi, Having created a document with the REST API, I can, on the web interface, generate a docx file rendering, using a docx template associated with this document type. Is it possible to programmatically generate this rendering, and access the docx ...
  0 votes
  1 answers
  0 comments
  2007 views

Hello, I would like to create groups using REST API, but i also need to set values for specific properties but it won't work. API only allows to set value for “groupname”, “grouplabel”, “memberUsers” and “memberGroups”. Is there any way to set ...
  0 votes
  1 answers
  0 comments
  1512 views

Hi there! This questien is connected to question here: https://answers.nuxeo.com/general/q/dd5e7c4e1a5f4a3187eb8196af824ffb/NXQL-Cast-string-column-to-integ I would like to ask why some(not all) of my custom properties in custom types can't be ...
  0 votes
  0 answers
  1 comments
  1765 views

Hi there! I would like to know if there is a way to cast mine column which is string to integer in NXQL query. I want to do that because I want to either order by this column with desc attribute or choose the highest string (I didn't have any ...
  0 votes
  1 answers
  2 comments
  3256 views

When running Repository.Query command on Playground it works properly. Then I was playing with CURL request generated at Playground CURL Request UI tab it failed. Returning a really unhelpful message ...
  0 votes
  0 answers
  0 comments
  1841 views

I have a set up which syncs content from Nuxeo to Drupal. To add content from Nuxeo to Drupal is simple, I query for recently modified Nuxeo documents. However deleting content in Drupal if it is deleted in Nuxeo is a little trickier. Currently I'm ...
  0 votes
  1 answers
  3 comments
  2148 views

Hello, I'm struggeling with the documentation explanation. I'd like to call the automation chain with the rest api, with multiple documents on input. I have no problem with one document; the body request look like that: { "input": ...
  0 votes
  1 answers
  1 comments
  3257 views

Hi every one, I'm traying to start a workflow using Rest api , Right now i can start a workflow but how can i assign the workflow to another user using the parametre variables exemple: ...
  0 votes
  0 answers
  0 comments
  1498 views

I m into coding a one page application using the REST API, Auth being managed by token auth. I was quite surprised to discover that the user endpoint gives access to users passwords to any user using the API ! Could this user attribute be reserved ...
  0 votes
  1 answers
  0 comments
  1564 views

I calling Nuxeo rest API to delete a document like below: DELETE: /nuxeo/site/api/v1/id/:9b2e39ca-b1cc-4df2-8243-0e3b8bd46032 Result: document is getting deleted from database but always throws an error like below: ...
  -1 votes
  0 answers
  2 comments
  8424 views

Hi, There seems to be many unanswered, or incomplete, questions regarding the ability to import 'tags' associated with doctypes upon use of the CSV importer. A member of the community apparently wrote code to resolve, or add, this feature: ...
  0 votes
  1 answers
  0 comments
  2219 views

Can someone explain to me the difference between Blob.Get and Document.Fetch or nowadays called: Document.GetBlob and Repository.GetDocument ? At first I was under the impression that getDocument would download the document and getBlob could ...
  0 votes
  1 answers
  1 comments
  2984 views