You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to obtain the total number of records in a VBCS Business Object using Business object REST GET

edited Jul 6, 2021 1:19PM in Visual Builder 11 comments

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:

  1. What is the maximum value of limit that is supported by VBCS BO REST API?
  2. 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)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!