Nest Changelog
1.32.0 PRE
6/26/2023
1.32.1 PRE
6/27/2023
GET /strength-routine/movement/items 
List strength routine movements
Response Body
{
data: List<{
createdBy?: number,
dateCreated?: number,
dateModified?: number,
description?: string,
guid?: string,
name?: string,
tags?: List<{
images?: {
default?: string,
hd?: string,
portrait?: string,
sd?: string,
square?: string,
},
modality?: 'ride' | 'row' | 'run' | 'off' | 'all',
translations?: record,
type?: 'format' | 'category' | 'music' | 'language' | 'closedCaptions' | 'equipment' | 'plan' | 'venue' | 'general' | 'level' | 'accessories' | 'focus',
value?: string,
}>,
videoStatus?: 'uninitiated' | 'uploadStarted' | 'uploadCompleted' | 'processingStarted' | 'processingCompleted' | 'processingFailed',
}>,
}GET /strength-routine/movement/items 
List strength routine movements. Paginated.
Response Body
{
data: List<{
createdBy?: number,
dateCreated?: number,
dateModified?: number,
description?: string,
guid?: string,
name?: string,
tags?: List<{
images?: {
default?: string,
hd?: string,
portrait?: string,
sd?: string,
square?: string,
},
modality?: 'ride' | 'row' | 'run' | 'off' | 'all',
translations?: record,
type?: 'format' | 'category' | 'music' | 'language' | 'closedCaptions' | 'equipment' | 'plan' | 'venue' | 'general' | 'level' | 'accessories' | 'focus',
value?: string,
}>,
videoStatus?: 'uninitiated' | 'uploadStarted' | 'uploadCompleted' | 'processingStarted' | 'processingCompleted' | 'processingFailed',
}>,
+ pagination: {
+ page?: number,
+ skip?: number,
+ take?: number,
+ total?: {
+ pages?: number,
+ rows?: number,
+ },
+ },
}