Printago API
GET /v1/classwork/{id}/parts

List the parts referenced by a classwork item

Requires: classwork.viewer

Path Parameters

id required
string

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "classworkId": "string",
    "partName": "string",
    "note": "string",
    "displayOrder": 1,
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-16T04:04:12.276Z",
    "updatedAt": "2026-09-16T04:04:12.276Z"
  }
]