Skip to main content

Typed access

Screen operations are reached via client.Api.Item.Screen on EksoClient.
await client.Api.Item.Screen.CreateAsync();
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
POST/api/item/screenReturns the screen layout definition for adding or updating an item, including field definitions and workflow states.

See also