Not providing all parameter in the /rest/sleeps API, but https://apis.garmin.com/tools/dataViewer provides more like filter by summaryTime

Looks the https://apis.garmin.com/wellness-api/rest/sleeps?uploadStartTimeInSeconds=1706841000&uploadEndTimeInSeconds=1709173260 sleeps api only support filter based on upload time and not based on the summaryTime or the actual time in which the activity hppend.

UplaodTime may not be the exact parameter we need to filter. Can somebody help to identify if this API supports more parameters or is is limited just for upload_time on purpose? 

https://apis.garmin.com/tools/apiDocs?urls.primaryName=wellness-api# - This documentation doesn't provide any information regarding it. 

Note: I am trying to access user sleep data from GARMIN for further processing.