Work with Services and APIs

Use the Service scope to list all exposed services and understand which objects implement them.

Before you start

Who this is for Developer, architect
Role required Viewer or higher
Prerequisites Application imported; application exposes REST, SOAP, or other services

Step 1: Open the Service scope

In the Investigation panel, select Service.

[TODO: Screenshot]

Step 2: Browse the service list

The left panel lists all exposed services detected in the application. Select one to display it on the canvas.

Step 3: Read the service view

The canvas shows the entry point of the service and the objects it calls. This is similar to a transaction view but focused on the service interface.

[TODO: Screenshot of a service view]

Step 4: Assess the impact of changing an endpoint

Before modifying a service endpoint, use Trace the path between two objects or Understand callers and callees to see what depends on it.

Next steps