API-Playground
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
914 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
1056 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
1104 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
2566 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
3077 views
Russian text is not displayed in playground
0 votes
0 answers
0 comments
1264 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
2086 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
1584 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
1833 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
3396 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
1922 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
2244 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
3352 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
1564 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
1628 views