Printago API
GET
/v1/classwork/{id}/attachments/{attachmentId}/download
Get a download URL for a classwork attachment
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"
}