Get Business Object by Select

Fetches business object records and displays only the requested fields. For example, you can define to display only Rec ID and Start Date of the business object records.

Base URL:

https://{tenant url}/api/odata/businessobject/{business object name}?$select={names fields yo be displayed}

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

Unsuccessful Responses