Skip to main content

Typed access

ContentTemplate operations are reached via client.Api.Template.Content on EksoClient.
await client.Api.Template.Content.ListContentAsync();
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/template/contentLists all content templates for the current tenant.
GET/api/template/content/{id}Retrieves a single content template by its identifier.
POST/api/template/contentCreates a new content template.
PUT/api/template/contentUpdates an existing content template.
DELETE/api/template/content/{id}Deletes a content template by its identifier.

See also