sort

Sort records from API Call

The documentation shows the 'o' parameter in the API call to order multiple resources records (http://documentation.bonitasoft.com/?page=rest-api-overview&hash=resourc...).

Is this overruled by the Ordered By part of the BDM's query? Or perhaps I just have the syntax wrong?

Table - sort and filter

Hi,

I am new to the bonitasoft tool. And I am aware that in the subscription version this table widget is included that can be sorted and filtered. However, I am not sure that I will be purchasing the subscription version.

Sort Order for API's

Hi there,

I want to combine several sort orders in one call - how do I correctly specify that?

for example

processAPI.getProcessDeploymentInfos(0, 2000, ProcessDeploymentInfoCriterion.NAME_ASC);

gives me in name order

I want to do

Notifications