GET /product_tutorials/:id/product_tutorial_warnings

GET /product_tutorials/{id}/product_tutorial_warnings

Returns ProductTutorialWarning of ProductTutorial

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

GET /product_tutorials/{id}/product_tutorial_warnings
curl \
 -X GET https://api.cosmily.com/api/v1/product_tutorials/{id}/product_tutorial_warnings \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "id": 42,
    "product_tutorial_id": 42,
    "warning": "string",
    "created_at": "string",
    "updated_at": "string"
  }
]