New to Telerik Reporting? Download free 30-day trial

Get Clients Session Timeout Seconds Overview

Request

GET /api/reports/clients/sessionTimeout

Response

HTTP Status Code Description
200 OK Successfully retrieved the clients session timeout

Response Body

The body contains the clients session timeout in seconds

Sample

  • Request

    GET /api/reports/clients/sessionTimeout HTTP/1.1
    
  • Response

    HTTP/1.1 200 OK
    
    {"clientSessionTimeout": 900}
    
In this article