Work with Endpoints to Access Business Objects

Apps in your visual application and other clients access your business objects through REST endpoints, which are available to you through a business object’s Endpoints tab.

To view your business object's endpoints:
  1. Select the business object in the Business Objects tab in the Navigator.
  2. Open the Endpoints tab for the business object.
    If you can't view endpoints, the business object is likely missing a resource file that defines endpoints, or its source file is corrupt (say, because of invalid syntax or merge conflicts in a Git repository).
    • If you see a message that there's no resource for a business object, click Create Resource to create a business-object-name.json file that defines the default endpoints.
    • If you see a message that endpoints cannot be displayed because of errors in the source file, click Open Source Editor and resolve the issue.