Printago API
GET
/v1/classwork/{id}/assignments
List the students assigned to a classwork item
Path Parameters
id
required
string
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"classworkId": "string",
"userId": "string",
"assignedAt": "2026-09-16T04:04:12.278Z",
"id": "string",
"storeId": "string",
"createdAt": "2026-09-16T04:04:12.278Z",
"updatedAt": "2026-09-16T04:04:12.278Z"
}
]