Skip to main content

Typed access

Link operations are reached via client.Api.Link on EksoClient.
await client.Api.Link.GetAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/link/{id}Retrieves all resolved links for a given entity, including linked item details.
POST/api/linkCreates a new link between two entities.
DELETE/api/link/{id}Deletes a link by its identifier.

See also