List DTT training sessions
Returns all Deepthroat Trainer training sessions with their segment results, ordered by most recent first.
Authorizations
AuthorizationstringheaderrequiredAPI tokens can be created in the Dashboard settings. Requires an Ultra subscription.
Query Parameters
limitintegerqueryNumber of records to return (default 50, max 100)
Required range: 1 ≤ x ≤ 100
Default: 50
Example: 50
offsetintegerqueryNumber of records to skip (default 0)
Required range: x ≥ 0
Default: 0
Example: 0
Response
200application/jsonList of DTT sessions
List of DTT sessions
okbooleanrequireddataobjectrequiredShow child attributes
datavalue[]requiredShow child attributes
idintegerSession ID
bubble_idstringUnique public identifier
namestring | nullSession name
passedboolean | nullWhether session was passed overall
created_atstring<date-time>Session timestamp
trainer_idintegerTrainer device ID
settings_idinteger | nullTemplate ID used
TrainerSegmentobject[]Show child attributes
idintegertypeenumSegment type
Allowed values: repetitionendurancefreeformbounce
passedboolean | nullWhether segment was passed
percentGradenumberPerformance grade percentage
pointsintegerPoints earned
durationMeasuredintegerActual duration in seconds
durationTargetintegerTarget duration in seconds
repsMeasuredintegerActual repetitions
repsTargetintegerTarget repetitions
speedMeasurednumberActual speed
speedTargetnumberTarget speed
targetDepthnumberTarget depth
targetWindownumberTarget window
longestDeepthroatnumberLongest deepthroat duration
strokeLengthnumberStroke length
distanceTravellednumberTotal distance travelled
orderintegerSegment order
createdAtstring<date-time>paginationobjectrequiredShow child attributes
limitintegerrequiredNumber of records returned
Example: 50
offsetintegerrequiredNumber of records skipped
Example: 0
401application/jsonAuthentication required or token invalid
Authentication required or token invalid
okbooleanrequirederrorstringrequired500application/jsonInternal server error
Internal server error
okbooleanrequirederrorstringrequired