public static final class RevisionsGetRevisionHistoryInCompanyByPartIdRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
RevisionsGetRevisionHistoryInCompanyByPartIdResponse |
call(OnshapeDocument document,
String cid,
String pid,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByPartId method, Get a list of all revisions for a part of specified D/W/V/E/P ids in a company, ordered newest first.
|
RevisionsGetRevisionHistoryInCompanyByPartIdResponse |
call(String cid,
String did,
WV wvType,
String wv,
String eid,
String pid,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByPartId method, Get a list of all revisions for a part of specified D/W/V/E/P ids in a company, ordered newest first.
|
public final RevisionsGetRevisionHistoryInCompanyByPartIdResponse call(String cid, String did, WV wvType, String wv, String eid, String pid, String configuration, String linkDocumentId, Boolean fillApprovers) throws OnshapeException
cid - Company Iddid - Document IdwvType - Type of Workspace or Versionwv - Workspace or version id depending on "wv" parameid - Element idpid - partIdconfiguration - the encoded configuration of the part (Default: null)linkDocumentId - if part is in doc1 but originated in a linked doc2, this is the id of doc1, the current document containing the reference (Default: null)fillApprovers - Include approvers of each revision (Default: null)OnshapeException - On HTTP or serialization errorpublic final RevisionsGetRevisionHistoryInCompanyByPartIdResponse call(OnshapeDocument document, String cid, String pid, String configuration, String linkDocumentId, Boolean fillApprovers) throws OnshapeException
document - Document object from Onshape URL.cid - Company Idpid - partIdconfiguration - the encoded configuration of the part (Default: null)linkDocumentId - if part is in doc1 but originated in a linked doc2, this is the id of doc1, the current document containing the reference (Default: null)fillApprovers - Include approvers of each revision (Default: null)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.