#externalapi rest

Call a business data (custom) query with multiple filter

Hey guys,
I created a table like in the "getting started tutorial": https://www.bonitasoft.com/resources/videos/getting-started-tutorial?des... and everything works fine.

But now I want to get my table filled not with items via one filter, but with two.
So the actual code looks like this and its working:
../API/bdm/businessData/com.company.model.ManuskriptEinsenden?q=findByUserAndStatus&p=0&c=10&f=userId={{session.user_id}}&f=status=abgelehnt

exception- groovy connector : script is null

I'm using Bonita BPM Community Edition v.7.0 In my process, I made a service task and it has a connector. I used Groovy 2.4 connector to call external Restful service.

It's possible to invoke a external REST API through a Connector on Bonita 7.2.1?

It's possible to invoke a external REST API through a Connector on Bonita 7.2.1?

I only see a SOAP Web Services connector.

Is there a connector to call RESTful webservice just like the SAOP webservice connector ?

Is there a connector to call RESTful webservice just like the SAOP webservice connector ?

Rest API :: Search by client Variables

Hello,

How can I build a SearchQuery that filters Client Varibles?

Consider this:

InvalidSessionException calling REST API

Hi,

I'm using BonitaBPM 7.0.2 CE. I've developed some custom REST services using the REST API Extension framework, and I have a couple of Custom Pages which call the REST services. I've noticed that if I log out of the portal and then login with a different user ID, the Custom Page gets this exception when it calls the REST API: Error calling REST Service: error = org.bonitasoft.engine.session.InvalidSessionException.

How to get JSON data from REST Server

Hi all,

I've followed this tutorial http://documentation.bonitasoft.com/getting-started-tutorial-0
and I would just to get {{userId}} and display it in a simple form but without success.

Notifications