public static final class RevisionsGetRevisionHistoryInCompanyByPartNumberRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
RevisionsGetRevisionHistoryInCompanyByPartNumberResponse |
call(String cid,
String pnum,
Number elementType,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByPartNumber method, Get a list of all revisions for a part number in a company, ordered newest first.
|
public final RevisionsGetRevisionHistoryInCompanyByPartNumberResponse call(String cid, String pnum, Number elementType, Boolean fillApprovers) throws OnshapeException
cid - Company Idpnum - Part numberelementType - Type of element, which can be 0: Part Studio, 1: Assembly, 2: Drawing. 4: Blob (Default: null)fillApprovers - Include approvers of each revision (Default: null)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.