Get Business Object by Filter

Fetches business object records based on the defined filter values. For example, you can define to get only active incidents.

Base URL:

https://{tenant url}/api/odata/businessobject/{business object name}?$filter={filter field} eq {field value}

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