Operations at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions

This page describes the service operations at this endpoint.

Uri Method Description
POST Create a session.
DELETE Close a session.
GET Get all open sessions.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/
allstates GET Get full state of all open sessions.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/allstates?level={LEVEL}
favorites GET Get a list of favorites for the user
PUT Save a favorite
DELETE Remove a favorite for the user
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/favorites
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/favorites?name={NAME}&id={MENUID}
ping POST Notify the session that the client is still alive
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/ping
preference/{name} GET Get the given preference for the user
POST Set the given preference for the user
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/preference/{NAME}
state GET Get the current session state.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/state?level={LEVEL}
variables/{key} GET Get the value of a session variable.
POST Set the value of a session variable.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/variables/{KEY}
window/all GET Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/window/all
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/window/all
windowmenu DELETE Close all windows linked with the menu
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/windowmenu?menuId={MENUID}