rest api

How can I pass variables to the process using AngularJS and REST API?

Hello!

I need help with Angular/Bonita interaction in my project. I have a task - create connection between external web forms and a process. I watched Bonita webinars about Angular. In the last one I saw a good tool for this task(Forms->Redirect to URL), but it's available only in subscription versions of Bonita. Now I'm trying to make the same thing in Community using AngularJS and REST like this:

Add document (Rest API)

Hello,

I' m trying to upload files with bonita rest API and I had two problems:

  1. To test rest Api, in chrome I make login in bonita portal, and created a case. In the same browser i open a new tab and in postman extension I build a request like this

url = http://localhost:8080/bonita/API/bpm/caseDocument:

data = {"caseId":"29","file":"C:\flexitex2.jpg","name":"flexitex2","description":"draft"} where my case id was = 29.

The server send back that response

Set list Variables with REST API

Hi ! I want to set a list of my workflow using the REST API in c#. So, I made this part of code :

set document with REST API

Hi, I'm trying to set a document with Rest API in c# (RestSharp).

REST API - ajax

hi, i am using ajax to get data from bonita, it works whith an application in the same server but doesn't work from another server. how can i write the server side part ? thank you

Jersey Rest Api for 6.2 version

I am trying to set up a grails application with Jesey RESTBuilder plugin

RequestBuilder rest = new RequestBuilder() def resp = rest.post("http://localhost:8181/bonita/loginservice?username=TestUser&password=bpm...") println("resp ******* " + resp)

// resp prints nothing here.

and then when I do below.

Intraction with asp.net appllication

I want to intract with asp.net applcition. Fo rwhich i am using Jquery Post. where i am mentioning the url ""http://localhost:8080/bonita/login.jsp?redirectUrl="" but this always a error XMLHttpRequest cannot load http://localhost:8080/bonita/login.jsp?redirectUrl=. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:52159' is therefore not allowed access.

Obtain Activity Instance Variables via Web Rest Api6.2.2

We are currently evaluating version 6.2.2 Bonitasoft Community Edition with Tomcat on Ubuntu.

Is it possible to retrieve Data Variables that are linked to a specific activity/task in the Case?

This feature seemed to be available in version 5 of the Rest api, but I cannot find an equivalent in version 6.

If this api is not available, is there a recommended workaround?

Thanks in advance.

PHP webservices integration with bonita engine

I have been trying to follow how to at http://community.bonitasoft.com/blog/how-integrate-bos-engine-php-applic....
The how to seem to be in older version of bonita. I have bonita 6.2. I have been trying to expose rest api over http, but all efforts are going in vain.

Could someone at bonita guide me how to expose rest api for latest 6.2 version.

Any help will be appreciated

Thanks

Sahil

How to use the BonitaSoft REST API from Python/Django

How do you use the BonitaSoft REST API from Python/Django?

Notifications