Query parameters
- 
    
  
requested page number
Minimum value is
1. Default value is1. - 
    
  
requested page size
Minimum value is
1, maximum value is100. Default value is12. - 
    
  
Search by Routine Types
Values are
AM,PM, orBOTH. Default value isAll Routine Types. - 
    
  
Search by User Types
Values are
expertorenthusiast. Default value isAll User Types. - 
    
  
Order by condition
Value is
weekly_top. Default value isnewest. 
        GET
    /routines
  
  curl \
 -X GET https://api.cosmily.com/api/v1/routines \
 -H "Authorization: Bearer $ACCESS_TOKEN"
    
        Response examples (200)
  
  {
  "data": [
    {
      "id": 42,
      "user_id": 42,
      "title": "string",
      "routine_type": "string",
      "status": "string",
      "created_at": "string",
      "updated_at": "string",
      "routine_step_ids": [
        42
      ],
      "routine_step_order": [
        42
      ],
      "favorite_count": 42,
      "routine_steps": {
        "id": 42,
        "routine_id": 42,
        "product_id": 42,
        "product_tutorial_id": 42,
        "product_category_id": 42,
        "product_pitch_id": 42,
        "status": "string",
        "created_at": "string",
        "updated_at": "string"
      },
      "user": {
        "id": 42,
        "username": "string",
        "user_type": "string",
        "last_active": "string"
      }
    }
  ],
  "links": {
    "first": "string",
    "last": "string",
    "prev": "string",
    "next": "string"
  }
}
        Response examples (200)
  
  {
  "data": [
    {
      "id": 42,
      "user_id": 42,
      "title": "string",
      "routine_type": "string",
      "status": "string",
      "created_at": "string",
      "updated_at": "string",
      "routine_step_ids": [
        42
      ],
      "routine_step_order": [
        42
      ],
      "favorite_count": 42,
      "routine_steps": {
        "id": 42,
        "routine_id": 42,
        "product_id": 42,
        "product_tutorial_id": 42,
        "product_category_id": 42,
        "product_pitch_id": 42,
        "status": "string",
        "created_at": "string",
        "updated_at": "string"
      },
      "user": {
        "id": 42,
        "username": "string",
        "user_type": "string",
        "last_active": "string"
      }
    }
  ],
  "links": {
    "first": "string",
    "last": "string",
    "prev": "string",
    "next": "string"
  }
}