Printago API
GET
/v1/parts/{partId}/preslice
Get a part's pre-slice results
The pre-slice results for a part: one entry per printer group in the farm, plus whether they still describe the current part and printer configuration. Staleness is answered here rather than by re-estimating every part whenever a printer changes.
Path Parameters
partId
required
string
Part ID
Response Schema
GetPartPresliceResult
preslicerequired
object
stalerequired
boolean
True when the results no longer describe the current part/printer set.
Example Response
200 OK — application/json
{
"stale": true
}