Skip to main content

Typed access

Label operations are reached via client.Api.Label on EksoClient.
await client.Api.Label.ListAsync();
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/labelLists all labels for the current tenant.
GET/api/label/{id}Retrieves a single label by its identifier.
POST/api/labelCreates a new label (super admin only).
PUT/api/labelUpdates an existing label (super admin only).
DELETE/api/label/{id}Deletes a label by its identifier (super admin only).

See also