How to obtain the total number of records in a VBCS Business Object using Business object REST GET
Content
I have created a business object TEST in VBCS. The business object provides REST API to GET the records. By default 25 records are returned. I can control the count of records returned using the 'limit' parameter. I have two questions:
- What is the maximum value of limit that is supported by VBCS BO REST API?
- How can I know the total number of records by doing a GET operation?
The REST API give following metadata about the records. But there isn't a 'total' value returned.
"count": 10,
"hasMore": true,
"limit": 10,
"offset": 0,
Version
Version: 21.07.1 Build Number: 57a2309ebad89fed5802da8fed2db13919d50ca1 (2021-06-17 19:51:03)
Tagged:
0