/
/OpenAPI document for Rest component
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
  • getGet Sen version
  • postAuthenticate client
  • getList all sessions
  • getGet session details
  • getList all interests
  • postCreate a new interest
  • getGet interest details
  • deleteDelete an interest
  • getList objects in interest
  • getGet object details
  • getGet object subscriptions
  • putUpdate object subscriptions
  • getGet property value
  • postSubscribe to property changes
  • postUnsubscribe from property changes
  • getGet method definition
  • postInvoke a method
  • getGet method invocation status
  • getGet event definition
  • postSubscribe to event
  • postUnsubscribe from event
  • getServer-Sent Events stream
  • getGet type introspection

List all sessions

Returns a list of all available Sen sessions

get/api/sessions

Response

A list of session identifiers

string[] required

Example response

[
  "local"
]

Changes

No recorded changes to this endpoint across all 7 revisions of this API.