Develop

Using the following developer tools, you connect to any testing, management, ops framework and CI system.

Area Description
REST API

OpenText Core Software Delivery Platform is an entity-relationship application. Using the REST API, developers can retrieve and perform CRUD (create, read, update, delete) operations on the entities that are available in the graphical user interface. For details, see REST API.

A built-in client is provided that lets you make API calls from within the UI. For details about how to use the interactive API client, see Interactive API client.

SDKs Work with OpenText Core Software Delivery Platform SDKs, instead of working directly with the REST API. For details, see SDKs.
OData for developers Use the OData (Open Data Protocol) OASIS standard. For details, see OData for developers.
Entity Relations Explorer

In the Help menu , click Entity Relations Explorer. This provides you with a graphical interface which shows you the relations between entities, helping you create API calls and OData reports.

For example, if you want to create an OData report on feature quality you can use this to see which entities are relevant, and what are the relations between them.

Note that you can use presets which provide preconfigured sets of related entities, or enter your own entities in the From and To fields. You can drag nodes to change the layout, and hover over an entity to see only that entity's relations.

Next steps: