Get Business Object by Select

There are three methods for using this REST API:

  • You can retrieve only the requested fields for a business object;

  • You can retrieve business object records based on defined filter values;

  • You can retrieve only the requested fields for a business object based on the defined filter values.

Base URL:

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

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

Unsuccessful Responses