Printago API
GET /v1/classwork/{id}/attachments/{attachmentId}/download

Get a download URL for a classwork attachment

Requires: classwork.viewerclasswork.editor

Path Parameters

id required
string
attachmentId required
string

Response Schema

Response
fileNamerequired
string
urlrequired
string

Example Response

200 OK — application/json
{
  "url": "string",
  "fileName": "string"
}