Printago API
POST /v1/classwork/part-references

Which classwork items reference these parts

Requires: part.edit

Request Body

RequestBody
partIdsrequired
string[]

Example Request

application/json
{
  "partIds": [
    "string"
  ]
}

Response Schema

Response
value
object[]

Example Response

201 OK — application/json
[
  {
    "partId": "string",
    "classworkId": "string",
    "code": "string",
    "title": "string"
  }
]