Nest Changelog

1.39.8 PRE

8/15/2023

1.39.9 PRE

8/15/2023

GET /strength-routine/admin/library

Producer and above only. Search the library with elevated access.

Response Body
{
  data: List<{
    circuit?: bool,
    createdByEchelon?: bool,
    dateCreated?: number,
    description?: string,
    duration?: number,
    guid?: string,
    images?: {
      default?: string,
      hd?: string,
      portrait?: string,
      sd?: string,
      square?: string,
    },
    language?: 'en' | 'fr' | 'es' | 'de' | 'ko' | 'tr',
    level?: {
      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' | 'muscleGroup',
      value?: string,
    },
    movements?: List<string>,
    name?: string,
    tags?: List<{
-     createdBy?: {
-       id?: number,
-     },
-     dateCreated?: number,
-     dateModified?: number,
      description?: string,
-     guid?: string,
      images?: {
        default?: string,
        hd?: string,
        portrait?: string,
        sd?: string,
        square?: string,
      },
-     name?: string,
-     playback?: {
-       type?: 'hls' | 'dash',
-       url?: string,
-     },
-     status?: 'draft' | 'published',
-     tags?: List<{
-       description?: string,
-       images?: {
-         default?: string,
-         hd?: string,
-         portrait?: string,
-         sd?: string,
-         square?: string,
-       },
-       modality?: 'ride' | 'row' | 'run' | 'off' | 'all',
-       text?: string,
-       type?: 'format' | 'category' | 'music' | 'language' | 'closedCaptions' | 'equipment' | 'plan' | 'venue' | 'general' | 'level' | 'accessories' | 'focus' | 'muscleGroup',
-       value?: string,
-     }>,
-     translations?: record,
-     videoStatus?: 'uninitiated' | 'uploadStarted' | 'uploadCompleted' | 'processingStarted' | 'processingCompleted' | 'processingFailed',

}>, }>, pagination: { page?: number, skip?: number, take?: number, total?: { pages?: number, rows?: number, }, }, }

GET /strength-routine/admin/library

Producer and above only. Search the library with elevated access.

Response Body
{
  data: List<{
    circuit?: bool,
    createdByEchelon?: bool,
    dateCreated?: number,
    description?: string,
    duration?: number,
    guid?: string,
    images?: {
      default?: string,
      hd?: string,
      portrait?: string,
      sd?: string,
      square?: string,
    },
    language?: 'en' | 'fr' | 'es' | 'de' | 'ko' | 'tr',
    level?: {
      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' | 'muscleGroup',
      value?: string,
    },
    movements?: List<string>,
    name?: string,
    tags?: List<{

description?: string,

images?: { default?: string, hd?: string, portrait?: string, sd?: string, square?: string, },

+ modality?: 'ride' | 'row' | 'run' | 'off' | 'all', + text?: string, + type?: 'format' | 'category' | 'music' | 'language' | 'closedCaptions' | 'equipment' | 'plan' | 'venue' | 'general' | 'level' | 'accessories' | 'focus' | 'muscleGroup', + value?: string, }>, }>, pagination: { page?: number, skip?: number, take?: number, total?: { pages?: number, rows?: number, }, }, }
WORK IN PROGRESS