Developer options

ValueEdge's open integration lets you connect to any testing, management, ops framework and CI system.

Area Description
REST API

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

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

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

In the ValueEdge 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: