# GET /product_tutorials/:id/product_tutorial_warnings **GET /product_tutorials/{id}/product_tutorial_warnings** Returns ProductTutorialWarning of ProductTutorial ## Servers ## Parameters ### Path parameters - **id** (integer(int64)) ID of the resource to fetch ## Responses ### 200 successful operation #### Body: (array[object]) - **id** (integer) - **product_tutorial_id** (integer) - **warning** (string) - **created_at** (string(DateTime)) - **updated_at** (string(DateTime)) ### 400 Bad Request ### 401 Authorization information is missing or invalid. ### 404 Product tutorial not found ### 500 Server Error [Powered by Bump.sh](https://bump.sh)