Service Manager

Home 

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/Incidents?$top={number of records to display} & $skip ={number of records to skip}

Unsuccessful Responses


Was this article useful?