Get number of seconds a session has been idle

get/cas/sessions/{sessionId}/idleSeconds
Internal-Use Only

Get the number of seconds since the last time an action was executed by the session.

Request Samples

1

Response Samples

1{
2 "value": {
3 "seconds": 2
4 }
5}

Path Parameters

NameTypeRequiredDescription
sessionId
string
true

sessionId (UUID) of session.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundUnknown session.Schema