Skip to main content

Typed access

Annotation operations are reached via client.Api.Annotation.Supported on EksoClient.
await client.Api.Annotation.Supported.ListSupportedAsync();
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/annotation/supportedReturns the list of supported annotation content types.
POST/api/annotationCreates a new annotation on the specified owner entity.

See also