Get Business Object by Top and Skip

Fetches business object records and displays the defined number of records after skipping the defined number of records. For example, you can define to skip the first 10 records and fetch the next top 10 records.

The latest created/modified business objects will be on top of the list.

Base URL:

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

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

Unsuccessful Responses