API reference, Interview

Set session status

POSThttps://demo-api.incodesmile.com/omni/session/status/set

Set the status of current session. Possible actions to set the status to are: Alive, Closed or Deleted. Closed status disables all of the "/add/..." calls so they can no longer make any changes to the system. Deleted status deletes the important data stored in the session.

Query parameters

actionstringrequired
enumAliveClosedDeleted
idstring

id of the session, optional, if not sent obtained from token.

Headers

api-versionstringrequiredDefaults to 1.0

Responses

Was this page helpful?