Skip to main content

Typed access

Area operations are reached via client.Api.Area on EksoClient.
await client.Api.Area.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/areaLists all areas for the current tenant.
GET/api/area/{id}Retrieves a single area by its identifier.
POST/api/areaCreates a new area (super admin only).
PUT/api/areaUpdates an existing area.
DELETE/api/area/{id}Deletes an area by its identifier (super admin only).

See also