Hevy SDK Documentation - v0.0.0
    Preparing search index...

    Interface GetRoutinesResponse

    The response type for the getRoutines API endpoint.

    interface GetRoutinesResponse {
        page: number;
        page_count: number;
        routines: Routine[];
    }
    Index

    Properties

    page: number

    The current page number.

    1
    
    page_count: number

    The total number of pages.

    5
    
    routines: Routine[]

    The list of routines for this page.