Get Business Objects by Number of Records

Fetches business object records based on the defined number of records to be displayed. For example, you can define to fetch 50 records.

By default, the application fetches 25 records and the maximum number of records you can define to fetch is 100.

Base URL:

https://{tenant url}/api/odata/businessobject/{business object name}?$top={number of records to display}

Ensure the business object name is suffixed with an "s".

The data displayed in the Response Payload is only a sample data, it does not contain the full list of responses but only a few are shown for sample.

Unsuccessful Responses