Authorizations
Your API Key (Dashboard->Settings)
Path Parameters
Handle of the application
Enterprise API
Description: Retrieves the session length distribution based on the specified handle for the last 60 days.
Parameters:
handle: The handle of the application (ensure it does not include @)Header
x-api-key: Your API Key (Dashboard->Settings)Returns:
ApplicationSessionLengthTimeseriesResponse: The response containing the session length distribution. It contains the following fields:
data: The list of session length distribution with the following fields:
date: The date of the distribution.zero_to_five_seconds: The number of users who have 0-5 seconds of session length.five_to_ten_seconds: The number of users who have 5-10 seconds of session length.eleven_to_sixty_seconds: The number of users who have 11-60 seconds of session length.one_to_five_minutes: The number of users who have 1-5 minutes of session length.five_plus_minutes: The number of users who have 5+ minutes of session length.handle: The handle of the application.status_code: The status code of the response.message: The message of the response.Your API Key (Dashboard->Settings)
Handle of the application