Download the image for a class to be used for cloning

GET /v1/courses/{id}/image

Download the image for a class to be used for cloning

Path parameters

  • id string Required

    The class id

Responses

  • 200 image/*

    The class image file

    Hide headers attributes Show headers attributes
    • Content-Disposition string

      Filename for the downloaded image

    • Content-Length integer

      Size of the image in bytes

  • 404

    No image found for this class

GET /v1/courses/{id}/image
curl \
 --request GET 'https://api-dev.classmanager.io/v1/courses/cls_123123123123/image'