Parameters of BusinessDataQuery

1
0
-1

Hello,
I have a query where I show a list of records and I'm using an API "BusinessDataQuery" on a form I have a variable like "http://../API/bdm/businessData/businessDataType?q=queryName&p=0&c=10&f=param=value". My question is for parameter 'c', if I want to show all records, does exist something to avoid this parameter ? I could put a big number I suppose but in real world I don't know what it can arrive. I know that I must use an 'f' to filter obviously but if someone knows a little more of details about the syntax or an exemple I appreciate it. On Bonita documentation I've found https://documentation.bonitasoft.com/bonita/7.7/bdm-api#toc1 but it doesn't explain the maximum value for parameter 'c'.

Thanks in advance.

2 answers

1
0
-1

I sounds logic, but I'd like to find something in Bonita documentation about this.

Thanks Pierrick.

Walter.

1
0
-1

I would say that the maximum value is the maximum number of the Integer Java Type, check it out here .

Notifications